diff --git a/static/css/channel_checks.css b/static/css/channel_checks.css index 38959da2..a956c979 100644 --- a/static/css/channel_checks.css +++ b/static/css/channel_checks.css @@ -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; diff --git a/static/css/channels.css b/static/css/channels.css index 7e8eea90..c3afed91 100644 --- a/static/css/channels.css +++ b/static/css/channels.css @@ -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; -} diff --git a/static/css/docs.css b/static/css/docs.css index ad246e91..9871f15f 100644 --- a/static/css/docs.css +++ b/static/css/docs.css @@ -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; diff --git a/static/css/my_checks_desktop.css b/static/css/my_checks_desktop.css index cafff8db..941d9a86 100644 --- a/static/css/my_checks_desktop.css +++ b/static/css/my_checks_desktop.css @@ -78,10 +78,6 @@ white-space: nowrap; } -.show-log .icon-settings { - font-size: 16px; -} - button.copy-link { opacity: 0; diff --git a/static/css/pricing.css b/static/css/pricing.css index 72e14b14..646158ac 100644 --- a/static/css/pricing.css +++ b/static/css/pricing.css @@ -2,10 +2,6 @@ display: inline-block; } -#pricing-table { -} - - .panel.plan h1 { font-size: 24px; font-weight: bold; diff --git a/static/css/profile.css b/static/css/profile.css index c551311d..9c0fd4d9 100644 --- a/static/css/profile.css +++ b/static/css/profile.css @@ -55,10 +55,6 @@ span.loading { vertical-align: middle; } -#my-projects .num-checks { - -} - #my-projects .name { width: 200px; white-space: nowrap; diff --git a/static/css/projects.css b/static/css/projects.css index cf7b8110..49ee03cd 100644 --- a/static/css/projects.css +++ b/static/css/projects.css @@ -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; -} \ No newline at end of file diff --git a/static/css/settings.css b/static/css/settings.css index e0bd28f5..a9d6957e 100644 --- a/static/css/settings.css +++ b/static/css/settings.css @@ -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; +} \ No newline at end of file diff --git a/static/css/webhook_form.css b/static/css/webhook_form.css index 445d9991..40fd4078 100644 --- a/static/css/webhook_form.css +++ b/static/css/webhook_form.css @@ -1,7 +1,3 @@ -.webhook-header .error { - border-color: #a94442; -} - #add-webhook-form div.bootstrap-select { width: 100px; }