2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 12:49:34 +00:00

defaultCommon.css: fix set/get/attr text margin for old styles (Forum #130746)

git-svn-id: https://svn.fhem.de/fhem/trunk@26798 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2022-12-06 16:42:18 +00:00
parent 8299e459ae
commit f8010a6347

View File

@ -80,7 +80,7 @@ span.sort-item-delete-link {
height:20px; line-height:20px; height:20px; line-height:20px;
-webkit-user-select:none; -moz-user-select:none; -user-select:none; -webkit-user-select:none; -moz-user-select:none; -user-select:none;
border:3px solid; color:#278727; text-align:center; } border:3px solid; color:#278727; text-align:center; }
.downText { margin-top:2px; } .downText { margin:2px 10px 0 10px; }
.set .set { margin-bottom:2px; margin-top:3px; } /* timepicker */ .set .set { margin-bottom:2px; margin-top:3px; } /* timepicker */
pre { white-space: pre-wrap; } pre { white-space: pre-wrap; }