Changeset 4830

Show
Ignore:
Timestamp:
06/10/08 09:50:04 (4 months ago)
Author:
magi@…
Message:

Merged [4813] from trunk to 5.2 branch: Fixed gridlayout spacing value.

Location:
branches/5.2/WebContent/ITMILL/themes/default
Files:
2 modified

Legend:

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

    r4794 r4830  
    2525 
    2626.i-gridlayout-spacing .i-gridlayout-cell { 
    27         padding-left: 15px; 
    28         padding-top:15px; 
     27        padding-left: 8px; 
     28        padding-top: 8px; 
    2929} 
    3030 
  • branches/5.2/WebContent/ITMILL/themes/default/styles.css

    r4808 r4830  
    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/** 
    177197 * Context menu styles  
    178198 */ 
     
    526546 
    527547.i-gridlayout-spacing .i-gridlayout-cell { 
    528         padding-left: 15px; 
    529         padding-top:15px; 
     548        padding-left: 8px; 
     549        padding-top: 8px; 
    530550} 
    531551 
     
    14311451        empty-cells: hide; 
    14321452        border-collapse: collapse; 
    1433         height: 48px; 
     1453        height: 38px; 
    14341454        background: transparent url(tabsheet/img/tabs-bg.png) repeat-x bottom left; 
    14351455        width: 100%; 
    14361456        overflow:hidden; 
     1457} 
     1458 
     1459.i-tabsheet-hidetabs .i-tabsheet-tabcontainer { 
     1460        display: none; 
     1461} 
     1462 
     1463.i-tabsheet-scroller { 
     1464        white-space: nowrap; 
     1465        text-align: right; 
     1466        height: 1px; 
     1467} 
     1468 
     1469.i-tabsheet-scrollerPrev, 
     1470.i-tabsheet-scrollerNext { 
     1471        border: none; 
     1472        width: 12px; 
     1473        height: 37px; 
     1474        margin-top: 11px; 
     1475        opacity: 0.9999; 
     1476} 
     1477.i-tabsheet-scrollerPrev-disabled, 
     1478.i-tabsheet-scrollerNext-disabled { 
     1479        border: none; 
     1480        width: 12px; 
     1481        height: 37px; 
     1482        margin-top: 11px; 
     1483        opacity: 0.9999; 
     1484} 
     1485 
     1486.i-tabsheet-scrollerNext, 
     1487.i-tabsheet-scrollerNext-disabled { 
     1488        background: transparent url(tabsheet/img/next.png) no-repeat; 
     1489} 
     1490.i-tabsheet-scrollerPrev, 
     1491.i-tabsheet-scrollerPrev-disabled { 
     1492        background: transparent url(tabsheet/img/prev.png) no-repeat; 
     1493} 
     1494.i-tabsheet-scrollerPrev:hover, 
     1495.i-tabsheet-scrollerNext:hover { 
     1496        background-position: -24px 0px; 
     1497} 
     1498.i-tabsheet-scrollerPrev-disabled, 
     1499.i-tabsheet-scrollerNext-disabled { 
     1500        background-position: -12px 0px; 
     1501} 
     1502.i-tabsheet-scrollerPrev-disabled:hover, 
     1503.i-tabsheet-scrollerNext-disabled:hover { 
     1504        background-position: -12px 0px; 
    14371505} 
    14381506