Changeset 4830
- Timestamp:
- 06/10/08 09:50:04 (4 months ago)
- Location:
- branches/5.2/WebContent/ITMILL/themes/default
- Files:
-
- 2 modified
-
gridlayout/gridlayout.css (modified) (1 diff)
-
styles.css (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/5.2/WebContent/ITMILL/themes/default/gridlayout/gridlayout.css
r4794 r4830 25 25 26 26 .i-gridlayout-spacing .i-gridlayout-cell { 27 padding-left: 15px;28 padding-top: 15px;27 padding-left: 8px; 28 padding-top: 8px; 29 29 } 30 30 -
branches/5.2/WebContent/ITMILL/themes/default/styles.css
r4808 r4830 175 175 176 176 /** 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 /** 177 197 * Context menu styles 178 198 */ … … 526 546 527 547 .i-gridlayout-spacing .i-gridlayout-cell { 528 padding-left: 15px;529 padding-top: 15px;548 padding-left: 8px; 549 padding-top: 8px; 530 550 } 531 551 … … 1431 1451 empty-cells: hide; 1432 1452 border-collapse: collapse; 1433 height: 48px;1453 height: 38px; 1434 1454 background: transparent url(tabsheet/img/tabs-bg.png) repeat-x bottom left; 1435 1455 width: 100%; 1436 1456 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; 1437 1505 } 1438 1506
