Twenty Thirteen: search form fixes for IE7, and add fallback search type selector to RTL stylesheet, see r23961. Closes #23997.
git-svn-id: https://develop.svn.wordpress.org/trunk@24035 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
58ad769e8b
commit
3489c93b4c
|
@ -38,7 +38,8 @@ Styles for older IE versions (previous to IE9).
|
|||
max-width: 1040px;
|
||||
}
|
||||
|
||||
.site-header .searchform [type="search"] {
|
||||
.site-header .searchform [type="search"],
|
||||
.site-header .searchform [type="text"] {
|
||||
padding-top: 6px;
|
||||
}
|
||||
|
||||
|
@ -229,12 +230,14 @@ img.alignleft {
|
|||
left: 100%;
|
||||
}
|
||||
|
||||
.ie7 .site-header .searchform [type="search"] {
|
||||
.ie7 .site-header .searchform [type="search"],
|
||||
.ie7 .site-header .searchform [type="text"] {
|
||||
background-color: #fff;
|
||||
border: 2px solid #c3c0ab;
|
||||
cursor: text;
|
||||
outline: 0;
|
||||
width: 150px;
|
||||
height: 28px;
|
||||
}
|
||||
|
||||
.ie7 .entry-header,
|
||||
|
|
|
@ -155,7 +155,8 @@ div.nav-menu > ul {
|
|||
right: auto;
|
||||
}
|
||||
|
||||
.site-header .searchform [type="search"] {
|
||||
.site-header .searchform [type="search"],
|
||||
.site-header .searchform [type="text"] {
|
||||
background-position: 98% center;
|
||||
padding: 0 34px 0 0;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue