diff options
Diffstat (limited to 'public/stylesheets/admin.css')
| -rw-r--r-- | public/stylesheets/admin.css | 27 |
1 files changed, 25 insertions, 2 deletions
diff --git a/public/stylesheets/admin.css b/public/stylesheets/admin.css index c3c0cb4..f1f4c05 100644 --- a/public/stylesheets/admin.css +++ b/public/stylesheets/admin.css | |||
| @@ -637,6 +637,28 @@ table.revisions_table tr:hover { | |||
| 637 | margin: 0; | 637 | margin: 0; |
| 638 | } | 638 | } |
| 639 | 639 | ||
| 640 | /* ============================================================ | ||
| 641 | Translation compare view (page_translations#show) | ||
| 642 | ============================================================ */ | ||
| 643 | |||
| 644 | .translation_compare { | ||
| 645 | display: flex; | ||
| 646 | flex-direction: column; | ||
| 647 | gap: 1.5rem; | ||
| 648 | } | ||
| 649 | |||
| 650 | @media(min-width:1016px) { | ||
| 651 | .translation_compare { | ||
| 652 | flex-direction: row; | ||
| 653 | gap: 2rem; | ||
| 654 | } | ||
| 655 | |||
| 656 | .translation_compare_column { | ||
| 657 | flex: 1; | ||
| 658 | min-width: 0; | ||
| 659 | } | ||
| 660 | } | ||
| 661 | |||
| 640 | table.user_table td.user_login { | 662 | table.user_table td.user_login { |
| 641 | padding-right: 30px; | 663 | padding-right: 30px; |
| 642 | } | 664 | } |
| @@ -834,14 +856,15 @@ form.button_to button[type="submit"] { | |||
| 834 | font-weight: bold; | 856 | font-weight: bold; |
| 835 | } | 857 | } |
| 836 | 858 | ||
| 837 | .preview_link_row { | 859 | .aligned_action_row { |
| 838 | display: flex; | 860 | display: flex; |
| 839 | flex-wrap: wrap; | 861 | flex-wrap: wrap; |
| 840 | align-items: start; | 862 | align-items: start; |
| 841 | gap: 0.5rem; | 863 | gap: 0.5rem; |
| 842 | } | 864 | } |
| 843 | 865 | ||
| 844 | .preview_link_row form.button_to { | 866 | .aligned_action_row .action_button, |
| 867 | .aligned_action_row form.button_to { | ||
| 845 | margin-top: -5px; | 868 | margin-top: -5px; |
| 846 | } | 869 | } |
| 847 | 870 | ||
