summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/reindeer
diff options
context:
space:
mode:
authorHenri Sara <henri.sara@itmill.com>2011-02-22 09:08:26 +0000
committerHenri Sara <henri.sara@itmill.com>2011-02-22 09:08:26 +0000
commit44c5c1f656fc8ebd5fe6d59dc89d743b80def886 (patch)
treefd0fbc7e67b7a8f8d0c63d4324fa8e6b00d49379 /WebContent/VAADIN/themes/reindeer
parent25cfa58a53b3ae669f43a0dfeb27882b9fe303a8 (diff)
downloadvaadin-framework-44c5c1f656fc8ebd5fe6d59dc89d743b80def886.tar.gz
vaadin-framework-44c5c1f656fc8ebd5fe6d59dc89d743b80def886.zip
#6481 table scroll position indicator text span too narrow for large row counts
svn changeset:17364/svn branch:6.5
Diffstat (limited to 'WebContent/VAADIN/themes/reindeer')
-rw-r--r--WebContent/VAADIN/themes/reindeer/table/table.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/WebContent/VAADIN/themes/reindeer/table/table.css b/WebContent/VAADIN/themes/reindeer/table/table.css
index fa1359912f..febaea6452 100644
--- a/WebContent/VAADIN/themes/reindeer/table/table.css
+++ b/WebContent/VAADIN/themes/reindeer/table/table.css
@@ -172,10 +172,10 @@
-webkit-border-bottom-left-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
height: 13px;
- padding: 4px 30px;
+ padding: 4px 25px;
color: #222;
text-shadow: #fff 0 1px 0;
- width: 100px;
+ width: 110px;
position: relative;
top: 1px;
-webkit-box-shadow: rgba(0,0,0,.5) 0 1px 2px;