Files
gallery3/core/css/quick.css
Bharat Mediratta 7ebbe189d4 Implement the "additional options" part of the quick menu. It's only
for albums, because we don't currently have additional options for
photos yet.
2009-02-08 00:42:17 +00:00

85 lines
1.2 KiB
CSS

.gItem:hover {
background-color: #cfdeff;
}
.gQuick {
border: none !important;
margin: 0 !important;
padding: 0 !important;
}
#gQuickPane {
background: #000;
border-bottom: 1px solid #ccc;
opacity: 0.9;
}
#gQuickPane a {
background-color: #333;
background-image: url(../images/d8e7f3_edit_icons.png);
background-repeat: no-repeat;
cursor: pointer;
display: block;
float: left;
height: 16px;
margin: 8px;
width: 16px;
}
#gQuickPane a:hover {
background-color: #666;
}
#gQuickPane a span {
display: none;
}
#gQuickPane .edit {
background-position: 0 0;
}
#gQuickPane .clockwise {
background-position: -16px 0;
}
#gQuickPane .counter-clockwise {
background-position: -32px 0;
}
#gQuickPane .delete {
background-position: -48px 0;
}
#gQuickPane .move {
background-position: -64px 0;
}
#gQuickPane .tag {
background-position: -80px 0;
}
#gQuickPane .cover {
background-position: -96px 0;
}
#gQuickPane .options {
background-position: -112px 0;
}
#gQuickPaneOptions {
background: #000;
float: left;
width: 100%;
}
#gQuickPaneOptions a {
display: block;
background: none;
width: auto;
}
#gQuickPaneOptions a:hover {
color: #999;
background: none;
}