diff options
| author | Chad Kieffer <ckieffer@gmail.com> | 2009-07-11 00:40:57 -0600 | 
|---|---|---|
| committer | Chad Kieffer <ckieffer@gmail.com> | 2009-07-11 00:40:57 -0600 | 
| commit | e0e450d90fe67ac199d82d2b8e902cff5c8b6c7d (patch) | |
| tree | a9d093c3382097a52421da276934791b6d37df1f /modules/gallery/css/quick.css | |
| parent | fe6320ef4c976df037c259c85bab26c508659ba9 (diff) | |
Position gItem and gPhoto relative, then position quick and thumb menus as absolute within them. Moved css from quick.js to quick.css.
Diffstat (limited to 'modules/gallery/css/quick.css')
| -rw-r--r-- | modules/gallery/css/quick.css | 12 | 
1 files changed, 12 insertions, 0 deletions
diff --git a/modules/gallery/css/quick.css b/modules/gallery/css/quick.css index 02f9953e..0e45eac2 100644 --- a/modules/gallery/css/quick.css +++ b/modules/gallery/css/quick.css @@ -1,3 +1,12 @@ +#gQuickPane { +  position: absolute; +  top: 0; +  left: 0; +  text-align: center; +  width: 100%; +  height: auto; +} +  .gItem:hover {    background-color: #cfdeff;  } @@ -12,6 +21,9 @@    background: #000;    border-bottom: 1px solid #ccc;    opacity: 0.9; +  position: absolute; +  top: 0; +  left: 0;  }  #gQuickPane a {  | 
