diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-08-05 16:45:44 -0700 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-08-05 16:45:44 -0700 |
commit | a03f8b1003093b385e9c839c1e5e2e4f80f0cd0b (patch) | |
tree | d2c27fdf58b4c1ef5d14177b1c292ad1ec9558c2 /modules | |
parent | 824a80b0d4b5c12f5bd6981cac08b406de637dd3 (diff) |
Fix up formatting of items in thumbgrid
Diffstat (limited to 'modules')
-rw-r--r-- | modules/organize/css/organize.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/modules/organize/css/organize.css b/modules/organize/css/organize.css index 7c2d9c5b..0a23a6bf 100644 --- a/modules/organize/css/organize.css +++ b/modules/organize/css/organize.css @@ -83,6 +83,7 @@ } #gMicroThumbGrid { + padding: .5em; } .gMicroThumbContainer { @@ -93,7 +94,7 @@ .gMicroThumb { display: block; float: left; -// font-size: .7em; + font-size: .8em; height: 9em; margin-bottom: 1em; margin-left: 1em; @@ -101,6 +102,10 @@ width: 9em; } +.gThumbnail { + padding: .5em; +} + #gMicroThumbPanel #gMicroThumbGrid .gAlbum { background-color: #e8e8e8; } |