mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-22 00:32:16 +02:00
N°635 Portal: Final touches on forms layout refactoring
SVN:trunk[4738]
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user