]> source.dussan.org Git - vaadin-framework.git/commitdiff
Reverted the margin->padding change in [16247] and fixed the ie7-right-aligned-table...
authorJonatan Kronqvist <jonatan.kronqvist@itmill.com>
Fri, 3 Dec 2010 07:24:56 +0000 (07:24 +0000)
committerJonatan Kronqvist <jonatan.kronqvist@itmill.com>
Fri, 3 Dec 2010 07:24:56 +0000 (07:24 +0000)
svn changeset:16292/svn branch:6.5

WebContent/VAADIN/themes/base/styles.css
WebContent/VAADIN/themes/base/table/table.css
WebContent/VAADIN/themes/liferay/styles.css
WebContent/VAADIN/themes/reindeer/styles.css
WebContent/VAADIN/themes/runo/styles.css

index 2dc67d1fe32043d05e2e99fee01c167c08bee924..5c887e43d6463c8b934b2f10b0e1c37dc31a423b 100644 (file)
@@ -1,5 +1,5 @@
-.v-theme-version:after {content:"6_5_0_dev-20101201";}
-.v-theme-version-6_5_0_dev-20101201 {display: none;}
+.v-theme-version:after {content:"6_5_0_dev-20101203";}
+.v-theme-version-6_5_0_dev-20101203 {display: none;}
 /* Automatically compiled css file from subdirectories. */
 
 .v-absolutelayout-wrapper {
@@ -1525,8 +1525,13 @@ div.v-progressindicator-indeterminate-disabled {
 .v-table-caption-container {
        overflow: hidden;
        white-space: nowrap;
+       margin-left: 6px;
+}
+.v-ie7 .v-table-caption-container-align-right {
+       margin-left: 0px;
        padding-left: 6px;
 }
+
 .v-table-caption-container-align-right {
        float: right;
 }
index b41359b2f3ef1421eaf473b8fd46851bb503f8a8..7308cc4a46caff6b45ed9d1ffeb078074008fd9f 100644 (file)
 .v-table-caption-container {
        overflow: hidden;
        white-space: nowrap;
+       margin-left: 6px;
+}
+.v-ie7 .v-table-caption-container-align-right {
+       margin-left: 0px;
        padding-left: 6px;
 }
 .v-table-caption-container-align-right {
index ec87224117321084ebd93b45e42095e04e20b46b..25c6252f2d076d73dc826548af59c706ce5a1690 100644 (file)
@@ -1,5 +1,5 @@
-.v-theme-version:after {content:"6_5_0_dev-20101201";}
-.v-theme-version-6_5_0_dev-20101201 {display: none;}
+.v-theme-version:after {content:"6_5_0_dev-20101203";}
+.v-theme-version-6_5_0_dev-20101203 {display: none;}
 /* Automatically compiled css file from subdirectories. */
 
 .v-absolutelayout-wrapper {
@@ -1525,8 +1525,13 @@ div.v-progressindicator-indeterminate-disabled {
 .v-table-caption-container {
        overflow: hidden;
        white-space: nowrap;
+       margin-left: 6px;
+}
+.v-ie7 .v-table-caption-container-align-right {
+       margin-left: 0px;
        padding-left: 6px;
 }
+
 .v-table-caption-container-align-right {
        float: right;
 }
index e94653cb49f05fe3ac3bf0643dbd7d7a3b617b84..db13626cf0d74985cebe8eefd703e672d54243fc 100644 (file)
@@ -1,5 +1,5 @@
-.v-theme-version:after {content:"6_5_0_dev-20101201";}
-.v-theme-version-6_5_0_dev-20101201 {display: none;}
+.v-theme-version:after {content:"6_5_0_dev-20101203";}
+.v-theme-version-6_5_0_dev-20101203 {display: none;}
 /* Automatically compiled css file from subdirectories. */
 
 .v-absolutelayout-wrapper {
@@ -1525,8 +1525,13 @@ div.v-progressindicator-indeterminate-disabled {
 .v-table-caption-container {
        overflow: hidden;
        white-space: nowrap;
+       margin-left: 6px;
+}
+.v-ie7 .v-table-caption-container-align-right {
+       margin-left: 0px;
        padding-left: 6px;
 }
+
 .v-table-caption-container-align-right {
        float: right;
 }
index 96921112cb13fdcc3c17ec8927918a7c3d893e26..42d90beb86a90b32d2df4a0b2b948d64a12cedef 100644 (file)
@@ -1,5 +1,5 @@
-.v-theme-version:after {content:"6_5_0_dev-20101201";}
-.v-theme-version-6_5_0_dev-20101201 {display: none;}
+.v-theme-version:after {content:"6_5_0_dev-20101203";}
+.v-theme-version-6_5_0_dev-20101203 {display: none;}
 /* Automatically compiled css file from subdirectories. */
 
 .v-absolutelayout-wrapper {
@@ -1525,8 +1525,13 @@ div.v-progressindicator-indeterminate-disabled {
 .v-table-caption-container {
        overflow: hidden;
        white-space: nowrap;
+       margin-left: 6px;
+}
+.v-ie7 .v-table-caption-container-align-right {
+       margin-left: 0px;
        padding-left: 6px;
 }
+
 .v-table-caption-container-align-right {
        float: right;
 }