Scarab commit: svn commit: r10821 - trunk/src/webapp/skins: . images
Hussayn Dabbous <[email protected]>
| Newsgroups | gmane.comp.java.scarab.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: dabbous
Date: 2009-07-22 06:45:10-0700
New Revision: 10821
Modified:
trunk/src/webapp/skins/custom.css
trunk/src/webapp/skins/images/popup_open.gif
Log:
SCB2979:
Fixed an issue with IE6. There was a 1 pixel missplacement for the treeview icon.
I modified the stylesheet and the icon itself to work for IE6 and FF
Modified: trunk/src/webapp/skins/custom.css
Url: http://scarab.tigris.org/source/browse/scarab/trunk/src/webapp/skins/custom.css?view=diff&pathrev=10821&r1=10820&r2=10821
==============================================================================
--- trunk/src/webapp/skins/custom.css (original)
+++ trunk/src/webapp/skins/custom.css 2009-07-22 06:45:10-0700
@@ -62,8 +62,11 @@
padding-left:0px;
position:relative;
left:-7px;
+ top:-1px;
text-decoration:none;
background-repeat: no-repeat;
+ display:inline-block;
+ vertical-align:middle;
}
div.tree_popup {
Modified: trunk/src/webapp/skins/images/popup_open.gif
Url: http://scarab.tigris.org/source/browse/scarab/trunk/src/webapp/skins/images/popup_open.gif?view=diff&pathrev=10821&r1=10820&r2=10821
==============================================================================
Binary files. No diff available.
------------------------------------------------------
http://scarab.tigris.org/ds/viewMessage.do?dsForumId=3577&dsMessageId=2374436