Changeset 4846

Show
Ignore:
Timestamp:
06/10/08 11:37:53 (4 months ago)
Author:
magi@…
Message:

Merged [4845] from trunk to 5.2 branch: Fixed reservrs header.

Location:
branches/5.2/WebContent
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • branches/5.2/WebContent/ITMILL/themes/default/styles.css

    r4839 r4846  
    175175 
    176176/** 
    177  * Custom toolktip 
    178  */ 
    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 /** 
    197177 * Context menu styles  
    198178 */ 
     
    14911471        empty-cells: hide; 
    14921472        border-collapse: collapse; 
    1493         height: 38px; 
     1473        height: 48px; 
    14941474        background: transparent url(tabsheet/img/tabs-bg.png) repeat-x bottom left; 
    14951475        width: 100%; 
    14961476        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; 
    15451477} 
    15461478 
  • branches/5.2/WebContent/ITMILL/themes/reservr/styles.css

    r4275 r4846  
    1010} 
    1111 
    12 #itmill-ajax-window { 
     12#Reservr { 
    1313        background-color: transparent; 
    1414} 
     
    8282} 
    8383 
    84 #itmill-ajax-window .i-button-selected-link { 
     84#Reservr .i-button-selected-link { 
    8585        border: 0px; 
    8686        text-align: left; 
  • branches/5.2/WebContent/reservr.html

    r4837 r4846  
    1818</head> 
    1919<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 
    2026<iframe id="__gwt_historyFrame" style="width:0;height:0;border:0;overflow:hidden" src="javascript:false"></iframe> 
    2127<script language='javascript' src='/ITMILL/widgetsets/com.itmill.toolkit.demo.reservation.gwt.ReservationWidgetSet/com.itmill.toolkit.demo.reservation.gwt.ReservationWidgetSet.nocache.js'></script>