Changeset 4792
- Timestamp:
- 06/09/08 07:16:59 (6 months ago)
- Location:
- branches/5.2
- Files:
-
- 1 modified
- 4 copied
-
WebContent/ITMILL/themes/default/gridlayout (copied) (copied from trunk/WebContent/ITMILL/themes/default/gridlayout)
-
WebContent/ITMILL/themes/default/gridlayout/gridlayout.css (copied) (copied from trunk/WebContent/ITMILL/themes/default/gridlayout/gridlayout.css)
-
WebContent/ITMILL/themes/default/styles.css (modified) (1 diff)
-
src/com/itmill/toolkit/terminal/gwt/client/ui/IGridLayout.java (copied) (copied from trunk/src/com/itmill/toolkit/terminal/gwt/client/ui/IGridLayout.java)
-
src/com/itmill/toolkit/tests/tickets/Ticket1572.java (copied) (copied from trunk/src/com/itmill/toolkit/tests/tickets/Ticket1572.java)
Legend:
- Unmodified
- Added
- Removed
-
branches/5.2/WebContent/ITMILL/themes/default/styles.css
r4726 r4792 500 500 height: 20px 501 501 } 502 .i-gridlayout-margin-top { 503 padding-top: 15px; 504 } 505 .i-gridlayout-margin-bottom { 506 padding-bottom: 15px; 507 } 508 .i-gridlayout-margin-left { 509 padding-left: 18px; 510 } 511 .i-gridlayout-margin-right { 512 padding-right: 18px; 513 } 502 514 503 515 .i-Notification {
