Files
gallery3/core/css/quick.css

51 lines
798 B
CSS

.gQuick {
border: none !important;
margin: 0 !important;
padding: 0 !important;
}
#gQuickPane {
background: #000;
border-bottom: 1px solid #fff;
opacity: 0.8;
}
#gQuickPane a {
background-color: #333;
background-image: url(../images/d8e7f3_edit_icons.png);
background-repeat: no-repeat;
cursor: pointer;
display: block;
float: right;
height: 16px;
margin: 8px;
top: 0px;
width: 16px;
}
#gQuickPane a:hover {
background-color: #666;
}
#gQuickPane a span {
display: none;
}
#gQuickPane .clockwise {
background-position: -16px 0;
position: absolute;
right: 0px;
}
#gQuickPane .counter-clockwise {
background-position: 0 0;
left: 0px;
position: absolute;
}
#gQuickPane .edit {
background-position: 0 -16px;
left: 42%;
position: absolute;
}