summaryrefslogtreecommitdiff
path: root/lib/plugins/extension/style.less
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2013-08-09 22:58:01 +0200
committerAndreas Gohr <andi@splitbrain.org>2013-08-09 22:58:01 +0200
commit75e063084d865a011e074c29c5edb8569fe2cfe1 (patch)
treecc14ba78b947e8b0a48a1fc17404f2ac81f5c0ab /lib/plugins/extension/style.less
parent1e0eea17dc60dc6f5ec81ffcca313db353c88c44 (diff)
downloadrpg-75e063084d865a011e074c29c5edb8569fe2cfe1.tar.gz
rpg-75e063084d865a011e074c29c5edb8569fe2cfe1.tar.bz2
made info mechanism work again
Diffstat (limited to 'lib/plugins/extension/style.less')
-rw-r--r--lib/plugins/extension/style.less11
1 files changed, 6 insertions, 5 deletions
diff --git a/lib/plugins/extension/style.less b/lib/plugins/extension/style.less
index 53c260f8d..fc5613044 100644
--- a/lib/plugins/extension/style.less
+++ b/lib/plugins/extension/style.less
@@ -228,21 +228,22 @@
}
-#extension__manager .legend input.button {
+#extension__manager .legend a.info {
background: transparent url(images/up.png) no-repeat 0 0;
- box-shadow: none;
border-width: 0;
- height: 14px;
+ height: 13px;
+ width: 13px;
text-indent: -99999px;
float: right;
margin: .5em 0 0;
+ overflow: hidden;
}
-[dir=rtl] #extension__manager .legend input.button {
+[dir=rtl] #extension__manager .legend a.info {
float: left;
margin: .5em 0 0;
}
-#extension__manager .legend input.button.close {
+#extension__manager .legend a.info.close {
background: transparent url(images/down.png) no-repeat 0 0;
}