Skip to content

Commit 5b8299e

Browse files
committed
tweaks to styles
1 parent fc70444 commit 5b8299e

File tree

2 files changed

+9
-11
lines changed

2 files changed

+9
-11
lines changed

lib/resources/styles.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,14 @@ nav {
3232
/* some of this is to reset bootstrap */
3333
nav.navbar {
3434
background-color: inherit;
35-
min-height: 56px;
35+
min-height: 48px;
3636
border: 0;
3737
}
3838

39+
nav.navbar .row {
40+
padding-top: 8px;
41+
}
42+
3943
nav .container {
4044
white-space: nowrap;
4145
}
@@ -382,10 +386,6 @@ footer .container-fluid {
382386
line-height: 1;
383387
}
384388

385-
nav ol.breadcrumbs {
386-
line-height: 30px; /* matches the input field */
387-
}
388-
389389
@media screen and (min-width: 768px) {
390390
nav ol.breadcrumbs {
391391
float: left;
@@ -639,7 +639,7 @@ button {
639639
.typeahead,
640640
.tt-query,
641641
.tt-hint {
642-
width: 396px;
642+
width: 200px;
643643
height: 30px;
644644
padding: 8px 12px;
645645
line-height: 30px;

lib/templates/_head.html

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,8 @@
3838
<li class="self-crumb">{{self.name}}</li>
3939
</ol>
4040
<div class="self-name">{{self.name}}</div>
41-
<form class="navbar-form navbar-right" role="search">
42-
<div class="form-group">
43-
<input type="text" id="search-box" disabled class="form-control typeahead" placeholder="Search">
44-
</div>
41+
<form class="navbar-right" role="search">
42+
<input type="text" id="search-box" disabled class="form-control typeahead" placeholder="Search">
4543
</form>
4644
</div> <!-- /row -->
4745
</div> <!-- /container -->
@@ -71,7 +69,7 @@ <h1 class="title">
7169
</div> <!-- /col -->
7270
</div> <!-- /row -->
7371
</div> <!-- /container -->
74-
72+
7573
</header>
7674

7775
<div class="container body">

0 commit comments

Comments
 (0)