From e418ca0d9a83db71d6c39f235febac9a9f7161ee Mon Sep 17 00:00:00 2001 From: Marc Englund Date: Mon, 30 Jun 2008 10:06:57 +0000 Subject: [PATCH] Made error-indicator transparent in IE6 by using gif. svn changeset:4971/svn branch:trunk --- .../ITMILL/themes/default/caption/caption.css | 4 +- .../ITMILL/themes/default/icons/16/error.gif | Bin 0 -> 72 bytes WebContent/ITMILL/themes/default/styles.css | 72 ++---------------- 3 files changed, 10 insertions(+), 66 deletions(-) create mode 100644 WebContent/ITMILL/themes/default/icons/16/error.gif diff --git a/WebContent/ITMILL/themes/default/caption/caption.css b/WebContent/ITMILL/themes/default/caption/caption.css index afd2c9fcf1..be808b3fc2 100644 --- a/WebContent/ITMILL/themes/default/caption/caption.css +++ b/WebContent/ITMILL/themes/default/caption/caption.css @@ -14,9 +14,9 @@ background: transparent url(../icons/16/error.png) no-repeat top right; } * html .i-errorindicator { - margin-left:-3px; background: transparent none; - filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../icons/16/error.png", sizingMethod="scale"); + /* gif for transparency */ + background: transparent url(../icons/16/error.gif) no-repeat top right; } *+html .i-errorindicator { margin-left:-3px; diff --git a/WebContent/ITMILL/themes/default/icons/16/error.gif b/WebContent/ITMILL/themes/default/icons/16/error.gif new file mode 100644 index 0000000000000000000000000000000000000000..c9582b2c289636c21799fca11b7ed30329295628 GIT binary patch literal 72 zcmZ?wbhEHbfNQ!D=MAiS@4dG7m-uYXIPg6q*14 literal 0 HcmV?d00001 diff --git a/WebContent/ITMILL/themes/default/styles.css b/WebContent/ITMILL/themes/default/styles.css index e3e43cde7a..be65f2a6e5 100644 --- a/WebContent/ITMILL/themes/default/styles.css +++ b/WebContent/ITMILL/themes/default/styles.css @@ -78,7 +78,9 @@ background: transparent url(icons/16/error.png) no-repeat top right; } * html .i-errorindicator { - margin-left:-3px; + background: transparent none; + /* gif for transparency */ + background: transparent url(icons/16/error.gif) no-repeat top right; } *+html .i-errorindicator { margin-left:-3px; @@ -602,64 +604,6 @@ input.i-modified, .i-gridlayout-spacing .i-gridlayout-firstrow { padding-top: 0; } -/*Set the style for the menu bar itself */ -.i-menubar table{ - border-right: 2px solid #c6cbcc; - border-bottom: 2px solid #c6cbcc; - border-top: 1px solid #d0d4d5; - border-left: 1px solid #d0d4d5; - - padding 3px; -} - -/*Set the style for the main menu menu items */ -.i-menubar .gwt-MenuItem { - cursor : hand; - cursor : pointer; - - padding : 1px 10px; - margin : 1px 10px; - } - -/*Set the style for the selected main menu menu item */ -.i-menubar .gwt-MenuItem-selected { - background-color : #fff; - } - - -/*Set the style for the submenus */ -.gwt-MenuBar { - font-size : 12px; - padding : 3px; - font-family: "Trebuchet MS", geneva, helvetica, arial, tahoma, verdana, sans-serif; - color: #464f52; - - border-right: 2px solid #c6cbcc; - border-bottom: 2px solid #c6cbcc; - border-top: 1px solid #d0d4d5; - border-left: 1px solid #d0d4d5; -} - -/*Set style for the submenu menu items */ -.gwt-MenuBar .gwt-MenuItem { - cursor : hand; - cursor : pointer; - - //border : 1px solid #999; - //background-color : #eee; - padding : 2px 10px; -} - -/*Set style for the selected submenu item */ -.gwt-MenuBar .gwt-MenuItem-selected { - background-color : #fff; -} - -.gwt-MenuItem p{ - padding : 0; - margin : 0; - line-height : normal; - } .i-Notification { font-family: "Trebuchet MS", geneva, helvetica, arial, tahoma, verdana, sans-serif; @@ -1622,23 +1566,23 @@ input.i-modified, .i-tabsheet-scroller { white-space: nowrap; text-align: right; - height: 1px; + margin-top: -37px; } .i-tabsheet-scrollerPrev, .i-tabsheet-scrollerNext { border: none; width: 12px; - height: 37px; - margin-top: 11px; + height: 38px; opacity: 0.9999; + margin-top: -1px; } .i-tabsheet-scrollerPrev-disabled, .i-tabsheet-scrollerNext-disabled { border: none; width: 12px; - height: 37px; - margin-top: 11px; + height: 38px; + margin-top: -1px; opacity: 0.9999; } -- 2.39.5