Reduce spacing on cards

This commit is contained in:
Frederic Guillot 2015-07-06 22:21:47 -04:00
parent c198dc1b44
commit 5e7e03a866
3 changed files with 18 additions and 21 deletions

View File

@ -825,10 +825,10 @@ nav .active a {
/* task inside the board */
.task-board {
position: relative;
margin-bottom: 5px;
margin-bottom: 2px;
border: 1px solid #000;
padding: 3px;
font-size: 0.9em;
padding: 2px;
font-size: 0.85em;
word-wrap: break-word;
}
@ -868,11 +868,12 @@ a.task-board-collapsed-title {
.task-board .dropdown {
float: left;
margin-right: 5px;
font-size: 1.1em;
}
.task-board-title {
margin-top: 10px;
margin-bottom: 10px;
margin-top: 5px;
margin-bottom: 5px;
font-size: 1.1em;
}
@ -901,8 +902,6 @@ a.task-board-nobody {
.task-board-category-container {
text-align: right;
padding-bottom: 2px;
margin-top: 10px;
}
.task-board-category {

View File

@ -243,10 +243,10 @@ th a:hover {
/* task inside the board */
.task-board {
position: relative;
margin-bottom: 5px;
margin-bottom: 2px;
border: 1px solid #000;
padding: 3px;
font-size: 0.9em;
padding: 2px;
font-size: 0.85em;
word-wrap: break-word;
}
@ -286,11 +286,12 @@ a.task-board-collapsed-title {
.task-board .dropdown {
float: left;
margin-right: 5px;
font-size: 1.1em;
}
.task-board-title {
margin-top: 10px;
margin-bottom: 10px;
margin-top: 5px;
margin-bottom: 5px;
font-size: 1.1em;
}
@ -319,8 +320,6 @@ a.task-board-nobody {
.task-board-category-container {
text-align: right;
padding-bottom: 2px;
margin-top: 10px;
}
.task-board-category {

View File

@ -1,10 +1,10 @@
/* task inside the board */
.task-board {
position: relative;
margin-bottom: 5px;
margin-bottom: 2px;
border: 1px solid #000;
padding: 3px;
font-size: 0.9em;
padding: 2px;
font-size: 0.85em;
word-wrap: break-word;
}
@ -44,11 +44,12 @@ a.task-board-collapsed-title {
.task-board .dropdown {
float: left;
margin-right: 5px;
font-size: 1.1em;
}
.task-board-title {
margin-top: 10px;
margin-bottom: 10px;
margin-top: 5px;
margin-bottom: 5px;
font-size: 1.1em;
}
@ -77,8 +78,6 @@ a.task-board-nobody {
.task-board-category-container {
text-align: right;
padding-bottom: 2px;
margin-top: 10px;
}
.task-board-category {