N°635 Portal: Final touches on forms layout refactoring

SVN:trunk[4738]
This commit is contained in:
Guillaume Lajarige
2017-05-16 14:50:51 +00:00
parent e9b7ccd475
commit ebe467b77a
7 changed files with 27 additions and 7 deletions

View File

@@ -4953,13 +4953,18 @@ label {
}
.form_field_compact .form-group.form_group_small .control-label, .form_field_dense .form-group.form_group_small .control-label {
margin-right: 0.5em;
margin-bottom: 0px;
height: 28px;
vertical-align: sub;
}
.form_field_compact .form-group.form_group_small .form-control-static, .form_field_dense .form-group.form_group_small .form-control-static {
display: inline;
display: inline-block;
height: 28px;
vertical-align: sub;
}
.form_field_compact .form-group.form_group_small .form-control, .form_field_dense .form-group.form_group_small .form-control {
height: 28px;
padding: 4px 5px;
padding: 4px 6px;
font-size: 12px;
}
.form_field_compact .form-group.form_group_small .input-group-addon, .form_field_dense .form-group.form_group_small .input-group-addon {

View File

@@ -6039,13 +6039,18 @@ label {
.control-label{
margin-right: 0.5em;
margin-bottom: 0px;
height: 28px;
vertical-align: sub;
}
.form-control-static{
display: inline;
display: inline-block;
height: 28px;
vertical-align: sub;
}
.form-control{
height: 28px;
padding: 4px 5px;
padding: 4px 6px;
font-size: 12px;
}
.input-group-addon {

View File

@@ -1125,6 +1125,10 @@ table .group-actions {
border-radius: 0px;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* CKEditor : Styling basics */
.form_field div.cke .cke_contents {
height: 180px !important;
}
/* CKEditor : Styling notifications based on BS alerts */
.cke_notification {
position: relative;

View File

@@ -1195,6 +1195,10 @@ table .group-actions .item-action-wrapper .panel-body > p:last-child{
border-radius: $border-radius-base;
box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
/* CKEditor : Styling basics */
.form_field div.cke .cke_contents{
height: 180px !important;
}
/* CKEditor : Styling notifications based on BS alerts */
.cke_notification{
position: relative;