luci-theme-material: fix font size bug 481/head
authorLutty Yang <lutty@wcan.in>
Fri, 18 Sep 2015 08:22:39 +0000 (16:22 +0800)
committerLutty Yang <lutty@wcan.in>
Fri, 18 Sep 2015 08:22:39 +0000 (16:22 +0800)
fix "textarea font-size too big in firefox"

Signed-off-by: Lutty Yang <lutty@wcan.in>
gitconfig [deleted file]
themes/luci-theme-material/htdocs/luci-static/material/css/style.css

diff --git a/gitconfig b/gitconfig
deleted file mode 100644 (file)
index 1475b18..0000000
--- a/gitconfig
+++ /dev/null
@@ -1,5 +0,0 @@
-[user]
-    name = Lutty Yang
-    email = lutty@wcan.in
-[commit]
-    template = /home/dlll/Documents/git-commitmessage
index 58f6f32..3f80ccd 100755 (executable)
@@ -683,17 +683,18 @@ td > table > tbody > tr > td {
 .cbi-input-textarea {
     box-sizing: border-box;
     width: 100%;
-    min-height: 15rem;
+    min-height: 16rem;
     padding: 1rem;
-    font-size: 1.2rem;
+    font-size: 0.9rem;
+    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+    color: black;
 }
 
 #syslog {
-    width: 90%;
-    width: calc(100% - 2rem);
+    width: 100%;
     min-height: 15rem;
     padding: 1rem;
-    font-size: 1rem;
+    font-size: smaller;
     color: #5F5F5F;
 
     margin-bottom: 20px;
@@ -1102,6 +1103,10 @@ body.lang_pl.node-main-login .cbi-value-title{
     fieldset {
         padding: 1rem;
     }
+
+    .cbi-input-textarea{
+        font-size: smaller;
+    }
 }
 
 @media screen and (max-width: 1280px) {