Add tooltip to list of standards rules on new task page

This commit is contained in:
perryharlock
2013-09-19 11:42:25 +01:00
parent 6dff1c0a2b
commit ea295a96b1
8 changed files with 413 additions and 27 deletions

View File

@@ -1,14 +0,0 @@
/* No javascript */
.no-javascript .graph-container {
display:none;
}
.no-javascript .hidden {
display:block !important;
visibility:visible !important;
}
.no-javascript table.hidden {
display:table !important;
}
.no-javascript .collapse {
display:block;
}

View File

@@ -58,16 +58,6 @@
.delete-button:hover {
color:lighten(@brand-danger, 8%);
}
.tooltip {
text-transform:lowercase;
text-align:center;
padding:10px;
background-color:@gray-dark;
color:@badge-color;
position: absolute;
opacity:1;
filter:alpha(opacity=100); /* For IE8 and earlier */
}
/* Task stats boxes */
.task-stats {
@@ -262,6 +252,19 @@
overflow-y:auto;
margin-bottom:15px;
border-bottom:solid 1px @gray-lighter;
.checkbox {
cursor: pointer;
}
.tooltip {
left:30px !important; //sorry, important. To overwrite bootstrap js positioning
&.top .tooltip-inner {
text-align:left;
max-width:460px;
}
}
}
/* Sidebar */