diff --git a/app/styles/aria-ng.css b/app/styles/aria-ng.css index b192b44..9a83966 100644 --- a/app/styles/aria-ng.css +++ b/app/styles/aria-ng.css @@ -301,6 +301,20 @@ td { font-size: 12px; } +.task-table .progress { + position: relative; +} + +.task-table .progress span { + position: absolute; + display: block; + width: 100%; +} + +.task-table .progress span.progress-lower { + color: #000; +} + /* settings-table */ .settings-table { margin-left: 15px; diff --git a/app/views/list.html b/app/views/list.html index 968fff9..e0e283e 100644 --- a/app/views/list.html +++ b/app/views/list.html @@ -49,8 +49,8 @@
-
+