new form template

This commit is contained in:
vitalets
2012-11-26 12:43:17 +04:00
parent c6da2ed11b
commit c9f2f31add
4 changed files with 48 additions and 31 deletions

View File

@@ -1,6 +1,15 @@
.editableform,
.editableform div.control-group {
margin-bottom: 0;
margin-bottom: 0;
overflow: auto;
}
.editable-buttons {
float: left;
}
.editable-buttons button {
margin-left: 7px;
}
.editableform-loading {
@@ -14,8 +23,7 @@
.editable-error-block {
max-width: 300px;
margin-top: 3px;
margin-bottom: 0;
margin: 0;
clear: both;
}
@@ -23,11 +31,12 @@
color: red;
}
.editableform .editable-input {
.editable-input {
vertical-align: top;
display: inline-block;
width: auto; /* bootstrap-responsive has width: 100% that breakes layout */
float: left;
padding-bottom: 9px;
}
.editableform textarea {
@@ -36,5 +45,5 @@
.editableform .editable-date {
padding: 0;
margin: 0 0 9px 0;
margin: 0;
}