// increase height table tr total_products on admin order

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13686 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
vKham
2012-02-28 14:05:56 +00:00
parent 8253b22c9c
commit 607af2bb44
2 changed files with 9 additions and 2 deletions
+7
View File
@@ -144,6 +144,13 @@ td.col-left label { display:block; width:100%; text-align:right;}
.cat_bar{background-color:#F4E8CD;border:1px solid #999999;font-family:Trebuchet,Arial,Helvetica,sans-serif;font-size:12px;font-weight:700;margin-bottom:20px;padding:5px}
.cat_bar a{font-weight:700}
.table tr#total_products,
.table tr#total_discounts,
.table tr#total_wrapping,
.table tr#total_shipping { height:35px;}
.table tr#total_order { height:50px;}
a.action_module{color: #268CCD;text-decoration: underline;}
a.header_module_toggle{font-weight: bold;color: #268CCD;display:block;}
a.module_toggle_all{color: #268CCD;}