Project "Tuxbox-GIT: apps":

The branch, master has been updated
       via  2385089284b6762acf16fc1de3478cbc3ef51ad0 (commit)
      from  d850b390568cc48369d06c7da35fcc1772f05501 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 2385089284b6762acf16fc1de3478cbc3ef51ad0
Author: GetAway <get-a...@t-online.de>
Date:   Sun Mar 15 19:44:03 2015 +0100

    yWeb: fix label height of radio button
    
    Signed-off-by: GetAway <get-a...@t-online.de>

diff --git a/tuxbox/neutrino/daemons/nhttpd/web/Y_Main.css 
b/tuxbox/neutrino/daemons/nhttpd/web/Y_Main.css
index 7bb292b..3bdb415 100644
--- a/tuxbox/neutrino/daemons/nhttpd/web/Y_Main.css
+++ b/tuxbox/neutrino/daemons/nhttpd/web/Y_Main.css
@@ -12,6 +12,9 @@ button,input,select,form,td {
        font-family: Verdana, Geneva, Arial, 'Lucida Grande',Tahoma, Helvetica, 
sans-serif;
        color:#555555;
 }
+input[type="radio"] {
+       vertical-align: baseline;
+}
 .left {
        float: left;
 }
diff --git a/tuxbox/neutrino/daemons/nhttpd/web/Y_Version.txt 
b/tuxbox/neutrino/daemons/nhttpd/web/Y_Version.txt
index e62be7b..b03e039 100644
--- a/tuxbox/neutrino/daemons/nhttpd/web/Y_Version.txt
+++ b/tuxbox/neutrino/daemons/nhttpd/web/Y_Version.txt
@@ -1,4 +1,4 @@
-version=2.8.0.8
+version=2.8.0.9
 date=15.03.2015
 type=Release
 info=Tuxbox

-----------------------------------------------------------------------

Summary of changes:
 tuxbox/neutrino/daemons/nhttpd/web/Y_Main.css    |    3 +++
 tuxbox/neutrino/daemons/nhttpd/web/Y_Version.txt |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)


-- 
Tuxbox-GIT: apps

------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Tuxbox-cvs-commits mailing list
Tuxbox-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tuxbox-cvs-commits

Reply via email to