Improve board tooltips

This commit is contained in:
Frederic Guillot
2016-03-19 16:51:25 -04:00
parent 6351cb0e27
commit caf8cb3323
15 changed files with 108 additions and 108 deletions

View File

@@ -80,8 +80,3 @@
height: 80px;
width: 500px;
}
/* comment board tooltip */
.comment-tooltip {
min-width: 550px;
}

View File

@@ -126,6 +126,10 @@ th a:hover {
width: 70%;
}
.column-80 {
width: 70%;
}
.draggable-row-handle {
cursor: move;
color: #dedede;

View File

@@ -119,7 +119,6 @@ span.task-board-date-overdue {
/* task score */
.task-board .task-score {
font-weight: bold;
font-size: 1.1em;
}
/* task age */

View File

@@ -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;
}