dashboard_style.css: fixes for fhem.cfg.demo by Talkabout (Forum #38793)

git-svn-id: https://svn.fhem.de/fhem/trunk@8904 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2015-07-06 17:20:42 +00:00
parent 40ad2ea759
commit fef0cf998c
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@
/* Dashboard
------------------------------------------------------------------------*/
#dashboard {margin-top: -20px;}
#dashboard {margin-top: -10px;}
#dashboard .dashboard_column { float: left; }
#dashboard .dashboard_columnhelper { border: 1px dotted #CCCCCC;}
#dashboard .dashboard_widgetinner .block .block {border: none; box-shadow: none;}

View File

@@ -9,7 +9,7 @@
/* Dashboard
------------------------------------------------------------------------*/
#dashboard {margin-top: -20px;}
#dashboard {margin-top: -10px;}
#dashboard .dashboard_column { float: left; }
#dashboard .dashboard_columnhelper { border: 1px dotted #808080;}
#dashboard .dashboard_row {width: 100%; height: inherit; padding: 0;}