From cbb7a11179b9c1c46e35f04d07d6386a44e400b2 Mon Sep 17 00:00:00 2001 From: wei <> Date: Sun, 23 Jul 2006 11:11:21 +0000 Subject: Update time-tracker demo and add simple dynamic SQLMap --- .../time-tracker/themes/TimeTracker/time-entry.css | 46 ++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 demos/time-tracker/themes/TimeTracker/time-entry.css (limited to 'demos/time-tracker/themes/TimeTracker/time-entry.css') diff --git a/demos/time-tracker/themes/TimeTracker/time-entry.css b/demos/time-tracker/themes/TimeTracker/time-entry.css new file mode 100644 index 00000000..0956f4e7 --- /dev/null +++ b/demos/time-tracker/themes/TimeTracker/time-entry.css @@ -0,0 +1,46 @@ + +.loghours label, .timesheet label +{ + font-size: 0.9em; +} + +.loghours div, .timesheet div +{ + margin-bottom: 0.7em; +} +.loghours .category select, +.loghours .project select, +.loghours .description textarea +{ + width: 14em; +} + +.loghours .description textarea +{ + width: 95%; + height: 4em; +} + +.loghours .hours input +{ + width: 4em; + font-weight: bold; + text-align: center; +} + +.loghours .project, .loghours .category, .loghours .day +{ + width: 12em; + float: left; +} + +.loghours .addEntry input +{ + margin-top: 1em; + padding: 0.15em 2.5em; +} + +.sheetfor +{ + width: 15em; +} \ No newline at end of file -- cgit v1.2.3