summaryrefslogtreecommitdiffstats
path: root/WebContent
diff options
context:
space:
mode:
authorMatti Tahvonen <matti.tahvonen@itmill.com>2008-09-03 13:13:56 +0000
committerMatti Tahvonen <matti.tahvonen@itmill.com>2008-09-03 13:13:56 +0000
commit41af27034ab9f4e0e15b3150fb0ef05cda9d1949 (patch)
tree1df5393c8becaf7fff28af6e988c90feba84b948 /WebContent
parent772990262d2fcb4a6957e7bb6e126a782b6ecb34 (diff)
downloadvaadin-framework-41af27034ab9f4e0e15b3150fb0ef05cda9d1949.tar.gz
vaadin-framework-41af27034ab9f4e0e15b3150fb0ef05cda9d1949.zip
clickable area in accordion caption now bigger
svn changeset:5345/svn branch:trunk
Diffstat (limited to 'WebContent')
-rw-r--r--WebContent/ITMILL/themes/default/accordion/accordion.css12
-rw-r--r--WebContent/ITMILL/themes/default/styles.css12
2 files changed, 18 insertions, 6 deletions
diff --git a/WebContent/ITMILL/themes/default/accordion/accordion.css b/WebContent/ITMILL/themes/default/accordion/accordion.css
index 05ef651b56..fb33cde615 100644
--- a/WebContent/ITMILL/themes/default/accordion/accordion.css
+++ b/WebContent/ITMILL/themes/default/accordion/accordion.css
@@ -5,14 +5,17 @@
}
.i-accordion-item-caption {
- height: 24px;
- padding: 7px 0 0 18px;
+ height: 31px;
overflow: hidden;
white-space: nowrap;
background: #edf0f0 url(../tabsheet/img/tab-bg.png);
font-size: 15px;
color: #656d73;
border-top: 1px solid #c8cccd;
+}
+
+.i-accordion-item-caption .i-caption {
+ padding: 7px 0 6px 18px;
cursor: pointer;
}
@@ -21,10 +24,13 @@
background: #d5dee2 url(img/selected-bg.png);
border-top-color: #cbd7de;
border-bottom-color: #bfc9d4;
- cursor: default;
text-shadow: #fafafa 1px 1px 0;
}
+.i-accordion-item-open .i-accordion-item-caption .i-caption {
+ cursor: default;
+}
+
.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 512934e857..887dc69dbc 100644
--- a/WebContent/ITMILL/themes/default/styles.css
+++ b/WebContent/ITMILL/themes/default/styles.css
@@ -6,14 +6,17 @@
}
.i-accordion-item-caption {
- height: 24px;
- padding: 7px 0 0 18px;
+ height: 31px;
overflow: hidden;
white-space: nowrap;
background: #edf0f0 url(tabsheet/img/tab-bg.png);
font-size: 15px;
color: #656d73;
border-top: 1px solid #c8cccd;
+}
+
+.i-accordion-item-caption .i-caption {
+ padding: 7px 0 6px 18px;
cursor: pointer;
}
@@ -22,10 +25,13 @@
background: #d5dee2 url(accordion/img/selected-bg.png);
border-top-color: #cbd7de;
border-bottom-color: #bfc9d4;
- cursor: default;
text-shadow: #fafafa 1px 1px 0;
}
+.i-accordion-item-open .i-accordion-item-caption .i-caption {
+ cursor: default;
+}
+
.i-accordion-item-content {
border-top: 1px solid #c8cccd;
}