discourse/app/assets/stylesheets/common/admin/admin_base.scss

1428 lines
23 KiB
SCSS
Raw Normal View History

2013-02-05 14:16:51 -05:00
// these are the styles associated with the Discourse admin section
@import "common/foundation/variables";
@import "common/foundation/mixins";
@import "common/foundation/helpers";
2013-02-05 14:16:51 -05:00
.admin-contents table {
2014-02-12 23:36:10 -05:00
width: 100%;
tr {text-align: left;}
td, th {padding: 8px;}
th {border-top: 1px solid scale-color-diff();}
td {border-bottom: 1px solid scale-color-diff(); border-top: 1px solid scale-color-diff();}
tr:hover { background-color: darken($secondary, 2.5%); }
tr.selected { background-color: lighten($primary, 80%); }
.filters input { margin-bottom: 0; }
}
td.flaggers td {
border-bottom: none;
border-top: none;
}
2013-05-08 01:20:38 -04:00
.content-list li a span.count {
font-size: 0.857em;
2013-05-08 01:20:38 -04:00
float: right;
margin-right: 10px;
background-color: scale-color-diff();
2013-05-08 01:20:38 -04:00
padding: 2px 5px;
border-radius: 5px;
color: $primary;
2013-05-08 01:20:38 -04:00
}
2013-02-05 14:16:51 -05:00
.admin-content {
margin-bottom: 50px;
.admin-contents {
padding: 8px;
}
.view-options {
float: right;
}
table.report {
2014-03-26 12:03:58 -04:00
margin-top: 20px;
tr {
th:nth-of-type(1) {
width: 20%;
}
}
.bar-container {
float: left;
width: 300px;
margin-right: 15px;
margin-bottom: 5px;
display: inline-block;
.bar {
margin-top: 5px;
background-color: $tertiary;
display: inline-block;
text-align: right;
padding-right: 8px;
color: $secondary;
}
}
}
2013-02-05 14:16:51 -05:00
}
.ip-lookup {
position: relative;
display: inline-block;
.location-box {
position: absolute;
width: 460px;
right: 0px;
z-index: 990;
2014-08-06 09:31:13 -04:00
box-shadow: 0 2px 6px rgba(0,0,0, .8);
margin-top: -2px;
background-color: $secondary;
padding: 12px 12px 5px;
.other-accounts {
margin: 5px 0 0;
max-height: 200px;
overflow: auto;
width: 455px;
ul { margin: 0; }
li { list-style: none; }
tr td:first-of-type { width: 130px; }
}
}
}
.admin-container {
margin-top: 20px;
}
.admin-title {
height: 45px;
}
2013-02-05 14:16:51 -05:00
.admin-controls {
background-color: dark-light-diff($primary, $secondary, 90%, -75%);
padding: 10px 10px 3px 0;
2013-02-05 14:16:51 -05:00
height: 35px;
.nav.nav-pills {
li.active {
a {
border-color: scale-color-diff();
background-color: lighten($primary, 40%);
2013-02-05 14:16:51 -05:00
&:hover {
background-color: lighten($primary, 40%);
2013-02-05 14:16:51 -05:00
}
}
}
}
h1 {
font-size: 1.429em;
2013-02-05 14:16:51 -05:00
line-height: 25px;
color: $primary;
2013-02-05 14:16:51 -05:00
}
.controls {
margin-left: 10px;
2013-02-05 14:16:51 -05:00
}
button {
margin-right: 5px;
}
input[type=text] {
display: inline-block;
float: left;
2013-02-05 14:16:51 -05:00
}
.result-message {
display: inline-block;
padding-left: 10px;
padding-top: 5px;
}
.username {
input[type=text] {
width: 240px;
}
}
.search {
float: right;
margin-left: 10px;
2013-02-05 14:16:51 -05:00
label {
margin-top: 5px;
}
}
.toggle {
margin-top: 8px;
float: right;
span {
font-weight: bold;
}
}
label {
display: inline-block;
margin-right: 5px;
}
2013-02-05 14:16:51 -05:00
}
.groups, .badges {
.form-horizontal {
label {
font-weight: bold;
}
& > div {
margin-top: 10px;
}
input, textarea, select {
width: 350px;
}
input[type="checkbox"] {
width: 20px;
}
}
}
.site-settings-nav {
width: 18.018%;
margin-top: 30px;
.nav-stacked {
border-right: none;
}
li a.active {
color: $secondary;
background-color: $quaternary;
}
}
.site-settings-detail {
width: 76.5765%;
2013-11-18 09:53:06 -05:00
min-height: 800px;
margin-left: 0;
border-left: solid 1px scale-color-diff();
padding: 30px 0 30px 30px;
}
2013-02-05 14:16:51 -05:00
.settings {
.setting {
padding-bottom: 20px;
.setting-label {
float: left;
width: 17.6576%;
margin-right: 12px;
}
.setting-value {
float: left;
width: 53%;
.select2-container {
width: 100%;
}
.select2-container-multi .select2-choices {
border: none;
}
}
.setting-controls {
float: left;
}
.input-setting-string {
width: 404px;
@include medium-width { width: 314px; }
@include small-width { width: 284px; }
}
2014-03-30 01:32:33 -04:00
.input-setting-list {
width: 408px;
padding: 1px;
2014-05-06 23:53:04 -04:00
background-color: $secondary;
border: 1px solid scale-color-diff();
2014-03-30 01:32:33 -04:00
border-radius: 3px;
box-shadow: inset 0 1px 1px rgba(51, 51, 51, 0.3);
transition: border linear 0.2s, box-shadow linear 0.2s;
li.select2-search-choice {
cursor: pointer;
.select2-search-choice-close {
content: "x"
2014-03-30 01:32:33 -04:00
}
}
li.sortable-placeholder {
padding: 3px 5px 3px 18px;
margin: 3px 0px 3px 5px;
position: relative;
line-height: 13px;
cursor: default;
border: 1px dashed #AAA;
border-radius: 3px;
background-clip: padding-box;
-moz-user-select: none;
background-color: none;
width: 3em;
height: 1em;
2014-03-30 01:32:33 -04:00
}
}
.desc, .validation-error {
2013-02-05 14:16:51 -05:00
padding-top: 3px;
font-size: 80%;
line-height: 1.4em;
2013-02-05 14:16:51 -05:00
}
.validation-error {
color: $danger;
}
.desc {
color: scale-color($primary, $lightness: 50%);
}
h3 {
font-size: 0.929em;
font-weight: normal;
}
}
.setting.overridden {
input[type=text] {
background-color: dark-light-diff($highlight, $secondary, 50%, -60%);
2014-08-06 09:31:13 -04:00
}
h3 {
2014-05-06 23:53:04 -04:00
color: scale-color($highlight, $lightness: -50%);
}
2013-02-05 14:16:51 -05:00
}
}
section.details {
h1 {
font-size: 1.286em;
color: $primary;
padding: 5px 10px;
margin: 30px 0 5px 0;
border-bottom: 5px solid scale-color-diff();
2013-02-05 14:16:51 -05:00
}
}
#selected-controls {
2014-05-06 23:53:04 -04:00
background-color: scale-color($tertiary, $lightness: 75%);
2013-02-05 14:16:51 -05:00
padding: 8px;
min-height: 27px;
position: fixed;
bottom: 0;
width: 1075px;
}
.user-controls {
padding: 5px;
clear: both;
text-align: right;
}
2014-09-25 02:38:44 -04:00
.display-row.associations .value {
width: 750px;
2014-09-25 02:38:44 -04:00
}
2013-02-05 14:16:51 -05:00
.display-row {
line-height: 30px;
2013-02-05 14:16:51 -05:00
padding: 5px;
&:nth-of-type(1) {
border-top: 0;
}
&.highlight-danger {
2014-05-06 13:29:13 -04:00
background-color: scale-color($danger, $lightness: 50%);
}
border-top: 1px solid scale-color-diff();
2013-02-05 14:16:51 -05:00
&:before, &:after {
display: table;
content: "";
}
&:after {
clear: both;
}
.field {
font-weight: bold;
width: 17.65765%;
2013-02-05 14:16:51 -05:00
float: left;
margin-left: 12px;
}
.value {
width: 250px;
float: left;
margin-left: 12px;
}
2013-10-22 15:53:08 -04:00
.long-value {
width: 800px;
float: left;
margin-left: 12px;
font-size: 0.929em;
2013-10-22 15:53:08 -04:00
button {
margin-left: 10px;
}
}
2013-02-05 14:16:51 -05:00
.controls {
2014-03-15 05:16:29 -04:00
width: 480px;
float: left;
margin-left: 12px;
2013-02-05 14:16:51 -05:00
.btn {
margin-right: 5px;
}
}
}
2014-03-05 07:52:20 -05:00
// Badges area
.badges {
.content-list ul {
margin-bottom: 10px;
.list-badge {
float: right;
font-size: 11px;
font-weight: normal;
padding: 0 6px;
color: $secondary;
background-color: scale-color($tertiary, $lightness: 50%);
border-radius: 3px;
}
2014-03-05 07:52:20 -05:00
}
.current-badge {
margin: 20px;
p.help {
margin: 0;
color: scale-color($primary, $lightness: 40%);
font-size: 0.9em;
}
2014-03-05 07:52:20 -05:00
}
.form-horizontal {
.delete-link {
margin-left: 15px;
margin-top: 5px;
}
2014-03-19 01:13:38 -04:00
textarea {
height: 200px;
}
}
.current-badge-actions {
margin: 10px;
padding: 10px;
border-top: 1px solid scale-color($primary, $lightness: 80%);
}
2014-03-19 01:13:38 -04:00
.buttons {
float: left;
width: 200px;
.saving {
padding: 5px 0 0 0;
margin-left: 10px;
width: 80px;
color: $primary;
2014-03-19 01:13:38 -04:00
}
2014-03-05 07:52:20 -05:00
}
}
.badge-query-preview {
.grant-count, .sample, .error-header {
margin-left: 10px;
}
.badge-errors {
font-size: 1em;
line-height: 16px;
padding: 4px;
background-color: scale-color-diff();
}
.badge-query-plan {
font-size: 0.857em;
line-height: 13px;
padding: 4px;
background-color: scale-color-diff();
}
.count-warning {
background-color: dark-light-diff(rgba($danger,.7), $secondary, 50%, -60%);
margin: 0 0 7px 0;
padding: 10px 20px;
p {
margin: 0;
}
.heading {
color: $danger;
font-weight: bold;
}
}
}
// Groups area
.groups {
.ac-wrap {
width: 100% !important;
.item {
width: 190px;
margin-right: 0 !important;
}
}
.next, .previous {
color: #333 !important;
&.disabled {
color: #aaa !important;
}
}
.btn.add {
margin-top: 7px;
}
}
2013-02-05 14:16:51 -05:00
// Customise area
.customize {
.admin-footer {
margin-top: 20px;
}
.current-style.maximized {
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 100000;
background-color: white;
width: 100%;
padding: 0;
margin: 0;
.wrapper {
position: absolute;
top: 20px;
bottom: 10px;
left: 20px;
right: 20px;
}
}
2013-02-05 14:16:51 -05:00
.nav.nav-pills {
margin-left: 10px;
}
.content-list, .current-style {
float: left;
}
.content-list ul {
2013-06-19 01:18:22 -04:00
margin-bottom: 10px;
2013-02-05 14:16:51 -05:00
}
.current-style {
.nav.nav-pills{
position: relative;
}
.toggle-mobile {
position: absolute;
right: 35px;
font-size: 20px;
}
.toggle-maximize {
position: absolute;
right: -5px;
}
2013-02-05 14:16:51 -05:00
.delete-link {
margin-left: 15px;
margin-top: 5px;
}
.preview-link {
margin-left: 15px;
2013-02-05 14:16:51 -05:00
}
padding-left: 10px;
width: 70%;
2013-02-05 14:16:51 -05:00
.style-name {
width: 350px;
2013-02-05 14:16:51 -05:00
height: 25px;
}
.ace-wrapper {
position: relative;
2013-06-19 01:18:22 -04:00
height: 400px;
2013-02-05 14:16:51 -05:00
width: 100%;
}
&.maximized {
.admin-container {
position: absolute;
bottom: 50px;
top: 80px;
width: 100%;
}
.admin-footer {
position: absolute;
bottom: 10px;
}
.ace-wrapper {
height: 100%;
}
}
2013-02-05 14:16:51 -05:00
.ace_editor {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
}
.status-actions {
float: right;
2013-06-19 01:18:22 -04:00
margin-top: 7px;
2013-02-05 14:16:51 -05:00
span {
margin-right: 10px;
2013-02-05 14:16:51 -05:00
}
}
.buttons {
float: left;
width: 200px;
.saving {
padding: 5px 0 0 0;
margin-left: 10px;
width: 80px;
color: $primary;
}
2013-02-05 14:16:51 -05:00
}
}
.color-scheme {
.controls {
span, button, a {
margin-right: 10px;
}
}
}
.colors {
thead th { border: none; }
td.hex { width: 100px; }
td.actions { width: 200px; }
.hex-input { width: 80px; margin-bottom: 0; }
.hex { text-align: center; }
.description { color: scale-color($primary, $lightness: 50%); }
.invalid .hex input {
background-color: white;
color: black;
border-color: $danger;
}
}
2013-02-05 14:16:51 -05:00
}
.admin-flags {
table-layout: fixed;
2013-06-17 03:15:56 -04:00
.hidden-post td.excerpt, .hidden-post td.user { opacity: 0.5; }
.deleted td.excerpt, .deleted td.user { background-color: scale-color($danger, $lightness: 70%); }
2014-09-11 14:07:39 -04:00
.message { background-color: dark-light-diff($highlight, $secondary, 50%, -70%); }
.message:hover { background-color: dark-light-diff($highlight, $secondary, 60%, -60%); }
2013-06-26 15:10:07 -04:00
td { vertical-align: top; }
2013-02-05 14:16:51 -05:00
th { text-align: left; }
.user {
width: 25px;
2014-08-12 06:49:19 -04:00
padding: 8px 0 0 0;
text-align: center;
}
2013-02-05 14:16:51 -05:00
.excerpt {
2014-08-12 06:49:19 -04:00
max-width: 700px;
width: 75%;
2014-02-05 17:54:16 -05:00
padding: 8px;
word-wrap: break-word;
.fa { display: inline-block; }
h3 {
max-height: 1.2em;
overflow: hidden;
margin-top: 0;
margin-bottom: 5px;
}
2013-02-05 14:16:51 -05:00
}
.flaggers {
font-size: 11px;
padding: 8px 0 0 5px;
.avatar {
width: 25px;
}
table {
max-width: 145px;
}
tr {
height: 44px;
}
td {
2013-06-26 15:10:07 -04:00
vertical-align: middle;
padding: 3px;
line-height: 1.4;
}
}
.action {
2013-06-21 03:29:54 -04:00
button { margin: 4px; }
text-align: right;
padding-bottom: 20px;
}
td p {
font-size: 0.929em;
margin: 0 0 5px 0;
}
.flagged-posts { background: $danger; }
2013-02-05 14:16:51 -05:00
}
2013-03-07 11:07:59 -05:00
2013-03-14 12:28:35 -04:00
/* Dashboard */
.dashboard-left {
float: left;
margin-top: 10px;
width: 60%;
2013-03-14 12:28:35 -04:00
}
.dashboard-right {
float: right;
margin-top: 10px;
width: 40%;
.dashboard-stats {
width: 100%;
margin-left: 0;
}
2013-03-14 12:28:35 -04:00
}
.version-check {
margin-top: 10px;
2013-03-14 12:28:35 -04:00
.version-number {
font-size: 1.286em;
font-weight: bold;
text-align: center;
}
.face {
width: 20px;
2013-03-14 12:28:35 -04:00
}
2013-12-09 16:27:49 -05:00
.version-notes .fa {
2013-03-14 12:28:35 -04:00
vertical-align: bottom;
}
&.critical .version-notes .normal-note {
display: none;
}
&.normal .version-notes .critical-note {
display: none;
}
2013-12-09 16:27:49 -05:00
.fa {
font-size: 1.857em;
2013-03-14 12:28:35 -04:00
}
.up-to-date {
color: $success;
2013-03-14 12:28:35 -04:00
}
.updates-available {
color: $danger;
2013-03-14 12:28:35 -04:00
}
.critical-updates-available {
color: $danger;
2013-03-14 12:28:35 -04:00
}
}
.update-nag {
2013-12-09 16:27:49 -05:00
i.fa {
font-size: 1.429em;
2013-03-14 12:28:35 -04:00
}
}
2013-10-22 15:53:08 -04:00
table.api-keys {
margin-top: 10px;
width: 100%;
th {
text-align: left;
padding: 5px;
}
td {
padding: 5px;
}
td.key {
font-size: 0.857em;
2013-10-22 15:53:08 -04:00
}
}
2013-03-07 11:07:59 -05:00
.dashboard-stats {
margin-bottom: 30px;
margin-right: 40px;
2013-04-16 18:37:35 -04:00
h4 {
font-weight: normal;
margin-bottom: 8px;
}
2013-03-07 11:07:59 -05:00
table {
width: 100%;
2013-03-07 11:07:59 -05:00
.title {
2013-12-09 16:27:49 -05:00
i.fa {
2014-05-06 23:53:04 -04:00
color: $primary;
}
}
2013-03-07 11:07:59 -05:00
th {
font-weight: normal;
text-align: center;
background: dark-light-diff($primary, $secondary, 80%, -65%);
2013-03-07 11:07:59 -05:00
}
2013-04-16 18:37:35 -04:00
th.title {
text-align: left;
}
thead {
tr:hover > td {
background-color: $secondary;
}
}
2013-03-07 11:07:59 -05:00
td.value {
font-weight: bold;
text-align: center;
2013-03-30 14:07:25 -04:00
i {
display: none;
}
&.trending-up {
color: $success;
2013-03-30 14:07:25 -04:00
i.up {
display: inline;
}
}
&.trending-down {
color: $danger;
2013-03-30 14:07:25 -04:00
i.down {
display: inline;
}
}
&.no-change {
i.down {
display: inline;
visibility: hidden;
}
}
2013-03-07 11:07:59 -05:00
}
}
&.detected-problems {
background: dark-light-diff($primary, $secondary, 90%, -75%);
margin-bottom: 20px;
margin-top: 10px;
.look-here {
float: left;
2014-03-22 03:37:18 -04:00
margin: 20px 10px 0 10px;
2013-12-09 16:27:49 -05:00
.fa {
font-size: 2.286em
;
vertical-align: middle;
color: $primary
}
}
.problem-messages {
float: left;
width: 80%;
margin-left: 1%;
a {
text-decoration: underline;
}
.actions {
text-align: right;
}
.btn {
background: dark-light-diff($primary, $secondary, 80%, -85%);
2014-03-22 03:37:18 -04:00
}
ul {
margin-left: 0;
padding-left: 20px;
li {
margin-bottom: 10px;
}
2014-03-22 03:37:18 -04:00
}
}
}
&.totals {
2013-07-08 12:21:08 -04:00
table {
width: auto;
}
margin-top: 12px;
padding-left: 5px;
.value {
2013-07-08 12:21:08 -04:00
text-align: left;
font-weight: bold;
2013-07-08 12:21:08 -04:00
padding-left: 8px;
padding-right: 30px;
}
}
&.trust-levels {
margin-bottom: 0;
table {
margin-bottom: 0;
}
td.value {
width: 45px;
}
}
.referred-topic-title {
width: 355px;
@include medium-width { width: 305px; }
@include small-width { width: 265px; }
}
2013-03-11 15:26:14 -04:00
}
.commits-widget {
border: solid 1px scale-color-diff();
height: 180px;
margin-bottom: 36px;
2013-03-11 15:26:14 -04:00
ul, li {
margin: 0;
padding: 0;
}
ul {
list-style: none;
}
a {
2014-05-06 23:53:04 -04:00
color: $primary;
2013-03-14 12:28:35 -04:00
text-decoration: none;
2013-03-11 15:26:14 -04:00
}
a:hover {
text-decoration: underline;
}
.header {
2014-05-06 23:53:04 -04:00
color: $primary;
2013-03-11 15:26:14 -04:00
font-weight: bold;
height: 30px;
background: dark-light-diff($primary, $secondary, 80%, -75%);
2013-03-11 15:26:14 -04:00
cursor: pointer;
h1 {
font-size: 1.286em;
2013-03-11 15:26:14 -04:00
margin: 5px 0 0 8px;
display: inline-block;
line-height: 1.0em;
}
}
.header:hover h1 {
color: $tertiary;
2013-03-11 15:26:14 -04:00
}
.commits-list {
height: 149px;
2013-03-11 15:26:14 -04:00
overflow-y:auto;
li {
@extend .clearfix;
line-height: 1.0em;
padding: 6px 8px;
background-color: scale-color-diff();
2013-03-11 15:26:14 -04:00
.left {
float: left;
}
.right {
margin-left: 52px;
}
img {
margin-top: 2px;
border: solid 1px scale-color-diff();
2013-03-11 15:26:14 -04:00
padding: 2px;
background-color: $secondary;
2013-03-11 15:26:14 -04:00
}
.commit-message {
2014-05-06 23:53:04 -04:00
color: $primary;
font-size: 0.857em;
2013-03-11 15:26:14 -04:00
font-weight: bold;
}
.commit-meta {
color: $primary;
font-size: 0.857em;
2013-03-11 15:26:14 -04:00
}
.committer-name {
font-weight: bold;
2014-05-06 23:53:04 -04:00
color: $primary;
2013-03-11 15:26:14 -04:00
}
}
li:last-child {
border: none;
}
}
2013-03-14 12:28:35 -04:00
// Always show the scrollbar:
::-webkit-scrollbar {
width: 6px;
}
::-webkit-scrollbar-thumb {
background: dark-light-diff($primary, $secondary, 90%, -75%);
2013-03-14 12:28:35 -04:00
-webkit-border-radius: 3px;
}
::-webkit-scrollbar-track {
border-left: solid 1px scale-color-diff();
2013-03-14 12:28:35 -04:00
}
}
.content-list {
h3 {
color: dark-light-diff($primary, $secondary, 50%, -60%);
font-size: 1.071em;
padding-left: 5px;
margin-bottom: 10px;
}
ul {
list-style: none;
margin: 0;
li:first-of-type {
border-top: 1px solid scale-color-diff();
}
li {
border-bottom: 1px solid scale-color-diff();
}
li a {
display: block;
padding: 10px;
2014-05-06 23:53:04 -04:00
color: $primary;
&:hover {
background-color: scale-color-diff();
2014-05-06 23:53:04 -04:00
color: $primary;
}
&.active {
font-weight: bold;
2014-05-06 23:53:04 -04:00
color: $primary;
}
}
}
}
.content-editor {
min-height: 500px;
2013-04-09 11:28:28 -04:00
float: left;
width: 54.0540%;
margin-left: 1.8018%;
2013-04-09 11:28:28 -04:00
p.description {
color: $primary;
}
.controls {
margin-top: 10px;
}
#pagedown-editor {
width: 98%;
}
textarea.plain {
width: 98%;
height: 200px;
}
#wmd-input {
width: 98%;
height: 200px;
}
.ace-wrapper {
position: relative;
height: 600px;
width: 100%;
}
.ace_editor {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
}
}
.row.groups {
input[type='text'] {
width: 500px;
}
input#group-users {
width: 600px;
}
}
2013-08-01 21:30:13 -04:00
// Logs
2013-08-01 21:30:13 -04:00
.admin-logs-table {
input.ember-text-field {
padding: 1px 4px;
}
2013-10-23 12:55:06 -04:00
.btn {
padding: 2px 8px;
2013-12-09 16:27:49 -05:00
.fa {
2013-10-23 12:55:06 -04:00
margin-right: 2px;
}
}
}
.screened-emails, .screened-urls, .screened-ip-addresses {
.email, .url, .domain {
width: 300px;
}
.action, .match_count, .last_match_at, .created_at {
text-align: center;
width: 9.9099%;
}
}
.screened-ip-address-form {
margin-left: 6px;
.combobox {
width: 130px;
}
}
.screened-emails, .screened-urls {
.ip_address {
width: 9.9099%;
2013-08-01 21:30:13 -04:00
text-align: center;
}
}
.screened-ip-addresses {
.ip_address {
width: 150px;
text-align: left;
input {
width: 130px;
}
}
2013-10-23 12:55:06 -04:00
.col.actions {
width: 275px;
2013-10-23 12:55:06 -04:00
padding-top: 4px;
a {
text-decoration: underline;
}
}
}
.staff-actions {
width: 100%;
.action {
width: 10.810%;
}
.staff_user {
width: 9.009%;
}
.subject {
width: 18.018%;
}
.created_at {
width: 4.5045%;
}
.context {
width: 18.018%;
}
.created_at {
text-align: center;
}
.details {
width: 300px;
a {
text-decoration: underline;
}
&.value {
height: 70px;
}
}
}
2013-08-09 16:58:57 -04:00
.staff-action-logs-controls {
margin: 0 0 20px 6px;
a.filter {
display: inline-block;
2014-05-06 23:53:04 -04:00
background-color: scale-color($primary, $lightness: 75%);
2013-08-09 16:58:57 -04:00
padding: 3px 10px;
border-radius: 3px;
2014-05-06 23:53:04 -04:00
color: $primary;
2013-08-09 16:58:57 -04:00
&:hover {
2014-05-06 23:53:04 -04:00
color: $primary;
background-color: scale-color-diff();
2013-08-09 16:58:57 -04:00
}
.label {
font-weight: bold;
}
i {
margin-left: 6px;
}
}
}
.staff-action-logs-instructions {
margin: 0 0 10px 10px;
2013-08-09 16:58:57 -04:00
}
// Ember.ListView
.ember-list-view {
overflow-y: auto;
overflow-x: hidden;
position: relative;
}
.ember-list-item-view {
position: absolute;
}
.staff-actions, .screened-emails, .screened-urls, .screened-ip-addresses {
2014-05-06 23:53:04 -04:00
border-bottom: dotted 1px scale-color($primary, $lightness: 75%);
.heading-container {
width: 100%;
background-color: scale-color-diff();
}
.col.heading {
font-weight: bold;
padding: 4px 0;
}
.col {
display: inline-block;
padding-top: 6px;
vertical-align: top;
overflow-y: auto;
overflow-x: hidden;
}
.ember-list-item-view {
width: 100%;
border-top: solid 1px scale-color-diff();
}
}
.log-details-modal {
.modal-tab {
width: 95%;
}
}
2014-09-24 20:19:26 -04:00
.tl3-requirements {
.fa-check {
color: $success;
}
.fa-times {
color: $danger;
}
2014-02-12 23:36:10 -05:00
}
// Backups
// --------------------------------------------------
$rollback: #3D9970;
$rollback-dark: darken($rollback, 10%) !default;
$rollback-darker: darken($rollback, 20%) !default;
.btn-rollback {
color: $secondary;
2014-02-12 23:36:10 -05:00
background: $rollback;
&:hover {
background: $rollback-dark;
}
&:active {
@include linear-gradient($rollback-darker, $rollback-dark);
}
&[disabled] {
background: $rollback;
}
}
.admin-backups-logs {
max-height: 500px;
overflow: auto;
}
2014-02-21 19:41:01 -05:00
button.ru {
position: relative;
min-width: 110px;
}
.ru-progress {
position: absolute;
top: 0;
left: 0;
height: 100%;
background: rgba(0, 175, 0, 0.3);
}
.is-uploading:hover .ru-progress {
background: rgba(200, 0, 0, 0.3);
}
.invisible {
visibility: hidden;
}
2014-08-04 16:48:04 -04:00
.delete-flag-modal, .agree-flag-modal {
button {
display: block;
margin: 10px 0 10px 10px;
padding: 10px 15px;
}
}
2014-08-20 12:48:56 -04:00
.start-backup-modal {
.btn {
margin: 10px 0 10px 5px;
}
.btn:first-of-type {
margin-left: 10px;
}
}
@media all
and (max-width : 850px) {
.nav-stacked {
.glyph {width: auto; position: relative;}
> li > a {padding: 13px}
}
}
2014-07-22 16:30:32 -04:00
@media all
2014-07-22 16:30:32 -04:00
and (min-width : 320px)
and (max-width : 500px) {
.full-width { margin: 0; }
.site-settings-nav { width: 100%; }
.site-settings-detail {
width: 100%;
padding: 0;
border: none;
.settings .setting {
.setting-label {
float: left;
width: 100%;
h3 {
margin-bottom: 5px;
font-weight: bold;
margin-top: 25px;
}
}
.setting-value {
width: 100%;
}
label {
font-size: 0.929em;
2014-07-22 16:30:32 -04:00
}
}
}
.content-editor {
width: 100%;
#pagedown-editor {
box-sizing: border-box;
}
}
div.ac-wrap {
width: 100% !important;
box-sizing: border-box;
}
.admin-container {
h2 {
float: left;
}
}
.dashboard-left, .dashboard-right { width: 100%; }
.dashboard-stats { margin: 0; }
.badges {
.current-badge {margin: 70px 0 0 0;}
.current-badge-actions {padding: 0;}
}
.customize .content-list, .customize .current-style {
width: 100%;
}
}
2014-07-27 04:22:01 -04:00
.badge-groupings {
list-style: none;
margin: 0;
padding: 10px 3px;
li {
padding: 6px 0;
width: 600px;
border-bottom: 1px solid #dfdfdf;
}
.actions {
font-size: 1.214em;
2014-07-27 04:22:01 -04:00
float: right;
a {
margin-left: 5px;
}
}
}
tr.not-activated {
td, td a, td a:visited {
color: #bbb;
}
}
.details.not-activated {
.username .value, .email .value a, .email .value a:visited {
color: #bbb;
}
}
.user-fields {
h2 {
margin-bottom: 10px;
}
.user-field {
padding: 10px;
margin-bottom: 10px;
border-bottom: 1px solid scale-color-diff();
.form-display {
width: 25%;
display: inline-block;
float: left;
}
.form-element {
float: left;
width: 25%;
}
.controls {
float: right;
text-align: right;
width: 20%;
}
.clearfix {
clear: both;
}
}
}