summaryrefslogtreecommitdiff
path: root/core/css/quick.css
diff options
context:
space:
mode:
authorChad Kieffer <chad@2tbsp.com>2009-03-05 06:03:04 +0000
committerChad Kieffer <chad@2tbsp.com>2009-03-05 06:03:04 +0000
commit33eb05ef9a2fe10062fd28ca645c5b23b8aaa1fa (patch)
tree50c7f49425403511fda611310d50b06e37bf43bf /core/css/quick.css
parent05f22b47d81481cf8b10a005e586902370cd99bc (diff)
Applied jQuery UI buttons to quick edit pane. Not tested, but icons should display iin IE6 now. Rotate icons will need to be updated later.
Diffstat (limited to 'core/css/quick.css')
-rw-r--r--core/css/quick.css54
1 files changed, 1 insertions, 53 deletions
diff --git a/core/css/quick.css b/core/css/quick.css
index 326576e0..0fe634bd 100644
--- a/core/css/quick.css
+++ b/core/css/quick.css
@@ -15,55 +15,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;
+ margin: 4px;
}
#gQuickPaneOptions {
@@ -74,11 +28,5 @@
#gQuickPaneOptions a {
display: block;
- background: none;
width: auto;
}
-
-#gQuickPaneOptions a:hover {
- color: #999;
- background: none;
-}