orbit-basic/app/assets/stylesheets/lib/filemanager.css

44 lines
648 B
CSS
Raw Normal View History

2013-12-10 09:40:13 +00:00
body > section {
padding: 20px;
}
#panel_l {
width: 80%;
}
2013-12-11 09:59:14 +00:00
#panel_l .control-label {
margin-right: 10px;
}
#panel_l .controls {
margin-left: 0;
}
2013-12-10 09:40:13 +00:00
#panel_r {
width: 18%;
padding-left: 2%;
}
2013-12-11 09:59:14 +00:00
#panel_r .control-label {
float: none;
display: block;
text-align: center;
}
2013-12-10 09:40:13 +00:00
.nav-pills {
margin-bottom: 0;
padding: 20px 20px 0;
2013-12-11 09:59:14 +00:00
}
.preview-area {
margin-bottom: 10px;
}
.input-area .control-label {
width: auto;
}
#filemanager .preview-area {
margin-bottom: 0;
text-align: center;
2013-12-12 07:39:20 +00:00
}
#editform .edit_asset {
margin-bottom: 0;
}
#editform fieldset {
margin-bottom: 0;
}
#editform .input-area .control-label {
width: 160px;
2013-12-10 09:40:13 +00:00
}