mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-26 17:54:10 -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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user