Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
MOOC packages by hacklab
django-courses-legacy
Commits
65b30c1a
Commit
65b30c1a
authored
May 24, 2019
by
Leonardo Piccioni de Almeida
Browse files
Courses admin: re-styling.
parent
c4e38874
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
5 deletions
+3
-5
courses_legacy/static/scss/layout/_globals.scss
courses_legacy/static/scss/layout/_globals.scss
+1
-1
courses_legacy/static/scss/theme/_globals.scss
courses_legacy/static/scss/theme/_globals.scss
+0
-2
courses_legacy/templates/administration/courses.html
courses_legacy/templates/administration/courses.html
+2
-2
No files found.
courses_legacy/static/scss/layout/_globals.scss
View file @
65b30c1a
...
...
@@ -73,7 +73,7 @@ body {
//## Set shared styles for all pages
//##
.page
{
@include
card
(
rgba
(
$gray
,
0
.5
))
;
padding
:
17px
;
}
//## Minor layout adjusts on form controls styles
...
...
courses_legacy/static/scss/theme/_globals.scss
View file @
65b30c1a
...
...
@@ -4,8 +4,6 @@
//## Set shared styles for all pages
//##
.page
{
@include
card
(
rgba
(
$light-blue
,
0
.6
));
@media
screen
and
(
min-width
:
$screen-sm-min
)
{
padding
:
30px
!
important
;
}
...
...
courses_legacy/templates/administration/courses.html
View file @
65b30c1a
...
...
@@ -104,10 +104,10 @@ wrapper-course-lesson
</div>
</div>
<div
class=
"filter-keyword col-md-3 col-sm-4"
>
<input
type=
"text"
ng-model=
"filters.textsearch"
placeholder=
"Palavra-chave"
class=
"form-control"
>
<input
type=
"text"
ng-model=
"filters.textsearch"
placeholder=
"Palavra-chave"
>
</div>
<div
class=
"filter-ordering col-md-3 col-sm-4"
>
<select
ng-model=
"ordering"
class=
"form-control"
>
<select
ng-model=
"ordering"
>
<option
value=
"start_date"
>
Data de início
</option>
<option
value=
"status"
>
Status
</option>
<option
value=
"name"
>
Nome
</option>
...
...
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