remove additional transition rule, reduce width of collapsed search bar

This commit is contained in:
Jan-Christoph Borchardt 2014-02-20 18:38:33 +01:00
parent d466458469
commit d5739e83d1
1 changed files with 1 additions and 5 deletions

View File

@ -2,7 +2,7 @@
/* compress search box on mobile, expand when focused */
.searchbox input[type="search"] {
width: 17%;
width: 15%;
-webkit-transition: width 100ms;
-moz-transition: width 100ms;
-o-transition: width 100ms;
@ -11,10 +11,6 @@
.searchbox input[type="search"]:focus,
.searchbox input[type="search"]:active {
width: 155px;
-webkit-transition: width 100ms;
-moz-transition: width 100ms;
-o-transition: width 100ms;
transition: width 100ms;
}
/* do not show display name on mobile when profile picture is present */