summaryrefslogtreecommitdiff
path: root/lib/plugins/extension/style.less
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2013-08-10 11:46:09 +0200
committerAndreas Gohr <andi@splitbrain.org>2013-08-10 11:46:09 +0200
commit8d295da079a559bf0f254f0db383e0b3188f9985 (patch)
tree708134a8a7c153b47f7703e23854a95c5362167b /lib/plugins/extension/style.less
parent32fdfac2cd446733436dc1b344d7f73b78655cb1 (diff)
downloadrpg-8d295da079a559bf0f254f0db383e0b3188f9985.tar.gz
rpg-8d295da079a559bf0f254f0db383e0b3188f9985.tar.bz2
language cleanup
removed all unused strings
Diffstat (limited to 'lib/plugins/extension/style.less')
-rw-r--r--lib/plugins/extension/style.less6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/plugins/extension/style.less b/lib/plugins/extension/style.less
index 8c85bec46..4a036f067 100644
--- a/lib/plugins/extension/style.less
+++ b/lib/plugins/extension/style.less
@@ -191,6 +191,8 @@
#extension__manager div.screenshot img {
width: 120px;
height: 70px;
+ border-radius: 12px;
+ box-shadow: 2px 2px 2px #ccc;
}
#extension__manager .legend div.screenshot {
@@ -198,6 +200,7 @@
margin-left: -132px;
max-width: 120px;
float: left;
+ position: relative;
}
[dir=rtl] #extension__manager .legend div.screenshot {
margin-left: 0;
@@ -209,7 +212,8 @@
min-height: 24px;
min-width: 24px;
position: absolute;
- left: 0;
+ left: 0px;
+ top: 0px;
}
[dir=rtl] #extension__manager .legend div.screenshot span {
left: auto;