44 lines
648 B
CSS
44 lines
648 B
CSS
body > section {
|
|
padding: 20px;
|
|
}
|
|
#panel_l {
|
|
width: 80%;
|
|
}
|
|
#panel_l .control-label {
|
|
margin-right: 10px;
|
|
}
|
|
#panel_l .controls {
|
|
margin-left: 0;
|
|
}
|
|
#panel_r {
|
|
width: 18%;
|
|
padding-left: 2%;
|
|
}
|
|
#panel_r .control-label {
|
|
float: none;
|
|
display: block;
|
|
text-align: center;
|
|
}
|
|
.nav-pills {
|
|
margin-bottom: 0;
|
|
padding: 20px 20px 0;
|
|
}
|
|
.preview-area {
|
|
margin-bottom: 10px;
|
|
}
|
|
.input-area .control-label {
|
|
width: auto;
|
|
}
|
|
#filemanager .preview-area {
|
|
margin-bottom: 0;
|
|
text-align: center;
|
|
}
|
|
#editform .edit_asset {
|
|
margin-bottom: 0;
|
|
}
|
|
#editform fieldset {
|
|
margin-bottom: 0;
|
|
}
|
|
#editform .input-area .control-label {
|
|
width: 160px;
|
|
} |