summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2010-08-19 19:48:44 -0700
committerTim Almdal <tnalmdal@shaw.ca>2010-08-19 19:48:44 -0700
commit68b598d4fab4f7802e1193dc8139a8f7cd17efb5 (patch)
tree30dd9091da286bef5f1e4ce3b8e44bbfa245f2c8 /themes
parent21a0f832b66eaba902b09e2a88ece52c76e4a0c3 (diff)
Remove style information regarding the permission dialog from the gallery.css to the wind/screen.css. This should make it easier for themes to style the dialog.
Diffstat (limited to 'themes')
-rw-r--r--themes/wind/css/screen.css19
1 files changed, 18 insertions, 1 deletions
diff --git a/themes/wind/css/screen.css b/themes/wind/css/screen.css
index 44582a92..be802976 100644
--- a/themes/wind/css/screen.css
+++ b/themes/wind/css/screen.css
@@ -319,6 +319,23 @@ td {
background-color: #fff;
}
+/* Permissions ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
+#g-edit-permissions-form td {
+ background-image: none;
+}
+
+#g-edit-permissions-form fieldset {
+ border: 1px solid #ccc;
+}
+
+#g-permissions .g-denied {
+ background-color: #fcc;
+}
+
+#g-permissions .g-allowed {
+ background-color: #cfc;
+}
+
/** *******************************************************************
* 5) Navigation and menus
*********************************************************************/
@@ -465,4 +482,4 @@ td {
.rtl #g-footer #g-credits li {
padding-left: 1.2em !important;
padding-right: 0;
-} \ No newline at end of file
+}