mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 12:49:34 +00:00
0d1afd91d2
git-svn-id: https://svn.fhem.de/fhem/trunk@5761 2b470e98-0d58-463d-a4d8-8e2adae1ed80
18 lines
639 B
CSS
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; }
|