From 020e830977cfd5136c86151a06044e3c58596b85 Mon Sep 17 00:00:00 2001 From: fhainz Date: Sun, 25 Jan 2015 19:22:32 +0000 Subject: [PATCH] ios7style.css: saveCheck padding fixed git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@7725 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/www/pgm2/ios7style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fhem/www/pgm2/ios7style.css b/fhem/www/pgm2/ios7style.css index 83280fb70..1272e5ad2 100644 --- a/fhem/www/pgm2/ios7style.css +++ b/fhem/www/pgm2/ios7style.css @@ -145,7 +145,7 @@ select { margin-left:5px; margin-right:5px; background: #fff; border:0px; } /* save button */ .changed a, .changed { color:#fc3e39!important; } -#saveCheck { position: absolute; top: 5px; right: 10px } +#saveCheck { position: absolute; top: 10px; right: 10px; padding: 0; } .handle { position:relative; cursor:pointer; width:50px; height:20px; line-height:20px;