modify color bar progress

This commit is contained in:
Marcela Oliveira 2015-10-14 15:04:11 -03:00
parent 0e8d7dbd51
commit f69b88a358

View file

@ -786,6 +786,10 @@ table.progress td {
padding: 0 padding: 0
} }
table.progress td.closed {
background: #a5d2ff none repeat scroll 0% !important;
}
div.details { div.details {
padding: 20px !important padding: 20px !important
} }
@ -1240,3 +1244,5 @@ BODY {
overflow-x: scroll overflow-x: scroll
} }
} }
#login-form table {margin-top:5em; padding:1em; margin-left: auto; margin-right: auto; border: 2px solid #e8f3ff; background-color:#e8f3ff; }