This repository has been archived on 2022-01-02. You can view files and clone it, but cannot push or open issues or pull requests.
AriaNg/src/styles/controls/new-task-table.css

29 lines
474 B
CSS
Raw Normal View History

2016-07-04 19:32:09 +02:00
/* new-task-table */
.new-task-table {
margin-left: 15px;
margin-right: 15px;
}
.new-task-table > div.row {
padding-top: 8px;
padding-bottom: 8px;
}
.new-task-table > div.row:first-child {
border-top: inherit;
}
.new-task-table .new-task-toollink > a {
margin-right: 20px;
}
@media (max-width: 767px) {
.new-task-table .new-task-toollink > a {
display: block;
}
}
.settings-table .new-task-filter-title {
padding-top: 6px;
}