diff options
author | mamouneyya <mamoun.diraneyya@gmail.com> | 2010-06-23 17:12:25 +0300 |
---|---|---|
committer | mamouneyya <mamoun.diraneyya@gmail.com> | 2010-06-23 17:12:25 +0300 |
commit | b46fc38dcc539bf18505b60e0f462aaec6e2c647 (patch) | |
tree | 10b4d3fd4575e15240c541795af7a8303f452aa5 | |
parent | 9eefbb8d213426d3a74f2b55cfd99e2e608c9f26 (diff) |
centerize the group labels in Edit Permission window.. i think it's much cleaner this way
-rw-r--r-- | modules/gallery/css/gallery.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/gallery/css/gallery.css b/modules/gallery/css/gallery.css index 282ebec2..08bd4749 100644 --- a/modules/gallery/css/gallery.css +++ b/modules/gallery/css/gallery.css @@ -84,6 +84,10 @@ clear: both; } +#g-edit-permissions-form th { + text-align: center; +} + #g-edit-permissions-form td { background-image: none; } |