diff options
author | mamouneyya <mamoun.diraneyya@gmail.com> | 2010-06-23 22:12:25 +0800 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2010-06-23 23:33:13 +0800 |
commit | ca09e9889004438090b4d9c8410cb746c135f163 (patch) | |
tree | 10b4d3fd4575e15240c541795af7a8303f452aa5 /modules/gallery/css | |
parent | c41bd46a744479813b3442f3e20ce17765353e70 (diff) |
centerize the group labels in Edit Permission window.. i think it's much cleaner this way
Diffstat (limited to 'modules/gallery/css')
-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; } |