"Default IRC client" changes
[KiwiIRC.git] / client / assets / css / style.css
index d9fe6e3de48c570f4571f27c4c4c40da2ac37275..d000f6a1b7a0b311f77951ae9b6ffde57238ab84 100644 (file)
@@ -466,7 +466,8 @@ html, body { height:100%; }
     font-family:Arial, Helvetica, sans-serif;
     font-size:14px; line-height:1.4em;
 }
-#kiwi.theme_relaxed input, textarea {
+#kiwi.theme_relaxed button, #kiwi.theme_relaxed input { padding: 3px 7px; }
+#kiwi.theme_relaxed input, #kiwi.theme_relaxed textarea {
     box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5),0 1px 0px rgba(255, 255, 255, 0.3);
     border: none;
     border-radius: 3px;
@@ -847,7 +848,8 @@ html, body { height:100%; }
     font-family:Arial, Helvetica, sans-serif;
     font-size:14px; line-height:1.4em;
 }
-#kiwi.theme_mini input, textarea {
+#kiwi.theme_mini button, #kiwi.theme_mini input { padding: 3px 7px; }
+#kiwi.theme_mini input, #kiwi.theme_mini textarea {
     box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5),0 1px 0px rgba(255, 255, 255, 0.3);
     border: none;
     border-radius: 3px;
@@ -1087,6 +1089,7 @@ html, body { height:100%; }
     font-family:Arial, Helvetica, sans-serif;
     font-size:14px; line-height:1.4em;
 }
+#kiwi.theme_cli button, #kiwi.theme_cli input { padding: 3px 7px; }
 
 #kiwi.theme_cli .controlbox { background:#111111; border-top:1px solid #444444; color:#909090; font-size:1.3em; line-height:2em; }
 #kiwi.theme_cli .controlbox .input_wrap:before { content:"> " }
@@ -1350,7 +1353,8 @@ html, body { height:100%; }
     font-family:Arial, Helvetica, sans-serif;
     font-size:14px; line-height:1.4em;
 }
-#kiwi.theme_basic input, textarea {
+#kiwi.theme_basic button, #kiwi.theme_basic input { padding: 3px 7px; }
+#kiwi.theme_basic input, #kiwi.theme_basic textarea {
     box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5),0 1px 0px rgba(255, 255, 255, 0.3);
     border: none;
     border-radius: 3px;