mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 10:46:53 +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:
parent
2ca290185d
commit
dafd3a2cdf
@ -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; }
|
||||
|
@ -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; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user