Skip to content

Commit 37df233

Browse files
committed
normalise cruk styles
1 parent 8488a24 commit 37df233

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

_layouts/cruk-search-widget.html

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,6 @@ <h1 class="hero-title col-1-1">{% if page.hero-title %}{{page.hero-title}}{% els
4646
</script>
4747
<!-- end CRUK HTML code -->
4848

49-
<br/>
50-
<br/>
51-
<br/>
52-
<br/>
53-
<br/>
54-
<br/>
55-
<br/>
56-
5749
</article>
5850
</section>
5951
<!-- /.content-container -->

css/search-widget_css.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,13 @@
1313
}
1414

1515
#cancerresearch-search-widget .cruksearchwidget-pane-title {
16-
line-height: 1.4em;
16+
line-height: 1;
1717
font-family: "MuseoSans-700","Arial","Helvetica",sans-serif;
1818
font-weight: bold;
1919
margin: 0 0 0.5em;
20+
text-transform: none;
21+
font-style: normal;
22+
padding: 10px 0;
2023
}
2124

2225
#cruksearchwidget-form {
@@ -95,7 +98,7 @@
9598
width: 30%;
9699
display: inline-block;
97100
padding: 9px;
98-
margin-top: 0.5em;
101+
margin-top: 27px;
99102
background-color: #E40085;
100103
color: #FFFFFF;
101104
border: none;
@@ -107,6 +110,7 @@
107110
white-space: normal;
108111
cursor: pointer;
109112
min-width: 150px;
113+
vertical-align: top;
110114
}
111115

112116
#cancerresearch-search-widget .cruksearchwidget-search-options {

0 commit comments

Comments
 (0)