forked from GithubBackups/healthchecks
Remove unused CSS
This commit is contained in:
parent
3bf1ad9746
commit
da954000fd
@ -1,7 +1,3 @@
|
|||||||
.channel-checks-table tr:first-child td {
|
|
||||||
border-top: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.channel-checks-table td:first-child, .channel-checks-table th:first-child {
|
.channel-checks-table td:first-child, .channel-checks-table th:first-child {
|
||||||
padding-left: 16px;
|
padding-left: 16px;
|
||||||
}
|
}
|
||||||
@ -10,21 +6,6 @@
|
|||||||
background: #EEE;
|
background: #EEE;
|
||||||
}
|
}
|
||||||
|
|
||||||
.channel-checks-table .check-all-cell .cbx-container {
|
|
||||||
background: #FFF;
|
|
||||||
}
|
|
||||||
|
|
||||||
.channel-checks-table input[type=checkbox]:checked + label:after {
|
|
||||||
font-family: 'Glyphicons Halflings';
|
|
||||||
content: "\e013";
|
|
||||||
}
|
|
||||||
|
|
||||||
.channel-checks-table label:after {
|
|
||||||
padding-left: 4px;
|
|
||||||
padding-top: 2px;
|
|
||||||
font-size: 9px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.channel-checks-table .unnamed {
|
.channel-checks-table .unnamed {
|
||||||
color: #999;
|
color: #999;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
|
@ -35,13 +35,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.channels-table .value-cell {
|
|
||||||
max-width: 400px;
|
|
||||||
overflow: hidden;
|
|
||||||
text-overflow: ellipsis;
|
|
||||||
white-space: nowrap;
|
|
||||||
}
|
|
||||||
|
|
||||||
.channels-table .channel-row:hover > td {
|
.channels-table .channel-row:hover > td {
|
||||||
background: #f5f5f5;
|
background: #f5f5f5;
|
||||||
}
|
}
|
||||||
@ -50,24 +43,10 @@ table.channels-table > tbody > tr > th {
|
|||||||
border-top: 0;
|
border-top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.word-up {
|
|
||||||
color: #5cb85c;
|
|
||||||
font-weight: bold
|
|
||||||
}
|
|
||||||
|
|
||||||
.word-down {
|
|
||||||
color: #d9534f;
|
|
||||||
font-weight: bold
|
|
||||||
}
|
|
||||||
|
|
||||||
.preposition, .description {
|
.preposition, .description {
|
||||||
color: #888;
|
color: #888;
|
||||||
}
|
}
|
||||||
|
|
||||||
.channel-unconfirmed {
|
|
||||||
font-size: small;
|
|
||||||
}
|
|
||||||
|
|
||||||
.channel-disabled {
|
.channel-disabled {
|
||||||
font-size: small;
|
font-size: small;
|
||||||
}
|
}
|
||||||
@ -292,14 +271,3 @@ table.channels-table > tbody > tr > th {
|
|||||||
.channel-modal .modal-body {
|
.channel-modal .modal-body {
|
||||||
padding: 15px 40px;
|
padding: 15px 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Add Webhook */
|
|
||||||
|
|
||||||
.webhook-header input.form-control {
|
|
||||||
width: 300px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.webhook-header {
|
|
||||||
margin-bottom: 4px;
|
|
||||||
}
|
|
||||||
|
@ -22,14 +22,6 @@ li + li.nav-header {
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.docs-nav ul {
|
|
||||||
margin: 0 0 0 20px;
|
|
||||||
padding: 0;
|
|
||||||
list-style: none;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
.curl-opts th {
|
.curl-opts th {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
|
@ -78,10 +78,6 @@
|
|||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.show-log .icon-settings {
|
|
||||||
font-size: 16px;
|
|
||||||
}
|
|
||||||
|
|
||||||
button.copy-link {
|
button.copy-link {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
|
|
||||||
|
@ -2,10 +2,6 @@
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
#pricing-table {
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
.panel.plan h1 {
|
.panel.plan h1 {
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
@ -55,10 +55,6 @@ span.loading {
|
|||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
#my-projects .num-checks {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
#my-projects .name {
|
#my-projects .name {
|
||||||
width: 200px;
|
width: 200px;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
@ -49,24 +49,3 @@
|
|||||||
color: #333;
|
color: #333;
|
||||||
}
|
}
|
||||||
|
|
||||||
.invite-suggestion {
|
|
||||||
color: #888;
|
|
||||||
}
|
|
||||||
|
|
||||||
#suggestions-row td {
|
|
||||||
border-top: 0;
|
|
||||||
font-size: 85%;
|
|
||||||
padding-top: 20px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#team-table th {
|
|
||||||
border-top: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#transfer-request {
|
|
||||||
border: 5px solid #ffdc3e;
|
|
||||||
}
|
|
||||||
|
|
||||||
#transfer-request .settings-block {
|
|
||||||
padding: 20px;
|
|
||||||
}
|
|
@ -11,7 +11,7 @@
|
|||||||
padding-bottom: 24px;
|
padding-bottom: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.page-profile .icon-ok {
|
.page-project .icon-ok {
|
||||||
color: #5cb85c;
|
color: #5cb85c;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -25,10 +25,6 @@
|
|||||||
background-color: #ffebea;
|
background-color: #ffebea;
|
||||||
}
|
}
|
||||||
|
|
||||||
.table td.overall-status {
|
|
||||||
border-top: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.table.badges th {
|
.table.badges th {
|
||||||
border-top: 0;
|
border-top: 0;
|
||||||
color: #777777;
|
color: #777777;
|
||||||
@ -50,3 +46,25 @@
|
|||||||
background: #eee;
|
background: #eee;
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.invite-suggestion {
|
||||||
|
color: #888;
|
||||||
|
}
|
||||||
|
|
||||||
|
#suggestions-row td {
|
||||||
|
border-top: 0;
|
||||||
|
font-size: 85%;
|
||||||
|
padding-top: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#team-table th {
|
||||||
|
border-top: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
#transfer-request {
|
||||||
|
border: 5px solid #ffdc3e;
|
||||||
|
}
|
||||||
|
|
||||||
|
#transfer-request .settings-block {
|
||||||
|
padding: 20px;
|
||||||
|
}
|
@ -1,7 +1,3 @@
|
|||||||
.webhook-header .error {
|
|
||||||
border-color: #a94442;
|
|
||||||
}
|
|
||||||
|
|
||||||
#add-webhook-form div.bootstrap-select {
|
#add-webhook-form div.bootstrap-select {
|
||||||
width: 100px;
|
width: 100px;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user