From: rsesek Date: Sat, 15 Jul 2006 00:52:16 +0000 (+0000) Subject: Adding a new front and getting all the new swatches aligned X-Git-Tag: 2.0~19 X-Git-Url: https://src.bluestatic.org/?a=commitdiff_plain;h=6bddfcd787f92e1989a465bd987164030b3c7d37;p=rgbconverter.git Adding a new front and getting all the new swatches aligned git-svn-id: svn://depot/macosx/RGBConverter/trunk@233 ad1dcce9-c9fe-0310-b82b-83ea1733dbb0 --- diff --git a/RGB_Converter.wdgt/Default.png b/RGB_Converter.wdgt/Default.png deleted file mode 100644 index 62aed98..0000000 Binary files a/RGB_Converter.wdgt/Default.png and /dev/null differ diff --git a/RGB_Converter.wdgt/Front.png b/RGB_Converter.wdgt/Front.png new file mode 100644 index 0000000..501a53a Binary files /dev/null and b/RGB_Converter.wdgt/Front.png differ diff --git a/RGB_Converter.wdgt/Widget.css b/RGB_Converter.wdgt/Widget.css index d33c56c..339a600 100644 --- a/RGB_Converter.wdgt/Widget.css +++ b/RGB_Converter.wdgt/Widget.css @@ -52,22 +52,70 @@ a width: 50px; } +#hexinput +{ + position: absolute; + top: 5px; + left: 10px; + width: 200px; + font-size: 11px; + font-weight: bold; + + z-index: 1000; +} + +/* ################################################################### */ + #swatch { + z-index: 1; + position: absolute; - top: 18px; - left: 148px; - height: 30px; - width: 30px; + top: 0px; + left: 135px; + height: 35px; + width: 65px; + + background-color: rgb(0, 0, 0); } -#hexinput +#swatch-red { + z-index: 1; + position: absolute; - top: 20px; - left: 25px; - width: 200px; - font-size: 11px; + top: 0px; + left: 200px; + height: 35px; + width: 100px; + + background-color: rgb(0, 0, 0); +} + +#swatch-green +{ + z-index: 1; + + position: absolute; + top: 0px; + left: 300px; + height: 35px; + width: 100px; + + background-color: rgb(0, 0, 0); +} + +#swatch-blue +{ + z-index: 1; + + position: absolute; + top: 0px; + left: 400px; + height: 35px; + width: 100px; + + background-color: rgb(0, 0, 0); } /* ################################################################### */ diff --git a/RGB_Converter.wdgt/Widget.html b/RGB_Converter.wdgt/Widget.html index c0b1a09..09706a8 100644 --- a/RGB_Converter.wdgt/Widget.html +++ b/RGB_Converter.wdgt/Widget.html @@ -28,18 +28,22 @@
- - + +
HEX Code
+
+
+
-
+
+
diff --git a/front.psd b/front.psd index a8b7a6e..451a77f 100644 Binary files a/front.psd and b/front.psd differ