summaryrefslogtreecommitdiffstats
path: root/WebContent
diff options
context:
space:
mode:
authorJouni Koivuviita <jouni@jounikoivuviita.com>2012-04-18 16:23:57 +0300
committerJouni Koivuviita <jouni@jounikoivuviita.com>2012-04-18 16:23:57 +0300
commitb2ebe78c45c009e54fdd9ce8f573f966edd436bf (patch)
treeb877f4b355c1eebd86338953489b0f6c4dbb7b7e /WebContent
parent456befbba13ba0e1fb19cb8353a7744e54a3e925 (diff)
downloadvaadin-framework-b2ebe78c45c009e54fdd9ce8f573f966edd436bf.tar.gz
vaadin-framework-b2ebe78c45c009e54fdd9ce8f573f966edd436bf.zip
Fixed link style button text alignment
Diffstat (limited to 'WebContent')
-rw-r--r--WebContent/VAADIN/themes/base/button/button.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebContent/VAADIN/themes/base/button/button.css b/WebContent/VAADIN/themes/base/button/button.css
index 8424a3e59f..4946962cba 100644
--- a/WebContent/VAADIN/themes/base/button/button.css
+++ b/WebContent/VAADIN/themes/base/button/button.css
@@ -57,7 +57,7 @@
.v-button-link,
.v-nativebutton-link {
border: none;
- text-align: left;
+ text-align: left !important;
background: transparent;
padding: 0;
color: inherit;