jiahuay 533897d4e6 Enable sorting columns in servers table on review page
Change-Id: Ia43d066feaaf925dd09d34d520210388dc11b471
2014-02-24 17:16:46 -08:00

106 lines
1.8 KiB
CSS

.add {
width: 16px;
height: 16px;
background-image: url("../../../img/add_button_16px.png");
cursor: hand;
cursor: pointer;
float: left;
}
.remove {
width: 16px;
height: 16px;
background-image: url("../../../img/remove_button_16px.png");
cursor: hand;
cursor: pointer;
float: left;
}
.switch_row input {
width: 100px;
}
.server-result {
min-height: 450px;
}
.server-g-num {
padding: 1px 10px;
margin-top: 2px;
}
#tb_server_select {
/*border: 1px solid #aaaaaa;*/
background-color: rgb(255, 255, 255);
padding: 5px;
}
#container {
width: 600px;
margin: 30px auto;
padding: 0;
}
table.display {
margin: 0 auto;
clear: both;
width: 100% !important;
}
table.display thead th {
padding: 3px 18px 3px 5px;
/*border-bottom: 1px solid grey;*/
font-weight: bold;
cursor: pointer;
text-align: left;
}
.dataTables_filter {
width: 50%;
float: right;
text-align: right;
position: relative;
margin-top: -35px;
}
.dataTables_scrollHeadInner {
width: 100% !important;
background-color: rgb(255, 255, 255);
}
.dataTables_scrollHead {
border: 1px solid grey !important;
border-radius: 6px 6px 0px 0px;
-moz-border-radius: 6px 6px 0px 0px;
-webkit-border-radius: 6px 6px 0px 0px;
}
.dataTables_scrollBody {
border-left: 1px solid grey;
border-right: 1px solid grey;
border-bottom: 1px solid grey;
border-radius: 0px 0px 6px 6px;
-moz-border-radius: 0px 0px 6px 6px;
-webkit-border-radius: 0px 0px 6px 6px;
}
.sorting {
background: url('../../../img/bg.gif') no-repeat 70% 50%;
}
.sorting_desc {
background: url('../../../img/desc.gif') no-repeat 70% 50%;
}
.sorting_asc {
background: url('../../../img/asc.gif') no-repeat 70% 50%;
}
.highlight {
background: #C3C7DD;
}
.server-selection-num {
padding: 5px;
}