Changeset 4971

Show
Ignore:
Timestamp:
06/30/08 10:06:57 (5 months ago)
Author:
marc.englund@…
Message:

Made error-indicator transparent in IE6 by using gif.

Location:
trunk/WebContent/ITMILL/themes/default
Files:
1 added
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/WebContent/ITMILL/themes/default/caption/caption.css

    r4961 r4971  
    1515} 
    1616* html .i-errorindicator { 
    17         margin-left:-3px; 
    1817        background: transparent none; 
    19         filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../icons/16/error.png", sizingMethod="scale"); 
     18        /* gif for transparency */ 
     19        background: transparent url(../icons/16/error.gif) no-repeat top right; 
    2020} 
    2121*+html .i-errorindicator { 
  • trunk/WebContent/ITMILL/themes/default/styles.css

    r4955 r4971  
    7979} 
    8080* html .i-errorindicator { 
    81         margin-left:-3px; 
     81        background: transparent none; 
     82        /* gif for transparency */ 
     83        background: transparent url(icons/16/error.gif) no-repeat top right; 
    8284} 
    8385*+html .i-errorindicator { 
     
    603605        padding-top: 0; 
    604606} 
    605 /*Set the style for the menu bar itself */ 
    606 .i-menubar table{ 
    607     border-right: 2px solid #c6cbcc; 
    608         border-bottom: 2px solid #c6cbcc; 
    609         border-top: 1px solid #d0d4d5; 
    610         border-left: 1px solid #d0d4d5; 
    611          
    612         padding 3px; 
    613 } 
    614  
    615 /*Set the style for the main menu menu items */ 
    616 .i-menubar .gwt-MenuItem { 
    617     cursor                      :   hand; 
    618     cursor                      :   pointer; 
    619          
    620         padding : 1px 10px; 
    621         margin : 1px 10px;       
    622         } 
    623  
    624 /*Set the style for the selected main menu menu item */ 
    625 .i-menubar .gwt-MenuItem-selected { 
    626                  background-color            :   #fff; 
    627         } 
    628  
    629  
    630 /*Set the style for the submenus */ 
    631 .gwt-MenuBar {  
    632     font-size                   :   12px; 
    633     padding                     :   3px; 
    634     font-family: "Trebuchet MS", geneva, helvetica, arial, tahoma, verdana, sans-serif; 
    635     color: #464f52; 
    636      
    637     border-right: 2px solid #c6cbcc; 
    638         border-bottom: 2px solid #c6cbcc; 
    639         border-top: 1px solid #d0d4d5; 
    640         border-left: 1px solid #d0d4d5; 
    641 } 
    642  
    643 /*Set style for the submenu menu items */ 
    644 .gwt-MenuBar .gwt-MenuItem {  
    645     cursor                      :   hand; 
    646     cursor                      :   pointer; 
    647  
    648     //border                      :   1px solid #999; 
    649     //background-color            :   #eee; 
    650     padding                     :   2px 10px; 
    651 } 
    652  
    653 /*Set style for the selected submenu item */ 
    654 .gwt-MenuBar .gwt-MenuItem-selected {  
    655          background-color            :   #fff; 
    656 } 
    657  
    658 .gwt-MenuItem p{ 
    659         padding : 0; 
    660         margin : 0; 
    661         line-height : normal; 
    662  } 
    663607 
    664608.i-Notification { 
     
    16231567        white-space: nowrap; 
    16241568        text-align: right; 
    1625         height: 1px; 
     1569        margin-top: -37px; 
    16261570} 
    16271571 
     
    16301574        border: none; 
    16311575        width: 12px; 
    1632         height: 37px; 
    1633         margin-top: 11px; 
     1576        height: 38px; 
    16341577        opacity: 0.9999; 
     1578        margin-top: -1px; 
    16351579} 
    16361580.i-tabsheet-scrollerPrev-disabled, 
     
    16381582        border: none; 
    16391583        width: 12px; 
    1640         height: 37px; 
    1641         margin-top: 11px; 
     1584        height: 38px; 
     1585        margin-top: -1px; 
    16421586        opacity: 0.9999; 
    16431587}