diff options
author | Chad Kieffer <ckieffer@gmail.com> | 2009-08-09 23:32:53 -0600 |
---|---|---|
committer | Chad Kieffer <ckieffer@gmail.com> | 2009-08-09 23:32:53 -0600 |
commit | cea1d4f1f3d295284f3ba19f0d73bb2785b6ed29 (patch) | |
tree | 51719edbc679044b1372212f30db1a61f1a9d47f | |
parent | c85d9b41d9fdc7f6ca19386f5eedbd2dea119b46 (diff) |
Forgot to commit the css for the resize photo view context menu.
-rw-r--r-- | themes/default/css/screen.css | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/themes/default/css/screen.css b/themes/default/css/screen.css index 6a29e95f..5ab9083d 100644 --- a/themes/default/css/screen.css +++ b/themes/default/css/screen.css @@ -515,6 +515,7 @@ form .gError, /* Individual photo content ~~~~~~~~~~~~~~ */ #gContent #gItem { + position: relative; width: 99%; } @@ -616,14 +617,25 @@ form .gError, /* Context Menu ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ .gContextMenu { + position: absolute; bottom: 0; - display: none; left: 0; +} + +.gItem .gContextMenu { + display: none; margin-top: 2em; - position: absolute; width: 100%; } +#gItem .gContextMenu { + font-size: .7em; +} + +#gItem .gContextMenu ul { + display: none; +} + .gContextMenu li { border-left: none; border-right: none; |