diff options
| author | Chad Kieffer <chad@2tbsp.com> | 2009-05-06 03:47:58 +0000 | 
|---|---|---|
| committer | Chad Kieffer <chad@2tbsp.com> | 2009-05-06 03:47:58 +0000 | 
| commit | 812cb94b1e7d9a58df3ba94cbe78bef537152c6d (patch) | |
| tree | b7112203f3e3bcc633573fc6f4b78e2a81031ee7 /themes/admin_default/css | |
| parent | 2846e0df8b73987ee244e3307c7a871eb468a889 (diff) | |
Usability update: include an "Activate Toolkit Name" button with available toolkits
Diffstat (limited to 'themes/admin_default/css')
| -rw-r--r-- | themes/admin_default/css/screen.css | 10 | 
1 files changed, 9 insertions, 1 deletions
| diff --git a/themes/admin_default/css/screen.css b/themes/admin_default/css/screen.css index cd68674c..b67264eb 100644 --- a/themes/admin_default/css/screen.css +++ b/themes/admin_default/css/screen.css @@ -45,6 +45,14 @@    background: #eee;  } +.gAvailable .gButtonLink { +  width: 96%; +} + +.gSelected .gButtonLink { +  display: none; +} +  .gUnavailable {    border-color: #999;    opacity: 0.4; @@ -166,7 +174,7 @@  #gAdminGraphics .gAvailable .gBlock {    clear: none;    float: left; -  height: 200px; +  height: 16em;    margin-right: 1em;    width: 30%;  } | 
