[Yanel-commits] rev 59503 - public/yanel/trunk/src/webapp/htdocs

michi at wyona.com michi at wyona.com
Thu Jul 21 17:33:12 CEST 2011


Author: michi
Date: 2011-07-21 17:33:12 +0200 (Thu, 21 Jul 2011)
New Revision: 59503

Modified:
   public/yanel/trunk/src/webapp/htdocs/toolbar_v2.css
Log:
thanks to Bettina this should also work now with IE9

Modified: public/yanel/trunk/src/webapp/htdocs/toolbar_v2.css
===================================================================
--- public/yanel/trunk/src/webapp/htdocs/toolbar_v2.css	2011-07-21 15:25:55 UTC (rev 59502)
+++ public/yanel/trunk/src/webapp/htdocs/toolbar_v2.css	2011-07-21 15:33:12 UTC (rev 59503)
@@ -27,15 +27,36 @@
   position: absolute;
   right:15px;
   float:right;
+  /*top:0px;*/ /* INFO: It's not clear if this is needed, but is contained by previous toolbar.css */
 }
 
 #yaneltoolbar_info {
   position: absolute;
+  float: right;
   right: 100px;
-  float: right;
   top: 2px;
+  color: #555555;
+  font-size: 13px;
+  text-decoration: none;
 }
 
+#yaneltoolbar_info a{
+  right: 100px;
+  top: 3px;
+  color: #555555;
+  font-size: 13px;
+  text-decoration: none;
+}
+
+#yaneltoolbar_info a:hover{
+  right: 100px;
+  top: 3px;
+  color: #555555;
+  font-size: 13px;
+  text-decoration: none;
+}
+
+
 /* menu style starts here */
 #yaneltoolbar_menu {
   width:100%;
@@ -47,7 +68,7 @@
   font-weight: normal;
   font-style: normal;
   font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
-  vertical-align: baseline;
+  /*vertical-align: baseline;*/ /* INFO: This seems to cause trouble with IE9 */
 }
 
 #yaneltoolbar_menu a, #yaneltoolbar_menu #yaneltoolbar_menutitle{



More information about the Yanel-commits mailing list