From 522e21b47a80d44bd5c1b0de46fa2cd21f500686 Mon Sep 17 00:00:00 2001 From: manolobevia Date: Thu, 23 Jun 2011 18:02:34 +0000 Subject: [PATCH] NIHVIVO-2280: Worked styling accounts table for main account page. --- themes/wilma/css/wilma.css | 32 +++++++++++++++++++++++++++++--- 1 file changed, 29 insertions(+), 3 deletions(-) diff --git a/themes/wilma/css/wilma.css b/themes/wilma/css/wilma.css index 4942f288..8f073b16 100644 --- a/themes/wilma/css/wilma.css +++ b/themes/wilma/css/wilma.css @@ -1520,13 +1520,19 @@ table#account { table#account caption { display: none; } -table#account th{ - background-color: #fff; +table#account th { + background-color: #F7F9F9; + height: 40px; + color: #064D68; + padding-top: 7px; + border: 1px solid #d9e4ea; + border-bottom: none; + padding-left: 6px; } table#account td { vertical-align: top; padding: .5em; - border: 1px solid #F7F9F9; + border: 1px solid #d9e4ea; font-size: .9em; } table#account tr { @@ -1543,6 +1549,26 @@ table#account tr:nth-child(2n+1) { float: right; height: 60px; } +.account-alpha-browse { + width: 10px; + height: 22px; + float: right; + padding-right: 10px; +} +.sort-asc { + width: 9px; + height:10px; + padding-top: 4px; + background: url(../images/sort-asc.gif) 0 4px no-repeat; + display: block; +} +.sort-desc { + width: 9px; + height:10px; + padding-bottom: 4px; + background: url(../images/sort-desc.gif) 0 4px no-repeat; + display: block; +} .accounts { clear: left; height: 60px;