Changeset 5103
- Timestamp:
- 07/14/08 13:39:21 (6 weeks ago)
- Location:
- trunk/WebContent/ITMILL/themes/default
- Files:
-
- 2 modified
-
styles.css (modified) (1 diff)
-
table/table.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/WebContent/ITMILL/themes/default/styles.css
r5073 r5103 1674 1674 1675 1675 /* Fix textfield size to correspond label size inside table */ 1676 .i-table-cell-content .i-textfield { 1676 .i-table-cell-content .i-textfield, 1677 .i-table-cell-content .i-datefield { 1677 1678 height: auto; 1678 1679 margin: -2px 0 -3px -3px; 1679 1680 width: 97%; /* approximate */ 1681 } 1682 /* ...but not for datefield textarea */ 1683 .i-table-cell-content .i-datefield .i-textfield { 1684 width: auto; 1685 margin: 0; 1686 } 1687 /* datefield button is too high for table cell */ 1688 .i-table-cell-content .i-datefield-button { 1689 height: 20px; 1680 1690 } 1681 1691 -
trunk/WebContent/ITMILL/themes/default/table/table.css
r4824 r5103 113 113 114 114 /* Fix textfield size to correspond label size inside table */ 115 .i-table-cell-content .i-textfield { 115 .i-table-cell-content .i-textfield, 116 .i-table-cell-content .i-datefield { 116 117 height: auto; 117 118 margin: -2px 0 -3px -3px; 118 119 width: 97%; /* approximate */ 120 } 121 /* ...but not for datefield textarea */ 122 .i-table-cell-content .i-datefield .i-textfield { 123 width: auto; 124 margin: 0; 125 } 126 /* datefield button is too high for table cell */ 127 .i-table-cell-content .i-datefield-button { 128 height: 20px; 119 129 } 120 130
