diff --git a/amadeus/static/css/base/amadeus.css b/amadeus/static/css/base/amadeus.css index 317c667..3b3fdf7 100755 --- a/amadeus/static/css/base/amadeus.css +++ b/amadeus/static/css/base/amadeus.css @@ -603,4 +603,12 @@ ul, li { .form-group input[type=file] { margin-top: 20px; height: initial; +} + +.no-subjects i { + font-size: 50px; +} +.no-subjects h4 { + font-family: Roboto; + font-weight: normal; } \ No newline at end of file diff --git a/amadeus/static/css/themes/black.css b/amadeus/static/css/themes/black.css index 00ef3c6..c615f3a 100644 --- a/amadeus/static/css/themes/black.css +++ b/amadeus/static/css/themes/black.css @@ -267,4 +267,13 @@ a, a:focus, a:hover { .filedrag { color: #555; border: 2px dashed #555; +} + +.footer { + color: #FFFFFF; + background: #26A69A; +} + +.no-subjects { + color: #999999; } \ No newline at end of file diff --git a/amadeus/static/css/themes/green.css b/amadeus/static/css/themes/green.css index cc7f2b6..308a431 100644 --- a/amadeus/static/css/themes/green.css +++ b/amadeus/static/css/themes/green.css @@ -272,4 +272,8 @@ a, a:focus, a:hover { .footer { color: #FFFFFF; background: #26A69A; +} + +.no-subjects { + color: #999999; } \ No newline at end of file diff --git a/amadeus/static/css/themes/red.css b/amadeus/static/css/themes/red.css index 6b95703..28cb149 100644 --- a/amadeus/static/css/themes/red.css +++ b/amadeus/static/css/themes/red.css @@ -267,4 +267,13 @@ a, a:focus, a:hover { .filedrag { color: #555; border: 2px dashed #555; +} + +.footer { + color: #FFFFFF; + background: #26A69A; +} + +.no-subjects { + color: #999999; } \ No newline at end of file diff --git a/subjects/templates/subjects/initial.html b/subjects/templates/subjects/initial.html index df6002e..f9bb73b 100644 --- a/subjects/templates/subjects/initial.html +++ b/subjects/templates/subjects/initial.html @@ -27,14 +27,23 @@