Navigation Menu

Skip to content

Commit

Permalink
Merge branch 'master' of github.com:gallery/gallery3
Browse files Browse the repository at this point in the history
  • Loading branch information
bharat committed Aug 21, 2010
2 parents 3e0b425 + 68b598d commit 7c1a716
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 18 deletions.
18 changes: 1 addition & 17 deletions modules/gallery/css/gallery.css
Expand Up @@ -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 {
Expand Down
19 changes: 18 additions & 1 deletion themes/wind/css/screen.css
Expand Up @@ -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
*********************************************************************/
Expand Down Expand Up @@ -465,4 +482,4 @@ td {
.rtl #g-footer #g-credits li {
padding-left: 1.2em !important;
padding-right: 0;
}
}

0 comments on commit 7c1a716

Please sign in to comment.