first
This commit is contained in:
144
modules/domain/admin/main.css
Normal file
144
modules/domain/admin/main.css
Normal file
@@ -0,0 +1,144 @@
|
||||
.rb-tree a { font-size:14px; }
|
||||
|
||||
|
||||
.rb-none {
|
||||
|
||||
line-height: 300px;
|
||||
|
||||
text-align: center;
|
||||
|
||||
color: #999
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
.rb-help {
|
||||
|
||||
margin-top: 20px
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
@media (max-width: 1199px) {
|
||||
|
||||
.form-horizontal .control-label {
|
||||
|
||||
margin-bottom: 5px;
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
.form-horizontal .has-feedback.rb-outside .form-control-feedback {
|
||||
|
||||
right: -925px;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
@media (min-width: 1200px) {
|
||||
|
||||
.form-horizontal .has-feedback.rb-outside .form-control-feedback {
|
||||
|
||||
width: 46px;
|
||||
|
||||
height: 46px;
|
||||
|
||||
line-height: 46px;
|
||||
|
||||
right: -25px;
|
||||
|
||||
}
|
||||
|
||||
#menu-settings .panel-body {
|
||||
|
||||
padding-left:0;
|
||||
|
||||
padding-right:0;
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
/**
|
||||
|
||||
* Nestable
|
||||
|
||||
*/
|
||||
|
||||
|
||||
|
||||
.dd {
|
||||
|
||||
position: relative;
|
||||
|
||||
display: block;
|
||||
|
||||
margin: 0;
|
||||
|
||||
padding: 0;
|
||||
|
||||
list-style: none;
|
||||
|
||||
font-size: 13px;
|
||||
|
||||
line-height: 20px;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
.dd-list {
|
||||
|
||||
display: block;
|
||||
|
||||
position: relative;
|
||||
|
||||
margin: 0;
|
||||
|
||||
padding: 0;
|
||||
|
||||
list-style: none;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
.dd-item,
|
||||
|
||||
.dd-empty,
|
||||
|
||||
.dd-placeholder {
|
||||
|
||||
display: block;
|
||||
|
||||
position: relative;
|
||||
|
||||
margin: 0;
|
||||
|
||||
padding: 0;
|
||||
|
||||
min-height: 20px;
|
||||
|
||||
line-height: 20px;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
.dd-handle {
|
||||
|
||||
display: block;
|
||||
|
||||
margin: 5px 0;
|
||||
|
||||
padding: 10px;
|
||||
|
||||
text-decoration: none;
|
||||
Reference in New Issue
Block a user