diff options
author | Bharat Mediratta <bharat@menalto.com> | 2010-08-21 14:06:51 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2010-08-21 14:06:51 -0700 |
commit | 7c1a716f0160ee4c0638e28695373bdc164ee40c (patch) | |
tree | 0f026c15fb2b6b23876417d8f3b80e9f6f0aa441 /modules | |
parent | 3e0b42573e83e2763f9f4cf6ac4790b0ad8514c3 (diff) | |
parent | 68b598d4fab4f7802e1193dc8139a8f7cd17efb5 (diff) |
Merge branch 'master' of github.com:gallery/gallery3
Diffstat (limited to 'modules')
-rw-r--r-- | modules/gallery/css/gallery.css | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/modules/gallery/css/gallery.css b/modules/gallery/css/gallery.css index 08bd4749..fb72bd48 100644 --- a/modules/gallery/css/gallery.css +++ b/modules/gallery/css/gallery.css @@ -81,35 +81,19 @@ /* Permissions ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ #g-edit-permissions-form { - clear: both; + clear: both; } #g-edit-permissions-form th { text-align: center; } -#g-edit-permissions-form td { - background-image: none; -} - -#g-edit-permissions-form fieldset { - border: 1px solid #ccc; -} - #g-permissions .g-denied, #g-permissions .g-allowed { text-align: center; vertical-align: middle; } -#g-permissions .g-denied { - background-color: #fcc; -} - -#g-permissions .g-allowed { - background-color: #cfc; -} - /* Move items ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ #g-move ul { |