From 6b685cc4e496c5eabbb3e6415fb7fdf0474bf0f1 Mon Sep 17 00:00:00 2001 From: wei <> Date: Sat, 23 Dec 2006 00:22:48 +0000 Subject: add currency-converter tutorial --- demos/currency-converter/themes/Basic/common.css | 52 ++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 demos/currency-converter/themes/Basic/common.css (limited to 'demos/currency-converter/themes') diff --git a/demos/currency-converter/themes/Basic/common.css b/demos/currency-converter/themes/Basic/common.css new file mode 100644 index 00000000..8d80a2ba --- /dev/null +++ b/demos/currency-converter/themes/Basic/common.css @@ -0,0 +1,52 @@ +body +{ + font-family: arial; + font-size: 0.85em; +} + +fieldset +{ + background-color: #ffc; + border: 1px solid #ccc; +} + +legend +{ + font-weight: bold; + font-size: 1.2em; + color: #333; +} + +fieldset div +{ + margin: 0.5em; +} + +label, span.total-label +{ + width: 15em; + float: left; + text-align: right; + margin-right: 0.35em; +} + +.total-field +{ + margin-bottom: 2.5em; +} + +.total-field .result +{ + float: left; + height: 1em; + width: 10em; +} + +.convert-button +{ + display: block; + border-top: 1px solid #ccc; + margin-top: 1.7em; + padding-left: 15.5em; + padding-top: 0.5em; +} \ No newline at end of file -- cgit v1.2.3