]> source.dussan.org Git - vaadin-framework.git/commitdiff
Made error-indicator transparent in IE6 by using gif.
authorMarc Englund <marc.englund@itmill.com>
Mon, 30 Jun 2008 10:06:57 +0000 (10:06 +0000)
committerMarc Englund <marc.englund@itmill.com>
Mon, 30 Jun 2008 10:06:57 +0000 (10:06 +0000)
svn changeset:4971/svn branch:trunk

WebContent/ITMILL/themes/default/caption/caption.css
WebContent/ITMILL/themes/default/icons/16/error.gif [new file with mode: 0644]
WebContent/ITMILL/themes/default/styles.css

index afd2c9fcf1eff5ba6c32a75ba62de514b263243e..be808b3fc2975d10240d5a1d84def7c6c41323ab 100644 (file)
@@ -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 (file)
index 0000000..c9582b2
Binary files /dev/null and b/WebContent/ITMILL/themes/default/icons/16/error.gif differ
index e3e43cde7afc0c5b3c9d3a3e6e6299ea4e5fcc95..be65f2a6e524e50e73b5102809d89fd2fd7188a4 100644 (file)
@@ -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;
 }