diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-06-20 04:35:53 +0800 |
---|---|---|
committer | <unostar@danalan.info> | 2009-06-20 09:41:06 +0800 |
commit | 4e676c8d0bd640e8cbdc5d32576b8a2bf6b943eb (patch) | |
tree | ccda97378003ece9fff73edb0729b4d2e7d57bcf | |
parent | fb888c7598f163e839f204e7d03523c1e0012022 (diff) |
Move 'Permissions' above 'STUFF THAT NEEDS A HOME' since I think that
the stuff that needs a home is a catch all and should be at the
bottom.
Signed-off-by: <unostar@danalan.info>
-rw-r--r-- | themes/default/css/screen.css | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/themes/default/css/screen.css b/themes/default/css/screen.css index 68f12ff1..e97c95d5 100644 --- a/themes/default/css/screen.css +++ b/themes/default/css/screen.css @@ -999,6 +999,19 @@ form .gError, } +/* Permissions ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ + +#gPermissions .gDenied, #gPermissions .gAllowed { + text-align: center; + vertical-align: middle; +} +#gPermissions .gDenied { + background-color: #fcc; +} +#gPermissions .gAllowed { + background-color: #cfc; +} + /*************** STUFF THAT NEEDS A HOME ****************/ #gProgress h1 { font-size: 1.1em; @@ -1058,16 +1071,3 @@ form .gError, background-color: #cfc; border: 1px solid #beb; } - -/* Permissions ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ - -#gPermissions .gDenied, #gPermissions .gAllowed { - text-align: center; - vertical-align: middle; -} -#gPermissions .gDenied { - background-color: #fcc; -} -#gPermissions .gAllowed { - background-color: #cfc; -} |