Browse Source

Search fixes

pull/5334/head
Ruud 10 years ago
parent
commit
e7cead7137
  1. 5
      couchpotato/core/media/_base/search/static/search.scss

5
couchpotato/core/media/_base/search/static/search.scss

@ -6,6 +6,10 @@
width: 44px; width: 44px;
position: relative; position: relative;
* {
transform: rotateZ(360deg); // Mobile IE redraw fix
}
.icon-search { .icon-search {
position: absolute; position: absolute;
z-index: 2; z-index: 2;
@ -287,7 +291,6 @@
opacity: .4; opacity: .4;
padding: 0 5px; padding: 0 5px;
width: auto; width: auto;
display: none;
} }
.in_wanted, .in_wanted,

Loading…
Cancel
Save