diff options
Diffstat (limited to 'WebContent/VAADIN/themes/base/upload/upload.css')
-rw-r--r-- | WebContent/VAADIN/themes/base/upload/upload.css | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/WebContent/VAADIN/themes/base/upload/upload.css b/WebContent/VAADIN/themes/base/upload/upload.css index d9299ae65c..73f9490738 100644 --- a/WebContent/VAADIN/themes/base/upload/upload.css +++ b/WebContent/VAADIN/themes/base/upload/upload.css @@ -1,24 +1,23 @@ .v-upload-immediate { position: relative; - width: 10em; - margin:0; - overflow:hidden; + margin: 0; + overflow: hidden; } .v-upload-immediate input { opacity: 0; filter: alpha(opacity=0); - z-index:2; + z-index: 2; position: absolute; - right:0; - height:21px; + right: 0; + height: 21px; text-align: right; } .v-upload-immediate button { - position:relative; - left:0; - top:0; - width:100%; - text-align:left; + position: relative; + left: 0; + top: 0; + width: 100%; + text-align: left; }
\ No newline at end of file |