From f8115776c7bf8c492e54ba6655aab6c5894b4420 Mon Sep 17 00:00:00 2001 From: rsesek Date: Sun, 21 Aug 2005 03:53:20 +0000 Subject: [PATCH] Added input boxes git-svn-id: svn://depot/macosx/trunk@8 ad1dcce9-c9fe-0310-b82b-83ea1733dbb0 --- RGB_Converter/RGB_Converter.wdgt/Widget.css | 66 ++++++++++++++------ RGB_Converter/RGB_Converter.wdgt/Widget.html | 7 ++- 2 files changed, 54 insertions(+), 19 deletions(-) diff --git a/RGB_Converter/RGB_Converter.wdgt/Widget.css b/RGB_Converter/RGB_Converter.wdgt/Widget.css index 9a33f22..85b9af5 100644 --- a/RGB_Converter/RGB_Converter.wdgt/Widget.css +++ b/RGB_Converter/RGB_Converter.wdgt/Widget.css @@ -10,55 +10,85 @@ \*=====================================================================*/ /* ################################################################### */ -/* Custom classes */ +/* Global */ body { margin: 0px; } +/* ################################################################### */ +/* Front */ + +#redinput +{ + position: absolute; + top: 80px; + left: 46px; + width: 50px; +} + +#greeninput +{ + position: absolute; + top: 80px; + left: 136px; + width: 50px; +} + +#blueinput +{ + position: absolute; + top: 80px; + left: 226px; + width: 50px; +} + +/* ################################################################### */ +/* Back */ + /* ################################################################### */ /* Flip insturments */ .flip { - position: absolute; - bottom: 33px; - left: 12px; - width: 13px; - height: 13px; + position: absolute; + top: 79px; + left: 12px; + width: 13px; + height: 13px; } #flip { - opacity: 0; - background: url(file:///System/Library/WidgetResources/ibutton/white_i.png) no-repeat top left; - z-index: 8000; + opacity: 0; + background: url(file:///System/Library/WidgetResources/ibutton/white_i.png) no-repeat top left; + z-index: 8000; } #fliprollie { - display: none; - opacity: 0.25; - background: url(file:///System/Library/WidgetResources/ibutton/white_rollie.png) no-repeat top left; - z-index: 7999; + display: none; + opacity: 0.25; + background: url(file:///System/Library/WidgetResources/ibutton/white_rollie.png) no-repeat top left; + z-index: 7999; } #front { - display: block; + display: block; } #back { - display: none; + display: none; } .doneButton { - position: absolute; - bottom: 10px; - left: 10px; + position: absolute; + bottom: 10px; + left: 10px; } /*=====================================================================*\ diff --git a/RGB_Converter/RGB_Converter.wdgt/Widget.html b/RGB_Converter/RGB_Converter.wdgt/Widget.html index 30a7990..df553f9 100644 --- a/RGB_Converter/RGB_Converter.wdgt/Widget.html +++ b/RGB_Converter/RGB_Converter.wdgt/Widget.html @@ -28,6 +28,10 @@
+
+
+
+
@@ -36,9 +40,10 @@
+ +
- -- 2.22.5