mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-06 16:32:01 -05:00
smart status sparkline tooltips
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user