diff options
author | John Ahlroos <john@vaadin.com> | 2012-09-06 16:27:04 +0300 |
---|---|---|
committer | John Ahlroos <john@vaadin.com> | 2012-09-06 16:27:04 +0300 |
commit | 50237cc7d431acb03f75dc3cdba55a245922608b (patch) | |
tree | 8084b31f53608d4ef9b04bc60389820063ab1e9e /WebContent/VAADIN/themes/tests-components | |
parent | 55c0dfa0e7a737bab8c2486fb213499e6be88aa4 (diff) | |
download | vaadin-framework-50237cc7d431acb03f75dc3cdba55a245922608b.tar.gz vaadin-framework-50237cc7d431acb03f75dc3cdba55a245922608b.zip |
Renamed .v-boxlayout selector to .v-layout and applied the .v-layout
selector to all layouts
Diffstat (limited to 'WebContent/VAADIN/themes/tests-components')
-rw-r--r-- | WebContent/VAADIN/themes/tests-components/styles.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/WebContent/VAADIN/themes/tests-components/styles.css b/WebContent/VAADIN/themes/tests-components/styles.css index 45a96b6d16..2d54a48124 100644 --- a/WebContent/VAADIN/themes/tests-components/styles.css +++ b/WebContent/VAADIN/themes/tests-components/styles.css @@ -38,11 +38,11 @@ background: #f00; } -.v-boxlayout.test { +.v-layout.test { border: 1px solid #ddd; } -.v-boxlayout.test .target { +.v-layout.test .target { outline: 2px dashed blue; } |