diff options
author | Anika Henke <anika@selfthinker.org> | 2012-01-14 13:57:36 +0000 |
---|---|---|
committer | Anika Henke <anika@selfthinker.org> | 2012-01-14 13:57:36 +0000 |
commit | 2fdce5a857b84dbe7b27ac14fade66c47611e95b (patch) | |
tree | 535861369871c948f6324d056689f8d388dd0236 | |
parent | 36daf5ca2191ae6ab635f3c9ff166d7c34df2dfc (diff) | |
download | rpg-2fdce5a857b84dbe7b27ac14fade66c47611e95b.tar.gz rpg-2fdce5a857b84dbe7b27ac14fade66c47611e95b.tar.bz2 |
improved size of char picker (#20), but might not be enough
-rwxr-xr-x | css/design.css | 6 |
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; } |