summaryrefslogtreecommitdiffstats
path: root/WebContent/ITMILL/themes/default
diff options
context:
space:
mode:
authorMatti Tahvonen <matti.tahvonen@itmill.com>2009-04-24 09:03:33 +0000
committerMatti Tahvonen <matti.tahvonen@itmill.com>2009-04-24 09:03:33 +0000
commit3c28856b2f675b5306b48d4efafae623163f7120 (patch)
tree82ac99155b928af9b83fcc8d9bbc2686f74918d1 /WebContent/ITMILL/themes/default
parentafdcec2164e0ab73d125427373bed6e12b4ea47a (diff)
downloadvaadin-framework-3c28856b2f675b5306b48d4efafae623163f7120.tar.gz
vaadin-framework-3c28856b2f675b5306b48d4efafae623163f7120.zip
removed accidetally added cell border from default theme
svn changeset:7522/svn branch:6.0
Diffstat (limited to 'WebContent/ITMILL/themes/default')
-rw-r--r--WebContent/ITMILL/themes/default/styles.css3
-rw-r--r--WebContent/ITMILL/themes/default/table/table.css3
2 files changed, 2 insertions, 4 deletions
diff --git a/WebContent/ITMILL/themes/default/styles.css b/WebContent/ITMILL/themes/default/styles.css
index 14fa5dfc6f..dbede13bcf 100644
--- a/WebContent/ITMILL/themes/default/styles.css
+++ b/WebContent/ITMILL/themes/default/styles.css
@@ -1965,8 +1965,7 @@ input.i-modified,
.i-table-cell-content {
padding-top: 3px;
padding-left: 3px;
- padding-right: 5px;
- border-right:1px solid #f6f7f7;
+ padding-right: 6px;
}
.i-table-cell-wrapper {
diff --git a/WebContent/ITMILL/themes/default/table/table.css b/WebContent/ITMILL/themes/default/table/table.css
index 40a342dd58..e8afe7fdae 100644
--- a/WebContent/ITMILL/themes/default/table/table.css
+++ b/WebContent/ITMILL/themes/default/table/table.css
@@ -132,8 +132,7 @@
.i-table-cell-content {
padding-top: 3px;
padding-left: 3px;
- padding-right: 5px;
- border-right:1px solid #f6f7f7;
+ padding-right: 6px;
}
.i-table-cell-wrapper {