mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 06:39:11 +00:00
default style: revert textarea sizing (forum #23255)
git-svn-id: https://svn.fhem.de/fhem/trunk@5761 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
3d0b0baee5
commit
0d1afd91d2
@ -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); }
|
||||
|
Loading…
Reference in New Issue
Block a user