diff options
author | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2009-07-03 11:43:52 +0000 |
---|---|---|
committer | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2009-07-03 11:43:52 +0000 |
commit | edf8b5dea283c9b79a6e88b3d7580c80649b2af0 (patch) | |
tree | 75542044144de69eb015c9f83fa183af00ed6366 /WebContent/VAADIN/themes/runo | |
parent | 68038e540b9782e50d1283500a947bd35261811a (diff) | |
download | vaadin-framework-edf8b5dea283c9b79a6e88b3d7580c80649b2af0.tar.gz vaadin-framework-edf8b5dea283c9b79a6e88b3d7580c80649b2af0.zip |
Small fixes to themes:
Reindeer theme: labels inside table no longer have a specified line-height.
Base theme: tree item icons and captions are now vertically aligned.
svn changeset:8311/svn branch:6.0
Diffstat (limited to 'WebContent/VAADIN/themes/runo')
-rw-r--r-- | WebContent/VAADIN/themes/runo/styles.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/runo/styles.css b/WebContent/VAADIN/themes/runo/styles.css index 013ad7b093..5d0cc62c8e 100644 --- a/WebContent/VAADIN/themes/runo/styles.css +++ b/WebContent/VAADIN/themes/runo/styles.css @@ -1398,6 +1398,10 @@ div.v-tree-node-leaf { .v-tree-node-caption div { white-space: nowrap; } +.v-tree-node-caption span, +.v-tree-node-caption .v-icon { + vertical-align: middle; +} .v-tree-node-selected span { background: #999; color: #fff; |