From 27d7b79e37c669159558e98c0c135544a99153b5 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: https://svn.fhem.de/fhem/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;