2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-03 16:56:54 +00:00

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

git-svn-id: https://svn.fhem.de/fhem/trunk@10356 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2016-01-04 11:00:00 +00:00
parent 2ca290185d
commit dafd3a2cdf
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; }