diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-08-02 14:31:50 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-08-02 14:31:50 +0200 |
| commit | dab53a1ef28ecc281d574b50d3433e806db375cd (patch) | |
| tree | 54970ba3fda4907b61b7e44e176a322ca29ade63 /public/stylesheets/admin.css | |
| parent | 097a211bbe15127c36e93bde9c8ca2f112f7db0e (diff) | |
Keep the compared translation independent of the interface language
Diffstat (limited to 'public/stylesheets/admin.css')
| -rw-r--r-- | public/stylesheets/admin.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/public/stylesheets/admin.css b/public/stylesheets/admin.css index f415379a..39badaa6 100644 --- a/public/stylesheets/admin.css +++ b/public/stylesheets/admin.css | |||
| @@ -1019,6 +1019,19 @@ div.layout_row_content { | |||
| 1019 | height: 1.25rem; | 1019 | height: 1.25rem; |
| 1020 | } | 1020 | } |
| 1021 | 1021 | ||
| 1022 | .diff_step_bar .disabled_action { | ||
| 1023 | border: none; | ||
| 1024 | padding: 0; | ||
| 1025 | font-weight: normal; | ||
| 1026 | } | ||
| 1027 | |||
| 1028 | .diff_step_bar > a, | ||
| 1029 | .diff_step_bar .disabled_action { | ||
| 1030 | display: inline-flex; | ||
| 1031 | justify-content: center; | ||
| 1032 | min-width: 8ch; | ||
| 1033 | } | ||
| 1034 | |||
| 1022 | .info_group_items { | 1035 | .info_group_items { |
| 1023 | display: flex; | 1036 | display: flex; |
| 1024 | flex-wrap: wrap; | 1037 | flex-wrap: wrap; |
