smart status sparkline tooltips

This commit is contained in:
Jared Tabor
2015-03-06 16:32:58 -05:00
parent 43dcd84fa7
commit a8095e870e
5 changed files with 45 additions and 29 deletions

View File

@@ -172,8 +172,7 @@ a:focus {
/* List Actions column */
.actions {
a {
font-size: 14px;
margin-right: 12px;
font-size: 18px;
}
a:last-child {
margin-right: 0;
@@ -186,6 +185,13 @@ a:focus {
}
}
.smart-status-tooltip{
font-size: 20px;
span {
padding: 20px;
}
}
#configure-schedules-tab {
position: relative;
top: 0;
@@ -1032,8 +1038,20 @@ input[type="checkbox"].checkbox-no-label {
/* Less padding on .table-condensed */
.table-condensed>tbody>tr>td,
.table-condensed>thead>tr>th {
padding-top: 3px;
padding-bottom: 3px;
// padding-top: 3px;
// padding-bottom: 3px
padding: 0.5em 0.6em;
}
.table > tbody > tr > td{
padding: 0.5em 0.6em;
&.actions{
padding: 0px;
> a {
padding: 0.5em 0.6em;
display: inline-block;
}
}
}
/* Table info rows */
@@ -1862,6 +1880,7 @@ tr td button i {
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {