diff options
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/duepuntozero/css/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/theme/duepuntozero/css/style.css b/view/theme/duepuntozero/css/style.css index ea64ed4e7..a1a024c46 100644 --- a/view/theme/duepuntozero/css/style.css +++ b/view/theme/duepuntozero/css/style.css @@ -2981,8 +2981,8 @@ aside input[type='text'] { #lang-select-icon { cursor: pointer; position: absolute; - left: 0px; - top: 0px; + left: 4px; + top: 4px; opacity: 0.2; filter:alpha(opacity=20); } |