default style: revert textarea sizing (forum #23255)
git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@5761 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
@import url("dashboard_style.css");
|
||||
|
||||
body { font-family:Arial, sans-serif; background-color: #FFFFE7; }
|
||||
textarea { font-family:Arial, sans-serif; font-size:16px;}
|
||||
input { font-family:Arial, sans-serif; font-size:16px;}
|
||||
select { font-family:Arial, sans-serif; font-size:16px;}
|
||||
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
@import url("defaultCommon.css");
|
||||
|
||||
textarea { font-family:Arial, sans-serif; font-size:16px;}
|
||||
#back { position:absolute; top: 2px; left:18px; }
|
||||
#logo { position:absolute; top: 2px; left: 2px;
|
||||
width:64px; height:67px;
|
||||
|
||||
@@ -4,6 +4,8 @@ body { font-size:18px; }
|
||||
textarea { font-size:18px; }
|
||||
input { font-size:18px; }
|
||||
select { font-size:18px; }
|
||||
textarea { font-family:Arial, sans-serif; font-size:16px;}
|
||||
|
||||
#logo { position:absolute; top:10px; left:10px;
|
||||
width:120px; height:132px;
|
||||
background-image:url(../images/default/fhemicon.png); }
|
||||
|
||||
Reference in New Issue
Block a user