Reduce spacing on cards
This commit is contained in:
@@ -825,10 +825,10 @@ nav .active a {
|
|||||||
/* task inside the board */
|
/* task inside the board */
|
||||||
.task-board {
|
.task-board {
|
||||||
position: relative;
|
position: relative;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 2px;
|
||||||
border: 1px solid #000;
|
border: 1px solid #000;
|
||||||
padding: 3px;
|
padding: 2px;
|
||||||
font-size: 0.9em;
|
font-size: 0.85em;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -868,11 +868,12 @@ a.task-board-collapsed-title {
|
|||||||
.task-board .dropdown {
|
.task-board .dropdown {
|
||||||
float: left;
|
float: left;
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
|
font-size: 1.1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.task-board-title {
|
.task-board-title {
|
||||||
margin-top: 10px;
|
margin-top: 5px;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 5px;
|
||||||
font-size: 1.1em;
|
font-size: 1.1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -901,8 +902,6 @@ a.task-board-nobody {
|
|||||||
|
|
||||||
.task-board-category-container {
|
.task-board-category-container {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
padding-bottom: 2px;
|
|
||||||
margin-top: 10px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.task-board-category {
|
.task-board-category {
|
||||||
|
|||||||
@@ -243,10 +243,10 @@ th a:hover {
|
|||||||
/* task inside the board */
|
/* task inside the board */
|
||||||
.task-board {
|
.task-board {
|
||||||
position: relative;
|
position: relative;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 2px;
|
||||||
border: 1px solid #000;
|
border: 1px solid #000;
|
||||||
padding: 3px;
|
padding: 2px;
|
||||||
font-size: 0.9em;
|
font-size: 0.85em;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -286,11 +286,12 @@ a.task-board-collapsed-title {
|
|||||||
.task-board .dropdown {
|
.task-board .dropdown {
|
||||||
float: left;
|
float: left;
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
|
font-size: 1.1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.task-board-title {
|
.task-board-title {
|
||||||
margin-top: 10px;
|
margin-top: 5px;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 5px;
|
||||||
font-size: 1.1em;
|
font-size: 1.1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -319,8 +320,6 @@ a.task-board-nobody {
|
|||||||
|
|
||||||
.task-board-category-container {
|
.task-board-category-container {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
padding-bottom: 2px;
|
|
||||||
margin-top: 10px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.task-board-category {
|
.task-board-category {
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
/* task inside the board */
|
/* task inside the board */
|
||||||
.task-board {
|
.task-board {
|
||||||
position: relative;
|
position: relative;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 2px;
|
||||||
border: 1px solid #000;
|
border: 1px solid #000;
|
||||||
padding: 3px;
|
padding: 2px;
|
||||||
font-size: 0.9em;
|
font-size: 0.85em;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -44,11 +44,12 @@ a.task-board-collapsed-title {
|
|||||||
.task-board .dropdown {
|
.task-board .dropdown {
|
||||||
float: left;
|
float: left;
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
|
font-size: 1.1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.task-board-title {
|
.task-board-title {
|
||||||
margin-top: 10px;
|
margin-top: 5px;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 5px;
|
||||||
font-size: 1.1em;
|
font-size: 1.1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -77,8 +78,6 @@ a.task-board-nobody {
|
|||||||
|
|
||||||
.task-board-category-container {
|
.task-board-category-container {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
padding-bottom: 2px;
|
|
||||||
margin-top: 10px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.task-board-category {
|
.task-board-category {
|
||||||
|
|||||||
Reference in New Issue
Block a user