diff options
author | Leif Åstrand <leif@vaadin.com> | 2012-04-17 11:16:02 +0300 |
---|---|---|
committer | Leif Åstrand <leif@vaadin.com> | 2012-04-17 11:16:02 +0300 |
commit | 64f34f1c6ed5f910d5bf401a573d6b72539a437b (patch) | |
tree | 46fea4c84a42acd414768ed5564491d52686e193 /WebContent/VAADIN/themes/runo | |
parent | a33ffdcb12529a6e4cc167c411fc8031ac47de0b (diff) | |
download | vaadin-framework-64f34f1c6ed5f910d5bf401a573d6b72539a437b.tar.gz vaadin-framework-64f34f1c6ed5f910d5bf401a573d6b72539a437b.zip |
Reduce tree node caption padding to make room for focus border
Diffstat (limited to 'WebContent/VAADIN/themes/runo')
-rw-r--r-- | WebContent/VAADIN/themes/runo/tree/tree.css | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/WebContent/VAADIN/themes/runo/tree/tree.css b/WebContent/VAADIN/themes/runo/tree/tree.css index 14061b8afb..e897236587 100644 --- a/WebContent/VAADIN/themes/runo/tree/tree.css +++ b/WebContent/VAADIN/themes/runo/tree/tree.css @@ -34,9 +34,7 @@ outline:none; } .v-tree-node-caption.v-tree-node-focused span{ - padding-left: 1px; - padding-top: 0px; - padding-bottom: 0px; + padding: 0; } .v-tree-node-focused span{ border: 1px dotted black; |