From 513140f087b46e18179c623729bf130e229165f9 Mon Sep 17 00:00:00 2001 From: Thomas Keil Date: Thu, 24 May 2007 19:26:47 +0000 Subject: Added nice frames around checkboxes and their labels, added logical labels (you can click the label now to enable the checkbox/radio) --- css/styles.css | 5 +++-- pages/edit_timer.ecpp | 45 ++++++++++++++++++++++++++++++++++++--------- 2 files changed, 39 insertions(+), 11 deletions(-) diff --git a/css/styles.css b/css/styles.css index 31b76f7..b88343f 100644 --- a/css/styles.css +++ b/css/styles.css @@ -711,10 +711,11 @@ div.screenshot { */ div.dotted { - border: 1px dotted black; - padding: 5px; + border: 1px dotted #bbbbbb; + padding: 3px; margin: 2px; float: left; + background-color: #f3f3f3; } diff --git a/pages/edit_timer.ecpp b/pages/edit_timer.ecpp index c450505..2ed8863 100644 --- a/pages/edit_timer.ecpp +++ b/pages/edit_timer.ecpp @@ -135,8 +135,14 @@ if (!logged_in && LiveSetup().UseAuth()) return reply.redirect("login.html"); <$ tr("Active") $>: - type="radio"><$ tr("Yes") $> - type="radio"><$ tr("No") $> +
+ type="radio"> + +
+
+ type="radio"> + +
@@ -166,13 +172,34 @@ if (!logged_in && LiveSetup().UseAuth()) return reply.redirect("login.html"); <$ tr("Weekday") $>: - /> <$ tr("Monday") $> - /> <$ tr("Tuesday") $> - /> <$ tr("Wednesday") $> - /> <$ tr("Thursday") $> - /> <$ tr("Friday") $> - /> <$ tr("Saturday") $> - /> <$ tr("Sunday") $> +
+ /> + +
+
+ /> + +
+
+ /> + +
+
+ /> + +
+
+ /> + +
+
+ /> + +
+
+ /> + +
-- cgit v1.2.3