Skip to content

Commit dc185ae

Browse files
committed
Added custom style to fix a problem with the navbar search field width on iPads.
- Legacy-Id: 10177
1 parent 4005738 commit dc185ae

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

ietf/static/ietf/css/ietf.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -415,3 +415,10 @@ h1 small .pull-right { margin-top: 10.5px; }
415415
.large {font-size: 120%;}
416416
.llarge {font-size: 144%;}
417417
.lllarge {font-size: 172.8%;}
418+
419+
/* This should not really be needed, but on iPads the navbar form is
420+
calculated to be a different width than it should be when we leave this at
421+
the bootstrap default auto setting:
422+
*/
423+
form.navbar-form input.form-control.input-sm { width: 141px; }
424+

0 commit comments

Comments
 (0)