[Yanel-dev] [Bug 8362] Make yanel toolbar css unique such that third party CSS does have an effect

bugzilla at wyona.com bugzilla at wyona.com
Thu Jun 23 12:23:42 CEST 2011


http://bugzilla.wyona.com/cgi-bin/bugzilla/show_bug.cgi?id=8362


bmessme at student.ethz.ch changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bmessme at student.ethz.ch
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED




------- Comment #1 from bmessme at student.ethz.ch  2011-06-23 11:42 -------
I've added to following Code to YANEL_HOME\yanel\src\webapp\htdocs\toolbar.css
and YANEL_HOME\yanel\src\webapp\htdocs\toolbar_v2.css:

#yaneltoolbar_info_right {
  right: 100px;
  top: 3px;
  color: #555555;
  font-size: 13px;
  text-decoration: none;
}

#yaneltoolbar_info_right a{
  right: 100px;
  top: 3px;
  color: #555555;
  font-size: 13px;
  text-decoration: none;
}

#yaneltoolbar_info_right a:hover{
  right: 100px;
  top: 3px;
  color: #555555;
  font-size: 13px;
  text-decoration: none;
}

Also I changed the method getInfo the DefaultYanelToolbar.java class in

YANEL_HOME\src\webapp\src\java\org\wyona\yanel\servlet\toolbar\impl

by removing style=... to id=yaneltoolbar_info_right...


-- 
Configure bugmail: http://bugzilla.wyona.com/cgi-bin/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.


More information about the Yanel-development mailing list