mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-21 03:49:21 -04:00
Position gItem and gPhoto relative, then position quick and thumb menus as absolute within them. Moved css from quick.js to quick.css.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user