Ray's change in css

This commit is contained in:
Christophe Vilayphiou 2012-08-08 18:11:18 +08:00
parent 0d55a2f76b
commit 0645f04240
1 changed files with 222 additions and 202 deletions

View File

@ -29,9 +29,7 @@
height:20px;
}
.main-list tbody .quick-edit .nav {
/*left: -55px;*/
position: absolute;
/*top: -3px;*/
width: 350px;
left: -8px;
}
@ -47,6 +45,16 @@
margin-top: 0;
margin-bottom: 3px;
}
.main-list tr.with_action>td {
-webkit-transition: all 0.1s linear;
-moz-transition: all 0.1s linear;
}
.main-list tr.with_action:hover>td {
color: #DDD;
background-color: #333333;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
}
.main-list tr.with_action:hover .hide {
display:block !important;
}
@ -69,19 +77,18 @@
z-index: 1;
}
.main-list .label-td:hover {
background-color: #fff;
height: auto;
padding: 5px 5px 8px;
left: -40px;
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);
padding: 7px;
left: -8px;
top: -8px;
border: 1px solid #333;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
z-index: 5;
width: 200px;
min-height: 40px;
}
.qe-edit-div .table-condensed {
background-color: #F2F2F2;
@ -94,6 +101,7 @@
background-color: #F2F2F2;
border-right: 1px solid #DDDDDD;
border-top: 1px solid #DDDDDD !important;
line-height: 20px;
}
.route-group .route {
padding: 0;
@ -183,8 +191,14 @@ legend {
.list-remove {
position: absolute;
top: 0;
padding-top: 9px !important;
padding-top: 11px !important;
left: 25px;
font-size: 19px;
color: #333;
}
.list-remove:hover {
color: #333;
text-decoration: none;
}
.form-fixed {
position: fixed;
@ -201,3 +215,9 @@ legend {
.paginationFixed .pagination {
margin-top: 0 !important;
}
.member-list td:last-child {
position: relative;
}
.member-list td:last-child .gender {
border-radius: 0;
}