Author: Jonathan.Wage
Date: 2010-01-18 23:48:48 +0100 (Mon, 18 Jan 2010)
New Revision: 26852

Modified:
   
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalAdminPlugin/web/css/admin.css
Log:
[1.4][sfSympalPlugin][1.0] Fixing admin content type filder


Modified: 
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalAdminPlugin/web/css/admin.css
===================================================================
--- 
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalAdminPlugin/web/css/admin.css  
    2010-01-18 22:39:17 UTC (rev 26851)
+++ 
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalAdminPlugin/web/css/admin.css  
    2010-01-18 22:48:48 UTC (rev 26852)
@@ -150,34 +150,34 @@
 }
 
 #content #sympal_content_type_menu {
-  margin-bottom: 15px;
-  background-color: #333333;
+  background-color: #ffffff;
   width: 200px;
   position: absolute;
-  top: 0;
-  right: 0;
+  top: 50px;
+  right: 40px;
   z-index: 9999999999;
 }
 
 #content #sympal_content_type_menu h3 {
+  background-color: #ffffff;
   text-align: center;
   font-weight: bold;
   font-size: 16px;
-  color: #ffffff;
+  color: #333333;
   margin: 0;
   padding: 6px;
   cursor: pointer;
 }
 
 #content #sympal_content_type_menu h3:hover {
-  background: #375fc2;
+  background: #333333;
+  color: #ffffff;
 }
 
 #content #sympal_content_type_menu ul {
   background-color: #333333;
   margin: 0;
   padding: 0;
-  margin-top: 10px;
   display: none;
 }
 

-- 
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