mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-12 16:46:35 +00:00
ios7style: fixed save and command line (by fhainz)
git-svn-id: https://svn.fhem.de/fhem/trunk@5094 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
d688814c26
commit
e726af8a87
@ -18,15 +18,53 @@ select { font-family:Helvetica; font-weight:300; font-size:16px; }
|
||||
#menu { margin: 20px 0 20px 12px; width:200px; left: 20px; }
|
||||
#menu a { color: #151515; }
|
||||
#console { width:100%; height:100%; position:absolute; overflow-y:auto;}
|
||||
#hdr { position:absolute; top:20px; left:250px; }
|
||||
|
||||
#content { position:absolute; top:50px; left:250px; bottom:20px; right:20px;
|
||||
}
|
||||
|
||||
#errmsg { background-color: #e5e5e5; color: #151515; text-align: center; font-weight: bold;
|
||||
position:fixed; top:0px; left:0px; z-index: 10; width:100%; padding-top: 2px;
|
||||
}
|
||||
|
||||
.maininput { font-family: monospace; outline: none; }
|
||||
|
||||
#hdr { position:absolute; top:20px; left:250px; }
|
||||
|
||||
/* hdr alternate */
|
||||
/* to reactive old hdr delete the last 2 chars --> */
|
||||
#hdr {
|
||||
background: none repeat scroll 0 0 #e5e5e5;
|
||||
left: 0;
|
||||
padding: 10px 250px;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
z-index: 99;
|
||||
}
|
||||
|
||||
.room.roomBlock1 {
|
||||
padding: 10px;
|
||||
position: fixed;
|
||||
top: 5px;
|
||||
z-index: 999;
|
||||
}
|
||||
.room.roomBlock2 {
|
||||
margin-top: 30px;
|
||||
}
|
||||
|
||||
.maininput {
|
||||
width: 74%;
|
||||
padding-right: 20px;
|
||||
}
|
||||
|
||||
#errmsg {
|
||||
top:0px;
|
||||
left:0px;
|
||||
z-index: 99999;
|
||||
padding: 17px;
|
||||
}
|
||||
/*hdr alternate end */
|
||||
|
||||
#content { position:absolute; top:50px; left:250px; bottom:20px; right:20px;
|
||||
}
|
||||
|
||||
.devType { padding-top:20px; }
|
||||
.devType table.block { padding-bottom:20px; }
|
||||
|
||||
@ -38,7 +76,7 @@ img { border-style: none; }
|
||||
|
||||
table { border-radius:2px; margin: 0; padding: 0px; border-spacing: 0px; border-collapse:collapse; width: 100%; }
|
||||
|
||||
table.room { width:210px; margin-bottom:15px; }
|
||||
table.room { width:210px; margin-bottom:10px; }
|
||||
table.room tr { background:#fff; border-bottom: 1px solid #cbcbcb;}
|
||||
table.room tr:last-child { border: 0; }
|
||||
table.room tr.sel { background: #d9d9d9; }
|
||||
|
@ -3,3 +3,11 @@
|
||||
|
||||
body { width: 1024px; }
|
||||
table.block, table.FileList { width:760px; }
|
||||
|
||||
/*
|
||||
/* hdr alternate */
|
||||
/* to reactive old hdr delete the last 2 chars --> */
|
||||
.maininput{
|
||||
width: 70%;
|
||||
}
|
||||
/*hdr alternate end */
|
Loading…
x
Reference in New Issue
Block a user