mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 12:49:34 +00:00
Moved text-align:center from FHEMWEB.pm to css
git-svn-id: https://svn.fhem.de/fhem/trunk@3255 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
2bf95b5bfe
commit
b7d4769f61
@ -2387,7 +2387,7 @@ FW_devState($$)
|
||||
|
||||
}
|
||||
|
||||
$txt = "<div id=\"$d\" align=\"center\" class=\"col2\">$txt</div>";
|
||||
$txt = "<div id=\"$d\" class=\"col2\">$txt</div>";
|
||||
|
||||
if($hasOnOff) {
|
||||
# Have to cover: "on:An off:Aus", "A0:Aus AI:An Aus:off An:on"
|
||||
|
@ -45,6 +45,7 @@ h2,h3,h4 { color:#EEE; line-height:1.3; margin-top:1.5em; font-family:Verdana; }
|
||||
|
||||
select.attr,input.attr,select.set,input.set { margin-bottom:10px; }
|
||||
a img { border-style:none; }
|
||||
.col2 { text-align:center; }
|
||||
|
||||
/* detail-selector & slider */
|
||||
select { margin-left:5px; margin-right:5px; }
|
||||
|
@ -14,6 +14,7 @@ select { font-family:Arial, sans-serif; font-size:16px;}
|
||||
.devType { padding-top:10px; font-size:12px;}
|
||||
a { color: #278727; }
|
||||
img { border-style: none; }
|
||||
.col2 { text-align:center; }
|
||||
|
||||
div.col1 { width: 188px; height: 30px; white-space: nowrap; }
|
||||
div.col2 { width: 108px; height: 30px;
|
||||
|
@ -37,6 +37,7 @@ div.dist { padding-top:0.3em; }
|
||||
button.dist { margin:10px; background:transparent; border:0px; cursor:pointer; }
|
||||
|
||||
a img { border-style:none; }
|
||||
.col2 { text-align:center; }
|
||||
|
||||
/* detail-selector & slider */
|
||||
select { margin-left:5px; margin-right:5px; }
|
||||
|
@ -13,6 +13,7 @@ select { font-family:Arial, sans-serif; font-size:18px}
|
||||
|
||||
.devType { padding-top:20px; }
|
||||
a { color: #278727; }
|
||||
.col2 { text-align:center; }
|
||||
|
||||
table.block { border:1px solid gray; width: 100%; background: #F8F8E0; }
|
||||
table.block tr.odd { background: #F0F0D8; }
|
||||
|
Loading…
Reference in New Issue
Block a user