Author: johnnyoffline
Date: 2010-01-13 23:13:47 +0100 (Wed, 13 Jan 2010)
New Revision: 26591

Modified:
   plugins/pkToolkitPlugin/trunk/web/css/pkToolkit.css
Log:
finally fixed the search field input across all browsers to display the text 
vertically in the center :D awesome

Modified: plugins/pkToolkitPlugin/trunk/web/css/pkToolkit.css
===================================================================
--- plugins/pkToolkitPlugin/trunk/web/css/pkToolkit.css 2010-01-13 22:12:04 UTC 
(rev 26590)
+++ plugins/pkToolkitPlugin/trunk/web/css/pkToolkit.css 2010-01-13 22:13:47 UTC 
(rev 26591)
@@ -98,6 +98,15 @@
        line-height: 1.2;
 }
 
+.dropshadow
+{ /* This is just for fun right now */
+-moz-box-shadow:2px 4px 12px rgba(0, 0, 0, 0.5);
+-webkit-box-shadow:2px 4px 12px rgba(0, 0, 0, 0.5);
+-opera-box-shadow:2px 4px 12px rgba(0, 0, 0, 0.5);
+-khtml-box-shadow:2px 4px 12px rgba(0, 0, 0, 0.5);     
+box-shadow:2px 4px 12px rgba(0, 0, 0, 0.5);
+}
+
 /* == */
 /* == Buttons and Icons */
 /* == */
@@ -768,7 +777,7 @@
 .editing-now a.pk-btn .pk-b,
 .browsing-history a.pk-btn.pk-history .pk-b
 {
-background-color: #ddd !important;
+background-color: #ac3 !important;
 color: #000 !important;
 cursor: default !important;
 }
@@ -1081,7 +1090,6 @@
 border: 0 none;
 padding: 3px;
 width: 210px;
-height: 20px;
 background: transparent;
 }
 

-- 
You received this message because you are subscribed to the Google Groups 
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/symfony-svn?hl=en.


Reply via email to