diff options
| -rw-r--r-- | docs/assets/bootstrap.zip | bin | 54450 -> 54482 bytes | |||
| -rw-r--r-- | docs/assets/css/bootstrap.css | 8 |
2 files changed, 8 insertions, 0 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip Binary files differindex 0fc6b0d20..cfcd07379 100644 --- a/docs/assets/bootstrap.zip +++ b/docs/assets/bootstrap.zip diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index d1b95590c..eb459012e 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -845,6 +845,14 @@ input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, selec margin-bottom: 18px; background-color: #f5f5f5; border-top: 1px solid #ddd; + *zoom: 1; +} +.form-actions:before, .form-actions:after { + display: table; + content: ""; +} +.form-actions:after { + clear: both; } .uneditable-input { display: block; |
