defaultCommon.css/darkCommon.css: add word-breaking for reading Values (Forum #46697)

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@10356 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2016-01-04 11:00:00 +00:00
parent 60fb00fd9f
commit 28bcb54b05
2 changed files with 3 additions and 0 deletions

View File

@@ -1,5 +1,7 @@
@import url("dashboard_darkstyle.css");
table.readings td:nth-child(2) { word-break: break-all; }
/* jQuery-UI mods */
div.ui-dialog { border:3px solid white; padding: 0.2em; }
div.ui-dialog div.ui-dialog-titlebar { display:none; }

View File

@@ -11,6 +11,7 @@ select { font-family:Arial, sans-serif; font-size:16px;}
a { color:#278727; }
img { border-style:none; }
.wide { width:100%; }
table.readings td:nth-child(2) { word-break: break-all; }
table.block { border:1px solid gray; background: #F8F8E0; }
table.block tr.odd { background: #F0F0D8; }