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:
Chad Kieffer
2009-07-11 00:40:57 -06:00
parent fe6320ef4c
commit e0e450d90f
5 changed files with 40 additions and 12 deletions
+17 -1
View File
@@ -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;
}