Shrunk widget size trunk@18
authorrsesek <rsesek@ad1dcce9-c9fe-0310-b82b-83ea1733dbb0>
Sun, 21 Aug 2005 06:58:58 +0000 (06:58 +0000)
committerrsesek <rsesek@ad1dcce9-c9fe-0310-b82b-83ea1733dbb0>
Sun, 21 Aug 2005 06:58:58 +0000 (06:58 +0000)
git-svn-id: svn://depot/macosx/trunk@17 ad1dcce9-c9fe-0310-b82b-83ea1733dbb0

RGB_Converter/RGB_Converter.wdgt/Alternate.png
RGB_Converter/RGB_Converter.wdgt/Default.png
RGB_Converter/RGB_Converter.wdgt/Widget.css
RGB_Converter/RGB_Converter.wdgt/Widget.html
RGB_Converter/back.psd
RGB_Converter/front.psd

index f226f32140ef5511609b1463b1fb922c44e79198..3324840b2576c9c4d463387a8ba715063550225f 100644 (file)
Binary files a/RGB_Converter/RGB_Converter.wdgt/Alternate.png and b/RGB_Converter/RGB_Converter.wdgt/Alternate.png differ
index 5fa78d28a84fff38e5fbef7affb12ba77625a2cd..62aed983fdb57488b0c4425a47f2d68cbcaf1412 100644 (file)
Binary files a/RGB_Converter/RGB_Converter.wdgt/Default.png and b/RGB_Converter/RGB_Converter.wdgt/Default.png differ
index d3a71895da09469ed2d7c27df1051a66370fab3d..d33c56ce94049a907904ebec7afc7d43fe54c47f 100644 (file)
@@ -31,42 +31,43 @@ a
 #redinput
 {
        position: absolute;
-       top: 80px;
-       left: 46px;
+       top: 64px;
+       left: 35px;
        width: 50px;
 }
 
 #greeninput
 {
        position: absolute;
-       top: 80px;
-       left: 136px;
+       top: 64px;
+       left: 104px;
        width: 50px;
 }
 
 #blueinput
 {
        position: absolute;
-       top: 80px;
-       left: 226px;
+       top: 64px;
+       left: 173px;
        width: 50px;
 }
 
 #swatch
 {
        position: absolute;
-       top: 21px;
-       left: 239px;
-       height: 42px;
-       width: 42px;
+       top: 18px;
+       left: 148px;
+       height: 30px;
+       width: 30px;
 }
 
 #hexinput
 {
        position: absolute;
        top: 20px;
-       left: 80px;
+       left: 25px;
        width: 200px;
+       font-size: 11px;
 }
 
 /* ################################################################### */
@@ -75,16 +76,16 @@ a
 #backtext
 {
        position: absolute;
-       top: 5px;
+       top: 10px;
        left: 15px;
-       font-size: 11px;
+       font-size: 10px;
 }
 
 #backbutton
 {
        position: absolute;
-       top: 55px;
-       left: 215px;
+       top: 45px;
+       left: 13px;
        width: 500px;
 }
 
@@ -94,7 +95,7 @@ a
 .flip
 {
        position: absolute;
-       top: 79px;
+       top: 44px;
        left: 12px;
        width: 13px;
        height: 13px;
index 9e9dd399effe89ddf0d8ea9ad48a3e68b473c7b7..c0b1a090a4b52961495c8009a057b9f1436e2e92 100644 (file)
@@ -30,7 +30,7 @@
     <div id="front" onmousemove="mousemove(event);" onmouseout="mouseexit(event);">
                <img src="Default.png" alt="" />
                
-               <div id="hexinput">#<input type="text" name="hexinput" id="hexinputf" size="6" maxlength="6" onblur="hexwatcher()" value="000000" /></div>
+               <div id="hexinput">HEX Code <input type="text" name="hexinput" id="hexinputf" size="6" maxlength="6" onblur="hexwatcher()" value="000000" /></div>
                
                <div id="swatch"></div>
                
@@ -48,8 +48,8 @@
                <img src="Alternate.png" alt="" />
                
                <div id="backtext">
-                       <h1>RGB Converter</h1>
-                       <div>Version [#]version[#] ($Revision$)</div>
+                       <strong style="font-size: 12px">RGB Converter</strong>
+                       <div>v[#]version[#] ($Revision$)</div>
                        <div>&copy;2002-[#]year[#] <a href="javascript:widget.openURL('http://www.iris-studios.com')">Iris Studios, Inc</a><div>
                </div>
                
index 215d16844c7677d14a5d22d011e9947a7e658a37..e3ac8d90dcc60f66866f105a156f699c58033469 100644 (file)
Binary files a/RGB_Converter/back.psd and b/RGB_Converter/back.psd differ
index 5f5bc54dd4e8f5a921dc3138951f6a95734eda4a..3760999aed266a5d73b14379201f2798877521c1 100644 (file)
Binary files a/RGB_Converter/front.psd and b/RGB_Converter/front.psd differ