2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 06:39:11 +00:00
fhem-mirror/fhem/www/pgm2/touchpadstyle.css
rudolfkoenig 0d1afd91d2 default style: revert textarea sizing (forum #23255)
git-svn-id: https://svn.fhem.de/fhem/trunk@5761 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2014-05-06 08:04:03 +00:00

18 lines
639 B
CSS

@import url("defaultCommon.css");
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); }
#menu { position:absolute; top:152px;left:10px; width:140px; }
#hdr { position:absolute; top:10px; left:160px; }
#content { position:absolute; top:50px; left:160px; bottom:20px; right:10px; }
.col1, .col2, .col3 { padding: 8px; }
.dname, .dval { padding: 8px; }