mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 12:49:34 +00:00
f46a4ba14d
git-svn-id: https://svn.fhem.de/fhem/trunk@5731 2b470e98-0d58-463d-a4d8-8e2adae1ed80
14 lines
649 B
CSS
14 lines
649 B
CSS
@import url("defaultCommon.css");
|
|
|
|
body { font-size:16px;}
|
|
#logo { margin-top:10px; margin-left:20px; width:120px; height:132px;
|
|
background-image:url(../images/default/fhemicon.png); }
|
|
#menu { margin-top:10px; margin-left:20px; width:140px; }
|
|
#hdr { position:absolute; top:10px; left:180px; }
|
|
#content { position:absolute; top:50px; left:180px; bottom:20px; right:10px; }
|
|
#menuScrollArea { width: 175px; left:0px; top:0px; height:100%;
|
|
position:fixed; overflow-x:hidden; overflow-y:auto; }
|
|
|
|
div.dist { padding-top:0.3em; }
|
|
button.dist { margin:10px; background:transparent; border:0px; cursor:pointer; }
|