Browse Source

Remove unused CSS

pull/360/head
Pēteris Caune 5 years ago
parent
commit
da954000fd
No known key found for this signature in database GPG Key ID: E28D7679E9A9EDE2
9 changed files with 23 additions and 101 deletions
  1. +0
    -19
      static/css/channel_checks.css
  2. +0
    -32
      static/css/channels.css
  3. +0
    -8
      static/css/docs.css
  4. +0
    -4
      static/css/my_checks_desktop.css
  5. +0
    -4
      static/css/pricing.css
  6. +0
    -4
      static/css/profile.css
  7. +0
    -21
      static/css/projects.css
  8. +23
    -5
      static/css/settings.css
  9. +0
    -4
      static/css/webhook_form.css

+ 0
- 19
static/css/channel_checks.css View File

@ -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 {
padding-left: 16px;
}
@ -10,21 +6,6 @@
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 {
color: #999;
font-style: italic;

+ 0
- 32
static/css/channels.css View File

@ -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 {
background: #f5f5f5;
}
@ -50,24 +43,10 @@ table.channels-table > tbody > tr > th {
border-top: 0;
}
.word-up {
color: #5cb85c;
font-weight: bold
}
.word-down {
color: #d9534f;
font-weight: bold
}
.preposition, .description {
color: #888;
}
.channel-unconfirmed {
font-size: small;
}
.channel-disabled {
font-size: small;
}
@ -292,14 +271,3 @@ table.channels-table > tbody > tr > th {
.channel-modal .modal-body {
padding: 15px 40px;
}
/* Add Webhook */
.webhook-header input.form-control {
width: 300px;
}
.webhook-header {
margin-bottom: 4px;
}

+ 0
- 8
static/css/docs.css View File

@ -22,14 +22,6 @@ li + li.nav-header {
font-weight: bold;
}
.docs-nav ul {
margin: 0 0 0 20px;
padding: 0;
list-style: none;
}
.curl-opts th {
white-space: nowrap;
font-family: monospace;


+ 0
- 4
static/css/my_checks_desktop.css View File

@ -78,10 +78,6 @@
white-space: nowrap;
}
.show-log .icon-settings {
font-size: 16px;
}
button.copy-link {
opacity: 0;


+ 0
- 4
static/css/pricing.css View File

@ -2,10 +2,6 @@
display: inline-block;
}
#pricing-table {
}
.panel.plan h1 {
font-size: 24px;
font-weight: bold;


+ 0
- 4
static/css/profile.css View File

@ -55,10 +55,6 @@ span.loading {
vertical-align: middle;
}
#my-projects .num-checks {
}
#my-projects .name {
width: 200px;
white-space: nowrap;


+ 0
- 21
static/css/projects.css View File

@ -49,24 +49,3 @@
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;
}

+ 23
- 5
static/css/settings.css View File

@ -11,7 +11,7 @@
padding-bottom: 24px;
}
.page-profile .icon-ok {
.page-project .icon-ok {
color: #5cb85c;
}
@ -25,10 +25,6 @@
background-color: #ffebea;
}
.table td.overall-status {
border-top: 0;
}
.table.badges th {
border-top: 0;
color: #777777;
@ -50,3 +46,25 @@
background: #eee;
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;
}

+ 0
- 4
static/css/webhook_form.css View File

@ -1,7 +1,3 @@
.webhook-header .error {
border-color: #a94442;
}
#add-webhook-form div.bootstrap-select {
width: 100px;
}


Loading…
Cancel
Save