Changeset 4971
- Timestamp:
- 06/30/08 10:06:57 (5 months ago)
- Location:
- trunk/WebContent/ITMILL/themes/default
- Files:
-
- 1 added
- 2 modified
-
caption/caption.css (modified) (1 diff)
-
icons/16/error.gif (added)
-
styles.css (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/WebContent/ITMILL/themes/default/caption/caption.css
r4961 r4971 15 15 } 16 16 * html .i-errorindicator { 17 margin-left:-3px;18 17 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; 20 20 } 21 21 *+html .i-errorindicator { -
trunk/WebContent/ITMILL/themes/default/styles.css
r4955 r4971 79 79 } 80 80 * 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; 82 84 } 83 85 *+html .i-errorindicator { … … 603 605 padding-top: 0; 604 606 } 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 }663 607 664 608 .i-Notification { … … 1623 1567 white-space: nowrap; 1624 1568 text-align: right; 1625 height: 1px;1569 margin-top: -37px; 1626 1570 } 1627 1571 … … 1630 1574 border: none; 1631 1575 width: 12px; 1632 height: 37px; 1633 margin-top: 11px; 1576 height: 38px; 1634 1577 opacity: 0.9999; 1578 margin-top: -1px; 1635 1579 } 1636 1580 .i-tabsheet-scrollerPrev-disabled, … … 1638 1582 border: none; 1639 1583 width: 12px; 1640 height: 3 7px;1641 margin-top: 11px;1584 height: 38px; 1585 margin-top: -1px; 1642 1586 opacity: 0.9999; 1643 1587 }
