Changeset 4846
- Timestamp:
- 06/10/08 11:37:53 (4 months ago)
- Location:
- branches/5.2/WebContent
- Files:
-
- 3 modified
-
ITMILL/themes/default/styles.css (modified) (2 diffs)
-
ITMILL/themes/reservr/styles.css (modified) (2 diffs)
-
reservr.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/5.2/WebContent/ITMILL/themes/default/styles.css
r4839 r4846 175 175 176 176 /** 177 * Custom toolktip178 */179 .i-tooltip {180 background-color: #ffffcc;181 border: 1px solid #464f52;182 font-size: 12px;183 font-family: "Trebuchet MS", geneva, helvetica, arial, tahoma, verdana, sans-serif;184 color: #464f52;185 }186 187 .i-tooltip-text {188 margin: 4px;189 }190 191 .i-tooltip .i-errormessage {192 padding: 4px;193 border-width: 0 0 1px 0;194 }195 196 /**197 177 * Context menu styles 198 178 */ … … 1491 1471 empty-cells: hide; 1492 1472 border-collapse: collapse; 1493 height: 38px;1473 height: 48px; 1494 1474 background: transparent url(tabsheet/img/tabs-bg.png) repeat-x bottom left; 1495 1475 width: 100%; 1496 1476 overflow:hidden; 1497 }1498 1499 .i-tabsheet-hidetabs .i-tabsheet-tabcontainer {1500 display: none;1501 }1502 1503 .i-tabsheet-scroller {1504 white-space: nowrap;1505 text-align: right;1506 height: 1px;1507 }1508 1509 .i-tabsheet-scrollerPrev,1510 .i-tabsheet-scrollerNext {1511 border: none;1512 width: 12px;1513 height: 37px;1514 margin-top: 11px;1515 opacity: 0.9999;1516 }1517 .i-tabsheet-scrollerPrev-disabled,1518 .i-tabsheet-scrollerNext-disabled {1519 border: none;1520 width: 12px;1521 height: 37px;1522 margin-top: 11px;1523 opacity: 0.9999;1524 }1525 1526 .i-tabsheet-scrollerNext,1527 .i-tabsheet-scrollerNext-disabled {1528 background: transparent url(tabsheet/img/next.png) no-repeat;1529 }1530 .i-tabsheet-scrollerPrev,1531 .i-tabsheet-scrollerPrev-disabled {1532 background: transparent url(tabsheet/img/prev.png) no-repeat;1533 }1534 .i-tabsheet-scrollerPrev:hover,1535 .i-tabsheet-scrollerNext:hover {1536 background-position: -24px 0px;1537 }1538 .i-tabsheet-scrollerPrev-disabled,1539 .i-tabsheet-scrollerNext-disabled {1540 background-position: -12px 0px;1541 }1542 .i-tabsheet-scrollerPrev-disabled:hover,1543 .i-tabsheet-scrollerNext-disabled:hover {1544 background-position: -12px 0px;1545 1477 } 1546 1478 -
branches/5.2/WebContent/ITMILL/themes/reservr/styles.css
r4275 r4846 10 10 } 11 11 12 # itmill-ajax-window{12 #Reservr { 13 13 background-color: transparent; 14 14 } … … 82 82 } 83 83 84 # itmill-ajax-window.i-button-selected-link {84 #Reservr .i-button-selected-link { 85 85 border: 0px; 86 86 text-align: left; -
branches/5.2/WebContent/reservr.html
r4837 r4846 18 18 </head> 19 19 <body> 20 <div id="header"> 21 <span id="logo"> Reservr Inc</span> 22 <span id="arrow"> </span> 23 <span id="slogan">Representational cars on-the-road</span> 24 </div> 25 20 26 <iframe id="__gwt_historyFrame" style="width:0;height:0;border:0;overflow:hidden" src="javascript:false"></iframe> 21 27 <script language='javascript' src='/ITMILL/widgetsets/com.itmill.toolkit.demo.reservation.gwt.ReservationWidgetSet/com.itmill.toolkit.demo.reservation.gwt.ReservationWidgetSet.nocache.js'></script>
