Adding a drop shadow to make things fit better with HIG
authorrsesek <rsesek@ad1dcce9-c9fe-0310-b82b-83ea1733dbb0>
Sat, 15 Jul 2006 03:50:52 +0000 (03:50 +0000)
committerrsesek <rsesek@ad1dcce9-c9fe-0310-b82b-83ea1733dbb0>
Sat, 15 Jul 2006 03:50:52 +0000 (03:50 +0000)
git-svn-id: svn://depot/macosx/RGBConverter/trunk@248 ad1dcce9-c9fe-0310-b82b-83ea1733dbb0

RGB Converter.wdgt/Alternate.png
RGB Converter.wdgt/Default.png
RGB Converter.wdgt/Info.plist
RGB Converter.wdgt/Widget.css
RGB Converter.wdgt/Widget.html
back.psd
front.psd

index c45d15047c198f896d07aaee2dd9f707c27aad26..8be11b2c30fed545a22f41e8279d4c10da99ab02 100644 (file)
Binary files a/RGB Converter.wdgt/Alternate.png and b/RGB Converter.wdgt/Alternate.png differ
index 098ec4a89577b32f4ac50f642be2f910cad6ab99..abd9e3deadd31783994582ec949abc5888fc7ddb 100644 (file)
Binary files a/RGB Converter.wdgt/Default.png and b/RGB Converter.wdgt/Default.png differ
index da56b8cdd70033fb713edb0dc4a61a151afd516d..a7cb94c6988f929ccadaf05a3d5d8c797bf9a95b 100644 (file)
@@ -15,8 +15,8 @@
        <key>MainHTML</key>
        <string>Widget.html</string>
        <key>Width</key>
-       <integer>500</integer>
+       <integer>550</integer>
        <key>Height</key>
-       <integer>35</integer>
+       <integer>85</integer>
 </dict>
 </plist>
\ No newline at end of file
index 9a9500867b555e9c639aaaf48aa731eda4431501..63ee8a59f72b973fa5bbbfb40f52f5ac7641cad5 100644 (file)
@@ -49,8 +49,8 @@ a
        font-size: 11px;
        
        position: absolute;
-       top: 5px;
-       left: 220px;
+       top: 30px;
+       left: 245px;
        width: 70px;
 }
 
@@ -60,8 +60,8 @@ a
        font-size: 11px;
        
        position: absolute;
-       top: 5px;
-       left: 317px;
+       top: 30px;
+       left: 342px;
        width: 70px;
 }
 
@@ -71,8 +71,8 @@ a
        font-size: 11px;
        
        position: absolute;
-       top: 5px;
-       left: 422px;
+       top: 30px;
+       left: 447px;
        width: 70px;
 }
 
@@ -83,8 +83,8 @@ a
        font-weight: bold;
        
        position: absolute;
-       top: 5px;
-       left: 75px;
+       top: 30px;
+       left: 100px;
        width: 200px;
 }
 
@@ -95,8 +95,8 @@ a
        z-index: 100;
        
        position: absolute;
-       top: 0px;
-       left: 0px;
+       top: 25px;
+       left: 25px;
        height: 35px;
        width: 65px;
        
@@ -108,8 +108,8 @@ a
        z-index: 100;
        
        position: absolute;
-       top: 0px;
-       left: 200px;
+       top: 25px;
+       left: 225px;
        height: 35px;
        width: 100px;
        
@@ -121,8 +121,8 @@ a
        z-index: 100;
        
        position: absolute;
-       top: 0px;
-       left: 300px;
+       top: 25px;
+       left: 325px;
        height: 35px;
        width: 100px;
        
@@ -134,8 +134,8 @@ a
        z-index: 100;
        
        position: absolute;
-       top: 0px;
-       left: 400px;
+       top: 25px;
+       left: 425px;
        height: 35px;
        width: 100px;
        
@@ -148,8 +148,8 @@ a
 #backtext
 {
        position: absolute;
-       top: 4px;
-       left: 5px;
+       top: 29px;
+       left: 30px;
        font-size: 10px;
 }
 
@@ -167,8 +167,8 @@ a
 .flip
 {
        position: absolute;
-       top: 20px;
-       left: 485px;
+       top: 45px;
+       left: 510px;
        width: 13px;
        height: 13px;
 }
index 54e10d6a7ac3b3c7e2ada3df6a34ed83ef04695d..1a75934c0aa722f1e72e33086ab15504eafa25d7 100644 (file)
@@ -53,7 +53,7 @@
                <div class="flip" id="flip" onclick="show_back(event);" onmouseover="enterflip(event);" onmouseout="exitflip(event)";></div>
                
                <div id="frontimage"><img src="Default.png" alt="" style="" /></div>
-               
+               <img src="Alternate.png" alt="" />
        </div>
        <!-- / front -->
        
index 6d90ad5c3b184ffad33a428cfccfb56dda1dcf87..6c831c14ec6cc95ec6c542106e39423c5d2328c5 100644 (file)
Binary files a/back.psd and b/back.psd differ
index 4e908f6be62e63027379a374d4e5a6922ede2a3c..80dae56f3c5b41cc01ca86f54107d2942325d4b1 100644 (file)
Binary files a/front.psd and b/front.psd differ