2009-07-21 13:39:40 -07:00
|
|
|
.gQuickPane {
|
2009-07-11 00:40:57 -06:00
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
text-align: center;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: auto;
|
|
|
|
|
}
|
|
|
|
|
|
2009-01-15 04:32:34 +00:00
|
|
|
.gItem:hover {
|
2009-01-20 08:59:08 +00:00
|
|
|
background-color: #cfdeff;
|
2009-01-15 04:32:34 +00:00
|
|
|
}
|
|
|
|
|
|
2009-01-04 19:54:38 +00:00
|
|
|
.gQuick {
|
2009-01-03 05:36:16 +00:00
|
|
|
border: none !important;
|
2009-01-20 08:59:08 +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-07-21 13:39:40 -07:00
|
|
|
.gQuickPane {
|
2009-01-13 06:20:35 +00:00
|
|
|
background: #000;
|
2009-01-14 06:36:47 +00:00
|
|
|
border-bottom: 1px solid #ccc;
|
2009-01-15 04:32:34 +00:00
|
|
|
opacity: 0.9;
|
2009-07-11 00:40:57 -06:00
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 0;
|
2009-01-03 05:36:16 +00:00
|
|
|
}
|
|
|
|
|
|
2009-07-21 13:39:40 -07:00
|
|
|
.gQuickPane a {
|
2009-01-03 05:36:16 +00:00
|
|
|
cursor: pointer;
|
2009-01-14 06:36:47 +00:00
|
|
|
float: left;
|
2009-03-05 06:03:04 +00:00
|
|
|
margin: 4px;
|
2009-01-20 08:59:08 +00:00
|
|
|
}
|
2009-02-08 00:42:17 +00:00
|
|
|
|
2009-07-21 13:39:40 -07:00
|
|
|
.gQuickPaneOptions {
|
2009-02-08 00:42:17 +00:00
|
|
|
background: #000;
|
|
|
|
|
float: left;
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
2009-07-21 13:39:40 -07:00
|
|
|
.gQuickPaneOptions li a {
|
2009-02-08 00:42:17 +00:00
|
|
|
display: block;
|
2009-04-07 07:14:36 +00:00
|
|
|
float: none;
|
2009-02-08 00:42:17 +00:00
|
|
|
width: auto;
|
2009-04-07 07:14:36 +00:00
|
|
|
margin: 0;
|
|
|
|
|
padding: .5em .5em .5em .8em;
|
|
|
|
|
text-align: left;
|
|
|
|
|
}
|
|
|
|
|
|
2009-07-21 13:39:40 -07:00
|
|
|
.gQuickPaneOptions li a:hover {
|
2009-04-07 07:14:36 +00:00
|
|
|
background-color: #4d4d4d;
|
2009-02-08 00:42:17 +00:00
|
|
|
}
|