Skip to content

Commit f35c951

Browse files
committed
Defensive css
1 parent 45b8021 commit f35c951

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

public/stylesheets/DV/components/ui-search.css

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,16 @@
3333
font-family: Arial;
3434
margin: 2px 5px 0 0;
3535
padding: 4px 20px 3px;
36-
height: 14px;
36+
height: auto;
3737
width:210px;
3838
font-size: 11px;
3939
line-height: 14px;
4040
background: #FFF url(../../../images/DV/embed/search_icon.png) no-repeat 5px 5px;
4141
outline: none;
4242
}
4343

44-
.DV-docViewer .DV-searchInput[type="search"] {
44+
.DV-docViewer .DV-searchInput[type=text] {
4545
margin: 4px 10px 0 0;
46-
height: 22px;
4746
}
4847
.DV-searchInput.placeholder {
4948
color: #A0A0A0;

0 commit comments

Comments
 (0)