mirror of
https://github.com/YunoHost-Apps/kanboard_ynh.git
synced 2024-09-03 19:36:17 +02:00
36 lines
534 B
CSS
36 lines
534 B
CSS
/* dashboard */
|
|
#dashboard table {
|
|
font-size: 0.9em;
|
|
}
|
|
|
|
.dashboard-left-column {
|
|
width: 55%;
|
|
float: left;
|
|
}
|
|
|
|
.dashboard-right-column {
|
|
margin-left: 5%;
|
|
width: 40%;
|
|
float: left;
|
|
}
|
|
|
|
.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;
|
|
}
|