diff --git a/fhem/www/pgm2/ios6touchpadstyle.css b/fhem/www/pgm2/ios6touchpadstyle.css index 585f44987..eeecf2d61 100644 --- a/fhem/www/pgm2/ios6touchpadstyle.css +++ b/fhem/www/pgm2/ios6touchpadstyle.css @@ -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;