diff --git a/amadeus/static/css/base/amadeus.css b/amadeus/static/css/base/amadeus.css index 7b3b322..06c0ff9 100755 --- a/amadeus/static/css/base/amadeus.css +++ b/amadeus/static/css/base/amadeus.css @@ -142,6 +142,10 @@ a:focus { font-size: 15px; } +.pendencies-content { + padding: 10px; +} + .category-panel-content { padding:10px; } @@ -834,4 +838,54 @@ li.item .notify_badge { font-size: 0.9rem; border-radius: 50%; padding: 0px; +} + +.pendency { + border: 1px solid; + padding-left: 10px; + padding-top: 7px; + margin-bottom: 15px; +} + +.pendency .breadcrumb { + padding-left: 0px; + margin-bottom: 0px; +} + +.pendency h4 { + margin: 0px; + font-size: 22px; + font-weight: 700; +} + +.pendency p { + margin-bottom: 3px; +} + +.pendency .alert { + padding-top: 5px; + padding-bottom: 5px; + font-weight: 700; +} + +.pendency .alert span { + position: relative; + top: -7px; + padding-left: 10px; +} + +.pendency .alert i { + font-size: 35px; +} + +.alert-low { + opacity: 0.5; +} + +.no_button { + cursor: initial; +} + +.no_button:focus, .no_button:active:focus, .no_button.active:focus, .no_button.focus, .no_button:active.focus, .no_button.active.focus { + outline: none; } \ No newline at end of file diff --git a/amadeus/static/css/themes/green.css b/amadeus/static/css/themes/green.css index 18fa676..5c522a3 100644 --- a/amadeus/static/css/themes/green.css +++ b/amadeus/static/css/themes/green.css @@ -85,6 +85,14 @@ a, a:focus, a:hover { color: #F5F5F5; } +.pendencies-content { + background: #FFFFFF; +} + +.pendencies-content .core-subjects-options li { + background: #F5F5F5; +} + .category-header i { color: white; } @@ -426,6 +434,27 @@ a.add-row { color: #F5F5F5 !important; } +.pendency { + border-color: #CCCCCC; +} + +.pendency .breadcrumb { + background-color: #FFFFFF; +} + +.pendency .meta { + color: #FF0000; +} + +.alert-low, .alert-medium { + background-color: #FFA500; + color: #FFFFFF; +} + +.no_button:hover, .no_button:focus, .no_button:active { + background-color: initial !important; +} + @media(max-width: 768px) { .navbar .navbar-nav .dropdown .dropdown-menu li > a { color: #333333 !important; diff --git a/amadeus/templates/pagination.html b/amadeus/templates/pagination.html index f18d0b5..1a76e6a 100644 --- a/amadeus/templates/pagination.html +++ b/amadeus/templates/pagination.html @@ -1,5 +1,5 @@ {% if paginator.count > 0 %} -
{% trans 'Final Date/Time' %}: {{ notification.task.end_date|default:_('Not Informed') }}
+ + {% if notification.level == 2 %} + + {% elif notification.level == 4 %} + + {% endif %} + + {{ notification|done_percent }}% {% trans 'of the participants already realized this task.' %} +