Improve board tooltips
This commit is contained in:
@@ -80,8 +80,3 @@
|
||||
height: 80px;
|
||||
width: 500px;
|
||||
}
|
||||
|
||||
/* comment board tooltip */
|
||||
.comment-tooltip {
|
||||
min-width: 550px;
|
||||
}
|
||||
|
||||
@@ -126,6 +126,10 @@ th a:hover {
|
||||
width: 70%;
|
||||
}
|
||||
|
||||
.column-80 {
|
||||
width: 70%;
|
||||
}
|
||||
|
||||
.draggable-row-handle {
|
||||
cursor: move;
|
||||
color: #dedede;
|
||||
|
||||
@@ -119,7 +119,6 @@ span.task-board-date-overdue {
|
||||
/* task score */
|
||||
.task-board .task-score {
|
||||
font-weight: bold;
|
||||
font-size: 1.1em;
|
||||
}
|
||||
|
||||
/* task age */
|
||||
|
||||
@@ -61,7 +61,7 @@ div.ui-tooltip {
|
||||
}
|
||||
|
||||
.tooltip-large {
|
||||
width: 550px;
|
||||
width: 600px;
|
||||
}
|
||||
|
||||
.ui-tooltip-content .markdown p {
|
||||
@@ -72,26 +72,3 @@ div.ui-tooltip {
|
||||
color: #999;
|
||||
font-size: 0.95em;
|
||||
}
|
||||
|
||||
.ui-tooltip ul {
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
.ui-tooltip dl {
|
||||
margin: -5px 0 0 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.ui-tooltip dt {
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
.ui-tooltip dd {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.ui-tooltip .progress {
|
||||
display: inline-block;
|
||||
min-width: 3em;
|
||||
text-align: right;
|
||||
}
|
||||
Reference in New Issue
Block a user