2012-02-13 05:02:52 +00:00
|
|
|
.list-remove {
|
|
|
|
position: relative;
|
|
|
|
top: 2px;
|
|
|
|
left: 2px;
|
|
|
|
}
|
|
|
|
.table th.select {
|
|
|
|
border-bottom:2px solid #0088CC;
|
|
|
|
}
|
|
|
|
.main-list {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
2012-03-27 07:03:00 +00:00
|
|
|
.main-wrap>.main-list thead th {
|
|
|
|
background-color: transparent;
|
|
|
|
border-right: medium none;
|
2012-02-19 08:33:22 +00:00
|
|
|
}
|
|
|
|
.main-list thead th:last-child {
|
|
|
|
border-right: none;
|
2012-02-13 05:02:52 +00:00
|
|
|
}
|
|
|
|
.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;
|
2012-03-27 07:03:00 +00:00
|
|
|
height:20px;
|
2012-02-13 05:02:52 +00:00
|
|
|
}
|
|
|
|
.main-list tbody .quick-edit .nav {
|
2012-02-19 08:33:22 +00:00
|
|
|
/*left: -55px;*/
|
2012-02-13 05:02:52 +00:00
|
|
|
position: absolute;
|
2012-02-19 08:33:22 +00:00
|
|
|
/*top: -3px;*/
|
2012-02-13 05:02:52 +00:00
|
|
|
width: 350px;
|
2012-03-27 07:03:00 +00:00
|
|
|
left: -8px;
|
2012-02-13 05:02:52 +00:00
|
|
|
}
|
|
|
|
.main-list td {
|
2012-03-27 07:03:00 +00:00
|
|
|
background-color: #FFFFFF;
|
|
|
|
border-bottom: 1px solid #DDDDDD;
|
|
|
|
border-top: medium none;
|
2012-02-13 05:02:52 +00:00
|
|
|
}
|
|
|
|
.main-list .nav {
|
2012-03-27 07:03:00 +00:00
|
|
|
margin-top: 0;
|
2012-02-13 05:02:52 +00:00
|
|
|
margin-bottom: 3px;
|
|
|
|
}
|
2012-02-20 17:13:22 +00:00
|
|
|
.main-list tr.with_action:hover .hide {
|
2012-02-13 05:02:52 +00:00
|
|
|
display:block !important;
|
|
|
|
}
|
2012-02-19 08:33:22 +00:00
|
|
|
.main-list .label-group {
|
|
|
|
position: relative;
|
|
|
|
height: 40px;
|
|
|
|
}
|
|
|
|
.main-list .label-td {
|
|
|
|
background-color: rgba(255, 255, 255, 1);
|
2012-03-27 07:03:00 +00:00
|
|
|
height: 40px;
|
2012-02-19 08:33:22 +00:00
|
|
|
overflow: hidden;
|
|
|
|
position: absolute;
|
|
|
|
width: 100%;
|
|
|
|
left: 0;
|
|
|
|
z-index: 1;
|
|
|
|
}
|
|
|
|
.main-list .label-td:hover {
|
|
|
|
height: auto;
|
|
|
|
text-align: center;
|
|
|
|
padding: 5px 5px 8px;
|
|
|
|
left: -6px;
|
|
|
|
top: -6px;
|
|
|
|
border: 1px solid rgba(0, 0, 0, 0.2);
|
|
|
|
box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
|
|
|
|
-moz-box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
|
|
|
|
-webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
|
|
|
|
border-radius: 3px;
|
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
-moz-border-radius: 3px;
|
|
|
|
z-index: 5;
|
2012-03-27 07:03:00 +00:00
|
|
|
}
|
|
|
|
.table-label {
|
|
|
|
background-color: #F2F2F2;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
.table-label .main-list thead th {
|
|
|
|
background-color: #F2F2F2;
|
|
|
|
border-right: 1px solid #DDDDDD;
|
|
|
|
border-top: 1px solid #DDDDDD !important;
|
2012-02-19 08:33:22 +00:00
|
|
|
}
|
|
|
|
.route-group .route {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
.route-group .route .breadcrumb {
|
|
|
|
border-width: 0!important;
|
|
|
|
}
|
2012-02-13 05:02:52 +00:00
|
|
|
.qe-block td {
|
|
|
|
height:auto;
|
2012-02-19 08:33:22 +00:00
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
.qe-block .table td, .qe-block .table th {
|
|
|
|
padding: 8px;
|
|
|
|
}
|
|
|
|
.qe-block .form-horizontal {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
.qe-block .form-actions {
|
|
|
|
margin-bottom: 0;
|
2012-02-13 05:02:52 +00:00
|
|
|
}
|
|
|
|
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;
|
2012-03-27 07:03:00 +00:00
|
|
|
border-right: none;
|
|
|
|
position: fixed;
|
|
|
|
top: 30px;
|
|
|
|
z-index: 50;
|
2012-02-13 05:02:52 +00:00
|
|
|
}
|
|
|
|
.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;
|
|
|
|
}
|