2009-01-04 19:54:38 +00:00
|
|
|
.gQuick {
|
2009-01-03 05:36:16 +00:00
|
|
|
border: none !important;
|
2009-01-13 06:20:35 +00:00
|
|
|
margin: 0 !important;
|
2009-01-12 08:24:23 +00:00
|
|
|
padding: 0 !important;
|
2009-01-03 05:36:16 +00:00
|
|
|
}
|
|
|
|
|
|
2009-01-04 19:54:38 +00:00
|
|
|
#gQuickPane {
|
2009-01-13 06:20:35 +00:00
|
|
|
background: #000;
|
|
|
|
|
border-bottom: 1px solid #fff;
|
2009-01-12 08:24:23 +00:00
|
|
|
opacity: 0.8;
|
2009-01-03 05:36:16 +00:00
|
|
|
}
|
|
|
|
|
|
2009-01-13 06:20:35 +00:00
|
|
|
#gQuickPane a {
|
|
|
|
|
background-color: #333;
|
|
|
|
|
background-image: url(../images/d8e7f3_edit_icons.png);
|
|
|
|
|
background-repeat: no-repeat;
|
2009-01-03 05:36:16 +00:00
|
|
|
cursor: pointer;
|
2009-01-13 06:20:35 +00:00
|
|
|
display: block;
|
2009-01-12 08:24:23 +00:00
|
|
|
float: right;
|
2009-01-03 05:36:16 +00:00
|
|
|
height: 16px;
|
2009-01-13 06:20:35 +00:00
|
|
|
margin: 8px;
|
2009-01-12 08:24:23 +00:00
|
|
|
top: 0px;
|
|
|
|
|
width: 16px;
|
2009-01-03 05:36:16 +00:00
|
|
|
}
|
|
|
|
|
|
2009-01-13 06:20:35 +00:00
|
|
|
#gQuickPane a:hover {
|
|
|
|
|
background-color: #666;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#gQuickPane a span {
|
2009-01-03 05:36:16 +00:00
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
2009-01-13 06:20:35 +00:00
|
|
|
#gQuickPane .clockwise {
|
|
|
|
|
background-position: -16px 0;
|
2009-01-03 05:36:16 +00:00
|
|
|
position: absolute;
|
2009-01-13 06:20:35 +00:00
|
|
|
right: 0px;
|
2009-01-03 05:36:16 +00:00
|
|
|
}
|
|
|
|
|
|
2009-01-13 06:20:35 +00:00
|
|
|
#gQuickPane .counter-clockwise {
|
|
|
|
|
background-position: 0 0;
|
|
|
|
|
left: 0px;
|
|
|
|
|
position: absolute;
|
2009-01-03 05:36:16 +00:00
|
|
|
}
|
2009-01-05 08:05:50 +00:00
|
|
|
|
|
|
|
|
#gQuickPane .edit {
|
2009-01-13 06:20:35 +00:00
|
|
|
background-position: 0 -16px;
|
|
|
|
|
left: 42%;
|
2009-01-05 08:05:50 +00:00
|
|
|
position: absolute;
|
|
|
|
|
}
|