From c32eb2808150d631f565a9c454a7d04e2c3104c1 Mon Sep 17 00:00:00 2001 From: Hedgehog Date: Tue, 15 Apr 2014 16:46:11 +0400 Subject: [PATCH] fixed styles --- css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/style.css b/css/style.css index e44312b..20685a8 100644 --- a/css/style.css +++ b/css/style.css @@ -1853,7 +1853,11 @@ input.userMenu-search-field:focus::-ms-input-placeholder { line-height: 40px; position: relative; left: 40%; + transform: rotate(90deg); -webkit-transform: rotate(90deg); + -moz-transform: rotate(90deg); + -ms-transform: rotate(90deg); + -o-transform: rotate(90deg); } /************************************* ****************** FOLLOWING MODAL