slider changes from Hary.

git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@1522 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2012-05-02 09:38:12 +00:00
parent 7e322ea492
commit 6525dd03df

View File

@@ -37,9 +37,10 @@ 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; }
.set,.attr { margin-bottom:10px; float:left; }
.slider { float:right; width:250px; height:26px; background:#F0F0D8;
margin-left:10px; -moz-border-radius:8px; border-radius:8px; }
.handle { position:absolute; cursor:pointer; width:50px; height:20px; line-height:20px;
border:3px solid; color:white; text-align:center; }
set,.attr { margin-bottom:10px; float:left; }
.slider { float:right; width:250px; height:26px;}
.set .slider { margin-left:10px; background:#101010;
-moz-border-radius:8px; border-radius:8px; }
.handle { position:relative; cursor:pointer; width:50px; height:20px;
line-height:20px; border:3px solid; color:white; text-align:center; }
.downText { margin-top:2px; }