Skip to content

Commit 581f254

Browse files
committed
styling for feedback widget
1 parent 0ffeda4 commit 581f254

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

doc/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ html {
197197
'javascript/mp-nav.js',
198198
'javascript/versionswitcher.js',
199199
'javascript/version.js',
200+
'//s3.amazonaws.com/feedback.neo4jlabs.com/feedback.js',
200201
'//s3-eu-west-1.amazonaws.com/alpha.neohq.net/docs/new-manual/assets/search.js',
201202
].join(" ")
202203
def styles = [

doc/css/extra.css

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,3 +135,22 @@ a {
135135
#toc ul.sectlevel0 > li > a {
136136
font-style: normal;
137137
}
138+
139+
html {
140+
height: 100%;
141+
}
142+
body {
143+
min-height: 100%;
144+
display: grid;
145+
grid-template-rows: 1fr auto;
146+
}
147+
148+
footer {
149+
background:#5dade2;
150+
grid-row-start: 2;
151+
grid-row-end: 3;
152+
}
153+
154+
p.simpara {
155+
margin-bottom: 0;
156+
}

0 commit comments

Comments
 (0)