aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatti Tahvonen <matti.tahvonen@itmill.com>2008-09-24 11:42:11 +0000
committerMatti Tahvonen <matti.tahvonen@itmill.com>2008-09-24 11:42:11 +0000
commit8ec7e3425d820b13439618315ef9a4527f14c726 (patch)
tree8ec2f85790edfbf081bb0f61216b812d45b5409f
parenta8ac497383dec8b113dcc0e7fb37e2f33bc827e1 (diff)
downloadvaadin-framework-8ec7e3425d820b13439618315ef9a4527f14c726.tar.gz
vaadin-framework-8ec7e3425d820b13439618315ef9a4527f14c726.zip
css update for accordion
svn changeset:5500/svn branch:trunk
-rw-r--r--WebContent/ITMILL/themes/default/accordion/accordion.css2
-rw-r--r--WebContent/ITMILL/themes/default/styles.css2
2 files changed, 2 insertions, 2 deletions
diff --git a/WebContent/ITMILL/themes/default/accordion/accordion.css b/WebContent/ITMILL/themes/default/accordion/accordion.css
index fb33cde615..05ac5aa70b 100644
--- a/WebContent/ITMILL/themes/default/accordion/accordion.css
+++ b/WebContent/ITMILL/themes/default/accordion/accordion.css
@@ -25,6 +25,7 @@
border-top-color: #cbd7de;
border-bottom-color: #bfc9d4;
text-shadow: #fafafa 1px 1px 0;
+ border-bottom: 1px solid #c8cccd;
}
.i-accordion-item-open .i-accordion-item-caption .i-caption {
@@ -32,5 +33,4 @@
}
.i-accordion-item-content {
- border-top: 1px solid #c8cccd;
} \ No newline at end of file
diff --git a/WebContent/ITMILL/themes/default/styles.css b/WebContent/ITMILL/themes/default/styles.css
index a5d49f4800..bb0f62d9ac 100644
--- a/WebContent/ITMILL/themes/default/styles.css
+++ b/WebContent/ITMILL/themes/default/styles.css
@@ -26,6 +26,7 @@
border-top-color: #cbd7de;
border-bottom-color: #bfc9d4;
text-shadow: #fafafa 1px 1px 0;
+ border-bottom: 1px solid #c8cccd;
}
.i-accordion-item-open .i-accordion-item-caption .i-caption {
@@ -33,7 +34,6 @@
}
.i-accordion-item-content {
- border-top: 1px solid #c8cccd;
}
.i-button {
cursor: pointer;