iOS 6 Theme for FHEM - SYSMON, Dashboard fix: Forum #23406, Entry #166953 from Blackcat

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@5857 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
blackcatsandy
2014-05-14 13:50:06 +00:00
parent 524226f88f
commit 13f22e7c2c

View File

@@ -2,8 +2,8 @@
/* by Sandra Ohmayer */
/* http://www.animeschatten.net */
@import url("ios6dashboard.css");
@import url("ios6Common.css");
@import url("ios6dashboard.css");
#content, #right {
width: 763px;
@@ -585,6 +585,12 @@ background-image: linear-gradient(to bottom, #666666 0%, #CBCBCB 100%);
text-align:center;
}
.sysmon table {
border-spacing:0px;
padding:0px;
font-weight:normal;
}
/* next lines are for remotecontrol */
.rc_body { border-style:solid; border-color:gray;
border-width:2px; padding:5px;