You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by jo...@apache.org on 2006/07/06 12:23:26 UTC

svn commit: r419508 - in /lenya/trunk/src/webapp/lenya/resources/css: menu.xml tabs.css

Author: josias
Date: Thu Jul  6 03:23:23 2006
New Revision: 419508

URL: http://svn.apache.org/viewvc?rev=419508&view=rev
Log:
minor layout adjustments: fixed vertical alignment of areas in the menubar in firefox, fixed font size of tabs in the site area in IE

Modified:
    lenya/trunk/src/webapp/lenya/resources/css/menu.xml
    lenya/trunk/src/webapp/lenya/resources/css/tabs.css

Modified: lenya/trunk/src/webapp/lenya/resources/css/menu.xml
URL: http://svn.apache.org/viewvc/lenya/trunk/src/webapp/lenya/resources/css/menu.xml?rev=419508&r1=419507&r2=419508&view=diff
==============================================================================
--- lenya/trunk/src/webapp/lenya/resources/css/menu.xml (original)
+++ lenya/trunk/src/webapp/lenya/resources/css/menu.xml Thu Jul  6 03:23:23 2006
@@ -74,7 +74,7 @@
 
 #lenya-areas ul li a { color: #454646; display: block; text-decoration: none; text-align: center; padding: 9px 9px 0 9px; height: 16px !important; height /**/: 25px; display: inline-block; }
 
-#lenya-areas ul li a span { font: bold 10px/1.0 Arial, Verdana, sans-serif; text-transform: uppercase; }
+#lenya-areas ul li a span { font: bold 10px/1.0 Arial, Verdana, sans-serif; text-transform: uppercase; vertical-align: top; }
 
 #lenya-areas ul li#area-admin-active a { color: #3975b3; background: url(<context-prefix/>/lenya/menu/images/active.gif) 0 0 repeat-x; }
 

Modified: lenya/trunk/src/webapp/lenya/resources/css/tabs.css
URL: http://svn.apache.org/viewvc/lenya/trunk/src/webapp/lenya/resources/css/tabs.css?rev=419508&r1=419507&r2=419508&view=diff
==============================================================================
--- lenya/trunk/src/webapp/lenya/resources/css/tabs.css (original)
+++ lenya/trunk/src/webapp/lenya/resources/css/tabs.css Thu Jul  6 03:23:23 2006
@@ -56,7 +56,7 @@
 .lenya-tablink, .lenya-tablink-active {
   position: relative;
   left: 1px;
-  font-size: 10pt;
+  font-size: small;
   display: block;
   margin-bottom: .2em;
   padding: .2em 1em .2em .3em;



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org