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