Merge pull-request #106 (datepicker and long column names fix)
This commit is contained in:
@@ -545,6 +545,15 @@ a.filter-on {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.board-add-icon {
|
||||
float: left;
|
||||
padding: 0 5px;
|
||||
}
|
||||
|
||||
.board-add-icon a {
|
||||
line-height: 70%;
|
||||
}
|
||||
|
||||
/* task inside the board */
|
||||
.task-board {
|
||||
position: relative;
|
||||
@@ -956,6 +965,11 @@ tr td.task-orange,
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
/* datepicker */
|
||||
#ui-datepicker-div {
|
||||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
/* responsive design */
|
||||
@media only screen and (min-width : 600px) and (max-width : 1024px) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user