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:
parent
8299e459ae
commit
f8010a6347
@ -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; }
|
||||||
|
Loading…
Reference in New Issue
Block a user