diff options
Diffstat (limited to 'public/stylesheets/admin.css')
| -rw-r--r-- | public/stylesheets/admin.css | 88 |
1 files changed, 82 insertions, 6 deletions
diff --git a/public/stylesheets/admin.css b/public/stylesheets/admin.css index ceacf17..a6e8bf6 100644 --- a/public/stylesheets/admin.css +++ b/public/stylesheets/admin.css | |||
| @@ -79,6 +79,9 @@ input[type=radio] { | |||
| 79 | #wrapper { | 79 | #wrapper { |
| 80 | margin: 0 125px; | 80 | margin: 0 125px; |
| 81 | } | 81 | } |
| 82 | .node_action_bar.node_action_bar_save { | ||
| 83 | margin-left: 120px; | ||
| 84 | } | ||
| 82 | } | 85 | } |
| 83 | @media(max-width:1015px) { | 86 | @media(max-width:1015px) { |
| 84 | #wrapper { | 87 | #wrapper { |
| @@ -165,12 +168,14 @@ input[type=radio] { | |||
| 165 | margin-bottom: 40px; | 168 | margin-bottom: 40px; |
| 166 | } | 169 | } |
| 167 | 170 | ||
| 168 | #node_action_bar { | 171 | .node_action_bar { |
| 169 | margin-bottom: 1rem; | 172 | display: flex; |
| 170 | } | 173 | flex-wrap: wrap; |
| 171 | 174 | align-items: center; | |
| 172 | #node_action_bar > * { | 175 | gap: 0.75rem; |
| 173 | margin-right: 0.5rem; | 176 | margin: 1rem 0 1.5rem; |
| 177 | padding-bottom: 1rem; | ||
| 178 | border-bottom: 1px solid #e8e8e8; | ||
| 174 | } | 179 | } |
| 175 | 180 | ||
| 176 | /* ============================================================ | 181 | /* ============================================================ |
| @@ -213,6 +218,18 @@ span.warning a { | |||
| 213 | text-decoration: underline; | 218 | text-decoration: underline; |
| 214 | } | 219 | } |
| 215 | 220 | ||
| 221 | .error_messages { | ||
| 222 | border-left: 3px solid #cc0000; | ||
| 223 | background-color: #fdecea; | ||
| 224 | padding: 6px 10px; | ||
| 225 | margin-bottom: 1rem; | ||
| 226 | } | ||
| 227 | |||
| 228 | .error_messages ul { | ||
| 229 | margin: 0; | ||
| 230 | padding-left: 1.25rem; | ||
| 231 | } | ||
| 232 | |||
| 216 | /* ============================================================ | 233 | /* ============================================================ |
| 217 | Pagination | 234 | Pagination |
| 218 | ============================================================ */ | 235 | ============================================================ */ |
| @@ -487,6 +504,16 @@ table.user_table td.user_login { | |||
| 487 | padding: 0.5rem 0.75rem; | 504 | padding: 0.5rem 0.75rem; |
| 488 | } | 505 | } |
| 489 | 506 | ||
| 507 | .node_info_group .disabled_action { | ||
| 508 | display: inline-block; | ||
| 509 | border: 1px solid #c0c0c0; | ||
| 510 | border-radius: 2px; | ||
| 511 | padding: 4px 12px; | ||
| 512 | font-weight: bold; | ||
| 513 | color: #969696; | ||
| 514 | cursor: not-allowed; | ||
| 515 | } | ||
| 516 | |||
| 490 | .node_info_group_items { | 517 | .node_info_group_items { |
| 491 | display: flex; | 518 | display: flex; |
| 492 | flex-wrap: wrap; | 519 | flex-wrap: wrap; |
| @@ -514,6 +541,38 @@ table.user_table td.user_login { | |||
| 514 | margin-bottom: 0.25rem; | 541 | margin-bottom: 0.25rem; |
| 515 | } | 542 | } |
| 516 | 543 | ||
| 544 | .node_content.node_status { | ||
| 545 | border: 2px solid #000000; | ||
| 546 | background-color: #fafafa; | ||
| 547 | } | ||
| 548 | |||
| 549 | .node_status .node_info_group_items:first-child { | ||
| 550 | margin-bottom: 0.75rem; | ||
| 551 | } | ||
| 552 | |||
| 553 | .node_status .node_info_group_items + .node_info_group_items { | ||
| 554 | margin-top: 0.5rem; | ||
| 555 | margin-bottom: 0.5rem; | ||
| 556 | } | ||
| 557 | |||
| 558 | .node_status .field_hint { | ||
| 559 | margin-top: 0.5rem; | ||
| 560 | display: block; | ||
| 561 | } | ||
| 562 | |||
| 563 | #page_editor a.action_button, | ||
| 564 | .node_status form.button_to input[type="submit"], | ||
| 565 | .node_status form.button_to button[type="submit"] { | ||
| 566 | padding: 4px 12px; | ||
| 567 | line-height: 1.2; | ||
| 568 | box-sizing: border-box; | ||
| 569 | } | ||
| 570 | |||
| 571 | .node_status form.button_to input[type="submit"], | ||
| 572 | .node_status form.button_to button[type="submit"] { | ||
| 573 | border: 1px solid transparent; | ||
| 574 | } | ||
| 575 | |||
| 517 | .field_hint { | 576 | .field_hint { |
| 518 | display: block; | 577 | display: block; |
| 519 | margin-top: 2px; | 578 | margin-top: 2px; |
| @@ -562,6 +621,23 @@ div#page_editor { | |||
| 562 | margin-left: 10px; | 621 | margin-left: 10px; |
| 563 | } | 622 | } |
| 564 | 623 | ||
| 624 | #page_editor a.action_button { | ||
| 625 | display: inline-block; | ||
| 626 | -webkit-appearance: none; | ||
| 627 | appearance: none; | ||
| 628 | border: 1px solid #000000; | ||
| 629 | border-radius: 2px; | ||
| 630 | padding: 4px 12px; | ||
| 631 | font-weight: bold; | ||
| 632 | text-decoration: none; | ||
| 633 | color: #000000; | ||
| 634 | } | ||
| 635 | |||
| 636 | #page_editor a.action_button:hover { | ||
| 637 | color: #ffffff; | ||
| 638 | background-color: #000000; | ||
| 639 | } | ||
| 640 | |||
| 565 | @media(min-width:1016px) { | 641 | @media(min-width:1016px) { |
| 566 | input#tag_list, | 642 | input#tag_list, |
| 567 | input#node_staged_slug, | 643 | input#node_staged_slug, |
