bottom margin added to select & input

git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@1290 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2012-02-25 19:16:35 +00:00
parent 69c1d4f99f
commit 4cfdbe8a16
2 changed files with 3 additions and 0 deletions

View File

@@ -34,3 +34,5 @@ div#block { border:1px solid gray; background: #F8F8E0; padding:0.7em; }
div#dist { padding-top:0.3em; }
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; }

View File

@@ -29,3 +29,4 @@ h2,h3,h4 { color:#52865D; line-height:1.3;
div#block { border:1px solid gray; background: #F8F8E0; padding:0.7em; }
div#dist { padding-top:0.3em; }
select.attr,input.attr,select.set,input.set { margin-bottom:5px; }