Author: Jonathan.Wage
Date: 2010-01-18 23:39:17 +0100 (Mon, 18 Jan 2010)
New Revision: 26851
Modified:
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalAdminPlugin/web/css/admin.css
Log:
[1.4][sfSympalPlugin][1.0] Changing admin h1
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:24:54 UTC (rev 26850)
+++
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalAdminPlugin/web/css/admin.css
2010-01-18 22:39:17 UTC (rev 26851)
@@ -47,20 +47,33 @@
margin-bottom: 0;
}
-h1 {
+#content #header {
+ position: absolute;
+ right: 30px;
+ top: 10px;
+ height: 50px;
+}
+
+#content #header h1 {
+ font-weight: bold;
+ color: #333;
+ font-size: 20px;
+}
+
+#content h1 {
color: #11A8FF;
- font-size: 22px;
+ font-size: 18px;
padding: 0;
margin: 0;
margin-bottom: 10px;
}
-h2 {
+#content h2 {
color: #DA8915;
- font-size: 18px;
+ font-size: 14px;
}
-h3 {
+#content h3 {
color: #3278B6;
font-size: 14px;
}
@@ -81,16 +94,6 @@
position: relative;
}
-#content #header h1 {
- color: #fff;
- font-weight: bold;
- font-size: 16px;
- position: absolute;
- top: -22px;
- left: 25px;
- z-index: 101;
-}
-
ul.error_list
{
margin: 0;
--
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.