From: rsesek Date: Sat, 11 Dec 2010 18:48:21 +0000 (+0000) Subject: Add a new background/Default.png to create the drop shadow. X-Git-Url: https://src.bluestatic.org/?a=commitdiff_plain;h=b1b235b670d6e7646a903ba53faf9993406d6d53;p=rgbconverter.git Add a new background/Default.png to create the drop shadow. git-svn-id: svn://depot/macosx/RGBConverter/trunk@637 ad1dcce9-c9fe-0310-b82b-83ea1733dbb0 --- diff --git a/RGB Converter.wdgt/Default.png b/RGB Converter.wdgt/Default.png index e7332fc..16362eb 100644 Binary files a/RGB Converter.wdgt/Default.png and b/RGB Converter.wdgt/Default.png differ diff --git a/RGB Converter.wdgt/Widget.css b/RGB Converter.wdgt/Widget.css index ed1bf96..4e698b4 100644 --- a/RGB Converter.wdgt/Widget.css +++ b/RGB Converter.wdgt/Widget.css @@ -35,6 +35,16 @@ a text-decoration: underline; } +#shadow { + z-index: -1000; + position: absolute; +} + +#wheel { + margin-top: 7px; + margin-left: 7px; +} + /* ################################################################### */ /* Front */ @@ -47,8 +57,8 @@ a text-align: center; position: absolute; - top: 25px; - left: 100px; + top: 32px; + left: 108px; } #greeninput @@ -60,8 +70,8 @@ a text-align: center; position: absolute; - top: 130px; - left: 100px; + top: 140px; + left: 114px; } #blueinput @@ -73,8 +83,8 @@ a text-align: center; position: absolute; - top: 80px; - left: 7px; + top: 88px; + left: 15px; } #hexinput @@ -87,8 +97,8 @@ a text-align: center; position: absolute; - top: 80px; - left: 62px; + top: 88px; + left: 70px; } /* ################################################################### */ diff --git a/RGB Converter.wdgt/Widget.html b/RGB Converter.wdgt/Widget.html index 852a8d5..87c9b32 100644 --- a/RGB Converter.wdgt/Widget.html +++ b/RGB Converter.wdgt/Widget.html @@ -33,7 +33,8 @@ - + +
@@ -50,8 +51,8 @@
-
RGB Converter, 2.2 ($Revision$)
-
©2002-2007 Blue Static
+
RGB Converter, 3.0 ($Revision$)
+
©2002-2010 Blue Static
diff --git a/round back.psd b/round back.psd new file mode 100644 index 0000000..6deaae9 Binary files /dev/null and b/round back.psd differ