Add projects to the dashboard and rename some methods
This commit is contained in:
@@ -991,7 +991,7 @@ tr td.task-orange,
|
||||
color: #555;
|
||||
}/* dashboard */
|
||||
#dashboard table {
|
||||
font-size: 0.95em;
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
.dashboard-left-column {
|
||||
@@ -1003,7 +1003,29 @@ tr td.task-orange,
|
||||
margin-left: 5%;
|
||||
width: 40%;
|
||||
float: left;
|
||||
}/* datepicker */
|
||||
}
|
||||
|
||||
.dashboard-project-stats span {
|
||||
font-size: 0.75em;
|
||||
margin-right: 10px;
|
||||
color: #999;
|
||||
}
|
||||
|
||||
.dashboard-project-stats strong {
|
||||
font-size: 1.1em;
|
||||
}
|
||||
|
||||
.dashboard-table-link {
|
||||
font-weight: bold;
|
||||
color: #444;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.dashboard-table-link:focus,
|
||||
.dashboard-table-link:hover {
|
||||
color: #999;
|
||||
}
|
||||
/* datepicker */
|
||||
#ui-datepicker-div {
|
||||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user