]> source.dussan.org Git - vaadin-framework.git/commitdiff
clickable area in accordion caption now bigger
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Wed, 3 Sep 2008 13:13:56 +0000 (13:13 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Wed, 3 Sep 2008 13:13:56 +0000 (13:13 +0000)
svn changeset:5345/svn branch:trunk

WebContent/ITMILL/themes/default/accordion/accordion.css
WebContent/ITMILL/themes/default/styles.css

index 05ef651b56c2b3cdad9c8a59464bac1326c58a7d..fb33cde6158391e61f02232fb46e8b93ce3aeef7 100644 (file)
@@ -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;
 }
 
        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
index 512934e857e3a047064e2ec81217222b1dbc600e..887dc69dbcade09ae1caa775bd285b7b215751a9 100644 (file)
@@ -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;
 }
 
        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;
 }