From 477bb80bc07470d154e7020214e3c7f7f890a316 Mon Sep 17 00:00:00 2001 From: fhainz Date: Sun, 25 Jan 2015 11:17:51 +0000 Subject: [PATCH] ios7style.css: saveCheck improvement git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@7704 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/www/pgm2/ios7style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fhem/www/pgm2/ios7style.css b/fhem/www/pgm2/ios7style.css index b22feb611..83280fb70 100644 --- a/fhem/www/pgm2/ios7style.css +++ b/fhem/www/pgm2/ios7style.css @@ -143,7 +143,9 @@ select { margin-left:5px; margin-right:5px; background: #fff; border:0px; } /* timepicker */ .set .set { margin-bottom:2px; margin-top:3px; } +/* save button */ .changed a, .changed { color:#fc3e39!important; } +#saveCheck { position: absolute; top: 5px; right: 10px } .handle { position:relative; cursor:pointer; width:50px; height:20px; line-height:20px;