]> source.dussan.org Git - gwtquery.git/commit
add clear, clip, top, left, bottom, right and overflow properties
authorJulien Dramaix <julien.dramaix@gmail.com>
Thu, 27 Jan 2011 21:50:53 +0000 (21:50 +0000)
committerJulien Dramaix <julien.dramaix@gmail.com>
Thu, 27 Jan 2011 21:50:53 +0000 (21:50 +0000)
commit3759cf696131454c9f35ef037a96e699f6b7caef
treebe181f8402792a9b458e46449f203847db8c4a28
parentee7b59d4c83ed5a792078f97568773269e7048c0
add clear, clip, top, left, bottom, right and overflow properties
gwtquery-core/src/main/java/com/google/gwt/query/client/css/CSS.java
gwtquery-core/src/main/java/com/google/gwt/query/client/css/ClearProperty.java [new file with mode: 0644]
gwtquery-core/src/main/java/com/google/gwt/query/client/css/ClipProperty.java [new file with mode: 0644]
gwtquery-core/src/main/java/com/google/gwt/query/client/css/EdgePositionProperty.java [new file with mode: 0644]
gwtquery-core/src/main/java/com/google/gwt/query/client/css/OverflowProperty.java [new file with mode: 0644]
gwtquery-core/src/test/java/com/google/gwt/query/client/GQueryCssTest.java