88 lines
1.6 KiB
CSS
88 lines
1.6 KiB
CSS
|
.list-remove {
|
||
|
position: relative;
|
||
|
top: 2px;
|
||
|
left: 2px;
|
||
|
}
|
||
|
.table th.select {
|
||
|
border-bottom:2px solid #0088CC;
|
||
|
}
|
||
|
.main-list {
|
||
|
margin-bottom: 0;
|
||
|
}
|
||
|
.main-list thead th {
|
||
|
background-color: rgba(0,0,0,0.05);
|
||
|
}
|
||
|
.main-list .span1 {
|
||
|
min-width: 32px;
|
||
|
}
|
||
|
.main-list .span7 {
|
||
|
min-width: 300px;
|
||
|
}
|
||
|
.main-list .nav-pills > li > a {
|
||
|
border-radius: 5px 5px 5px 5px;
|
||
|
margin: 2px;
|
||
|
padding:5px
|
||
|
}
|
||
|
.main-list tbody .quick-edit {
|
||
|
position:relative;
|
||
|
height:40px;
|
||
|
}
|
||
|
.main-list tbody .quick-edit .nav {
|
||
|
left: -55px;
|
||
|
position: absolute;
|
||
|
top: -3px;
|
||
|
width: 350px;
|
||
|
}
|
||
|
.main-list td {
|
||
|
/*height:80px;*/
|
||
|
}
|
||
|
.main-list .nav {
|
||
|
margin-top: 15px;
|
||
|
margin-bottom: 3px;
|
||
|
}
|
||
|
.main-list tr:hover .hide {
|
||
|
display:block !important;
|
||
|
}
|
||
|
.qe-block td {
|
||
|
height:auto;
|
||
|
}
|
||
|
legend {
|
||
|
font-size: 15px;
|
||
|
line-height: 30px;
|
||
|
margin-bottom: 15px;
|
||
|
padding-bottom: 5px;
|
||
|
}
|
||
|
.upload-picture {
|
||
|
margin-left: 20px;
|
||
|
}
|
||
|
.subnav {
|
||
|
-moz-border-radius: 0;
|
||
|
-webkit-border-radius: 0;
|
||
|
border-radius: 0;
|
||
|
border-left: none;
|
||
|
border-right: none;
|
||
|
}
|
||
|
.subnav .nav > li:first-child > a, .subnav .nav > li:first-child > a:hover {
|
||
|
-moz-border-radius: 0;
|
||
|
-webkit-border-radius: 0;
|
||
|
border-radius: 0;
|
||
|
}
|
||
|
.dropdown-menu.tags {
|
||
|
max-width: none;
|
||
|
}
|
||
|
.dropdown-menu.tags .tags-cloud {
|
||
|
width: 300px;
|
||
|
padding:10px;
|
||
|
}
|
||
|
.dropdown-menu.tags .tags-cloud .active {
|
||
|
background-color: #0088CC;
|
||
|
color: #FFFFFF;
|
||
|
}
|
||
|
.dropdown-menu.tags .tags-cloud a {
|
||
|
display: inline-block;
|
||
|
margin-bottom: 3px;
|
||
|
}
|
||
|
.dropdown-menu.tags li:last-child a {
|
||
|
display: block;
|
||
|
text-align:center;
|
||
|
}
|