summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/runo/panel
diff options
context:
space:
mode:
authorJouni Koivuviita <jouni.koivuviita@itmill.com>2010-05-04 13:17:58 +0000
committerJouni Koivuviita <jouni.koivuviita@itmill.com>2010-05-04 13:17:58 +0000
commitb9d97b16fa108da637443242c35921aa163aa211 (patch)
treeab59e0f2a6beb6d1e184e101cf9bd87bbdbdceb1 /WebContent/VAADIN/themes/runo/panel
parent2924b070b44a3f140dca181204187c31d5ac8739 (diff)
downloadvaadin-framework-b9d97b16fa108da637443242c35921aa163aa211.tar.gz
vaadin-framework-b9d97b16fa108da637443242c35921aa163aa211.zip
Dozens of enhancements and fixes to Runo theme, containing new sub-styles for several components such as buttons, tables, accordions, windows, layouts, splitpanels and others.
svn changeset:13024/svn branch:6.4
Diffstat (limited to 'WebContent/VAADIN/themes/runo/panel')
-rw-r--r--WebContent/VAADIN/themes/runo/panel/img/bottom-left.pngbin239 -> 234 bytes
-rw-r--r--WebContent/VAADIN/themes/runo/panel/img/bottom-right.pngbin368 -> 351 bytes
-rw-r--r--WebContent/VAADIN/themes/runo/panel/img/top-left.pngbin261 -> 262 bytes
-rw-r--r--WebContent/VAADIN/themes/runo/panel/panel.css12
4 files changed, 9 insertions, 3 deletions
diff --git a/WebContent/VAADIN/themes/runo/panel/img/bottom-left.png b/WebContent/VAADIN/themes/runo/panel/img/bottom-left.png
index d5c950bc45..9306fac21e 100644
--- a/WebContent/VAADIN/themes/runo/panel/img/bottom-left.png
+++ b/WebContent/VAADIN/themes/runo/panel/img/bottom-left.png
Binary files differ
diff --git a/WebContent/VAADIN/themes/runo/panel/img/bottom-right.png b/WebContent/VAADIN/themes/runo/panel/img/bottom-right.png
index 3ad916f694..08f53ff470 100644
--- a/WebContent/VAADIN/themes/runo/panel/img/bottom-right.png
+++ b/WebContent/VAADIN/themes/runo/panel/img/bottom-right.png
Binary files differ
diff --git a/WebContent/VAADIN/themes/runo/panel/img/top-left.png b/WebContent/VAADIN/themes/runo/panel/img/top-left.png
index 8108eab8e4..2d59a76c06 100644
--- a/WebContent/VAADIN/themes/runo/panel/img/top-left.png
+++ b/WebContent/VAADIN/themes/runo/panel/img/top-left.png
Binary files differ
diff --git a/WebContent/VAADIN/themes/runo/panel/panel.css b/WebContent/VAADIN/themes/runo/panel/panel.css
index bfed4242f4..0b061fb9d9 100644
--- a/WebContent/VAADIN/themes/runo/panel/panel.css
+++ b/WebContent/VAADIN/themes/runo/panel/panel.css
@@ -9,14 +9,15 @@
.v-panel-caption,
.v-panel-caption-light {
font-size: 18px;
- line-height: 18px;
+ line-height: normal;
font-weight: normal;
letter-spacing: -0.03em;
color: #f14c1a;
height: 18px;
- padding: 15px 18px 14px 8px;
+ padding: 13px 18px 16px 8px;
margin-left: 10px;
background: transparent url(img/top-right.png) no-repeat right top;
+ text-overflow: ellipsis;
}
.v-panel-nocaption {
height: 9px;
@@ -46,14 +47,19 @@
.v-panel-caption-light {
background: transparent;
}
+.v-panel-caption-light {
+ border-bottom: 1px solid #babfc0;
+ margin: 0;
+ padding-left: 18px;
+}
.v-panel-nocaption-light {
background: transparent;
+ border: none;
height: 0;
margin: 0;
}
.v-panel-content-light {
border: none;
- border-top: 1px solid #babfc0;
background: transparent;
}
.v-panel-deco-light {