From c39ac729268d3642f1d858c3af4a24285f5554b5 Mon Sep 17 00:00:00 2001 From: Jun Wako Date: Wed, 13 Jan 2016 12:41:32 +0900 Subject: [PATCH] Fix and add .spc class --- editor/common/keymap_editor.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/editor/common/keymap_editor.css b/editor/common/keymap_editor.css index a0bd1f06..b706f8b9 100644 --- a/editor/common/keymap_editor.css +++ b/editor/common/keymap_editor.css @@ -76,11 +76,13 @@ html * { .btn700 { width:325px; } /* 350 - 25 */ .btn750 { width:350px; } /* 375 - 25 */ +.spc050 { width:0px; visibility:hidden; } +.spc075 { width:12.5px; visibility:hidden; } .spc100 { width:25px; visibility:hidden; } .spc125 { width:37.5px; visibility:hidden; } .spc150 { width:50px; visibility:hidden; } .spc175 { width:62.5px; visibility:hidden; } -.spc200 { width 75px; visibility:hidden; } +.spc200 { width:75px; visibility:hidden; } .keyboard-row { width: auto;