Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
AE
Sith
Commits
3380980c
Verified
Commit
3380980c
authored
Jul 29, 2019
by
Sli
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pedagogy: add generic font for .radio-guide
parent
6c43b1c4
Pipeline
#1929
passed with stage
in 26 minutes and 1 second
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
core/static/core/style.scss
core/static/core/style.scss
+2
-2
pedagogy/templates/pedagogy/guide.jinja
pedagogy/templates/pedagogy/guide.jinja
+0
-2
No files found.
core/static/core/style.scss
View file @
3380980c
...
...
@@ -1722,7 +1722,7 @@ $pedagogy-white-text: #f0f0f0;
.search-form-container
{
display
:
grid
;
grid-template-columns
:
auto
auto
;
grid-template-rows
:
auto
auto
auto
;
grid-template-rows
:
auto
auto
auto
;
grid-template-areas
:
"action-bar action-bar"
"search-bar search-bar"
...
...
@@ -1779,7 +1779,7 @@ $pedagogy-white-text: #f0f0f0;
display
:
inline-block
;
background-color
:
$pedagogy-blue
;
padding
:
10px
20px
;
font-family
:
Arial
;
font-family
:
Arial
,
sans-serif
;
font-size
:
16px
;
border-radius
:
4px
;
}
...
...
pedagogy/templates/pedagogy/guide.jinja
View file @
3380980c
...
...
@@ -242,7 +242,5 @@
$
(
"
#search_form
"
).
on
(
"
change
"
,
function
(
e
){
$
(
this
).
submit
();
});
// $("#dynamic_view").hide();
</script>
{%
endblock
content
%}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment