2009-01-04 19:54:38 +00:00
|
|
|
.gQuick {
|
2009-01-04 00:35:12 +00:00
|
|
|
margin: 0 !important;
|
|
|
|
|
padding: 0 !important;
|
2009-01-03 05:36:16 +00:00
|
|
|
border: none !important;
|
|
|
|
|
}
|
|
|
|
|
|
2009-01-04 19:54:38 +00:00
|
|
|
#gQuickPane {
|
2009-01-04 00:35:12 +00:00
|
|
|
background: #fff;
|
2009-01-03 05:36:16 +00:00
|
|
|
opacity: 0.8;
|
2009-01-04 00:35:12 +00:00
|
|
|
border-bottom: 1px dashed #000;
|
2009-01-03 05:36:16 +00:00
|
|
|
}
|
|
|
|
|
|
2009-01-04 19:54:38 +00:00
|
|
|
#gQuickPane div {
|
2009-01-04 00:35:12 +00:00
|
|
|
background-color: red;
|
2009-01-03 05:36:16 +00:00
|
|
|
float: right;
|
|
|
|
|
display: inline;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
margin: 8px;
|
|
|
|
|
}
|
|
|
|
|
|
2009-01-04 19:54:38 +00:00
|
|
|
#gQuickPane .rotate-clockwise {
|
2009-01-04 00:35:12 +00:00
|
|
|
background: url('../images/arrow_rotate_clockwise.png');
|
2009-01-03 05:36:16 +00:00
|
|
|
width: 16px;
|
|
|
|
|
height: 16px;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0px;
|
|
|
|
|
right: 0px;
|
|
|
|
|
}
|
|
|
|
|
|
2009-01-04 19:54:38 +00:00
|
|
|
#gQuickPane .rotate-clockwise span {
|
2009-01-03 05:36:16 +00:00
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
2009-01-04 19:54:38 +00:00
|
|
|
#gQuickPane .rotate-counter-clockwise {
|
2009-01-04 00:35:12 +00:00
|
|
|
background: url('../images/arrow_rotate_anticlockwise.png');
|
2009-01-03 05:36:16 +00:00
|
|
|
width: 16px;
|
|
|
|
|
height: 16px;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0px;
|
|
|
|
|
left: 0px;
|
|
|
|
|
}
|
|
|
|
|
|
2009-01-04 19:54:38 +00:00
|
|
|
#gQuickPane .rotate-counter-clockwise span {
|
2009-01-03 05:36:16 +00:00
|
|
|
display: none;
|
|
|
|
|
}
|
2009-01-05 08:05:50 +00:00
|
|
|
|
|
|
|
|
#gQuickPane .edit {
|
|
|
|
|
background: url('../images/image_edit.png');
|
|
|
|
|
width: 16px;
|
|
|
|
|
height: 16px;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0px;
|
|
|
|
|
left: 50%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#gQuickPane .edit span {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|