// css improvement for adminHome and adminModule

This commit is contained in:
vKham
2011-11-21 09:15:35 +00:00
parent 7cd70cc654
commit c2f3beaa26
3 changed files with 89 additions and 64 deletions
+2 -1
View File
@@ -202,7 +202,7 @@ form#product, form#access_form, form#cart_rule_form { background-color:#ebedf4
/*FILTER MODULE*/
.filter-module { background-color:#ebedf4; border:1px solid #c2c4d9; padding:10px; display:block; min-height:35px;}
.filter-module { background-color:#ebedf4; border:1px solid #c2c4d9; margin-top:10px; padding:10px; display:block; min-height:35px;}
.filter-module #filternameForm {float:left; margin-right:30px;}
.filter-module label {width:auto;}
.filter-module .select-filter { float:left;}
@@ -224,6 +224,7 @@ form#product, form#access_form, form#cart_rule_form { background-color:#ebedf4
#moduleContainer .table tr th { height:40px;}
#moduleContainer .table tr td { vertical-align:top; padding: 5px 7px 0; border-top:1px dotted #ccc; border-bottom:none;}
#moduleContainer .table tr:first-child {border-top:1px solid #ccc}
#moduleContainer .table tr td .imgm {width:32px;}
#moduleContainer .moduleDesc { font-size:12px; position:relative; margin-bottom:10px;}
#moduleContainer .moduleDesc h3 { color:#3A6EA7; margin:0;}
#moduleContainer .moduleDesc .metadata { float:left; display:block; margin:5px 0;}