diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2009-07-11 05:07:41 -0700 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2009-07-11 05:07:41 -0700 |
| commit | 0098ef05c3dafd8b6a8357e004cbe10ebcf0c51b (patch) | |
| tree | be83f2a62cfb4d39d33401c6170969b483346f1e /themes/default/css/screen.css | |
| parent | 954ab5a5051edb67eca8ae74283a80a226e39672 (diff) | |
| parent | 4132d6c55ed91ca66607680bc44775c4ba650da6 (diff) | |
Merge branch 'master' of git@github.com:/gallery/gallery3
Diffstat (limited to 'themes/default/css/screen.css')
| -rw-r--r-- | themes/default/css/screen.css | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/themes/default/css/screen.css b/themes/default/css/screen.css index 842a1491..2310f40b 100644 --- a/themes/default/css/screen.css +++ b/themes/default/css/screen.css @@ -460,6 +460,7 @@ form .gError, height: 240px; overflow: hidden; padding: 14px 8px; + position: relative; text-align: center; width: 213px; } @@ -487,7 +488,7 @@ form .gError, } #gContent #gPhoto { - + position: relative; } #gContent #gItem .gFullSizeLink img { @@ -581,6 +582,21 @@ form .gError, margin-bottom: 0; } +/* Thumb Menu ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ + +.gItem .gMenu { + bottom: 0; + margin-bottom: -2px; + position: absolute; + right: 0; +} + +.gItem .gMenu li { + font-weight: normal !important; +} + +/* View Menu ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ + #gViewMenu { margin-bottom: 1em; } |
