summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorAnika Henke <anika@selfthinker.org>2012-01-14 13:57:36 +0000
committerAnika Henke <anika@selfthinker.org>2012-01-14 13:57:36 +0000
commit2fdce5a857b84dbe7b27ac14fade66c47611e95b (patch)
tree535861369871c948f6324d056689f8d388dd0236 /css
parent36daf5ca2191ae6ab635f3c9ff166d7c34df2dfc (diff)
downloadrpg-2fdce5a857b84dbe7b27ac14fade66c47611e95b.tar.gz
rpg-2fdce5a857b84dbe7b27ac14fade66c47611e95b.tar.bz2
improved size of char picker (#20), but might not be enough
Diffstat (limited to 'css')
-rwxr-xr-xcss/design.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/css/design.css b/css/design.css
index 384e837bf..cc0ea0d28 100755
--- a/css/design.css
+++ b/css/design.css
@@ -466,6 +466,12 @@
border-bottom-right-radius: 4px;
}
+div.picker button.pickerbutton,
+div.picker button.toolbutton {
+ padding: .1em .35em;
+ border-width: 0;
+}
+
.dokuwiki textarea.edit {
font-family: Consolas, "Andale Mono WT", "Andale Mono", "Bitstream Vera Sans Mono", "Liberation Mono", Monaco, "Courier New", monospace;
}