diff options
| author | 2022-09-18 13:02:07 +0200 | |
|---|---|---|
| committer | 2022-09-18 13:02:07 +0200 | |
| commit | 3d5b9ac9020f4c14803d77ab76a225091628b79a (patch) | |
| tree | 68ad9a7735e5e7e6fd36fe8b18442664d8d7f56e | |
| parent | 27349070003f76493ce13bc4566fa9c018ae5d5c (diff) | |
clean .horizontal-list (#4596)
34 files changed, 6 insertions, 638 deletions
diff --git a/p/themes/Alternative-Dark/adark.css b/p/themes/Alternative-Dark/adark.css index 29098b9b9..58f712403 100644 --- a/p/themes/Alternative-Dark/adark.css +++ b/p/themes/Alternative-Dark/adark.css @@ -289,16 +289,6 @@ a.btn { line-height: 1.5rem; } -/*=== Horizontal-list */ -.horizontal-list { - margin: 0; - padding: 0; -} - -.horizontal-list .item { - vertical-align: middle; -} - /*=== Dropdown */ .dropdown-menu { margin: 5px 0 0; @@ -954,20 +944,6 @@ a.btn { border-bottom: 1px solid #ddd; } -.stat > .horizontal-list { - margin: 0 0 5px; -} - -.stat > .horizontal-list .item { - overflow: hidden; - white-space: nowrap; - text-overflow: ellipsis; -} - -.stat > .horizontal-list .item:first-child { - width: 270px; -} - /*=== LOGS */ /*=========*/ .loglist { diff --git a/p/themes/Alternative-Dark/adark.rtl.css b/p/themes/Alternative-Dark/adark.rtl.css index e46a44129..31dbebff9 100644 --- a/p/themes/Alternative-Dark/adark.rtl.css +++ b/p/themes/Alternative-Dark/adark.rtl.css @@ -289,16 +289,6 @@ a.btn { line-height: 1.5rem; } -/*=== Horizontal-list */ -.horizontal-list { - margin: 0; - padding: 0; -} - -.horizontal-list .item { - vertical-align: middle; -} - /*=== Dropdown */ .dropdown-menu { margin: 5px 0 0; @@ -954,20 +944,6 @@ a.btn { border-bottom: 1px solid #ddd; } -.stat > .horizontal-list { - margin: 0 0 5px; -} - -.stat > .horizontal-list .item { - overflow: hidden; - white-space: nowrap; - text-overflow: ellipsis; -} - -.stat > .horizontal-list .item:first-child { - width: 270px; -} - /*=== LOGS */ /*=========*/ .loglist { diff --git a/p/themes/Ansum/_components.scss b/p/themes/Ansum/_components.scss index 82fbaec59..acb2430ff 100644 --- a/p/themes/Ansum/_components.scss +++ b/p/themes/Ansum/_components.scss @@ -11,12 +11,9 @@ /*=== Horizontal-list */ .horizontal-list { - margin: 0; padding: 0.1rem 0; .item { - vertical-align: middle; - &:first-child { padding-left: 0.5rem; } diff --git a/p/themes/Ansum/_configuration.scss b/p/themes/Ansum/_configuration.scss index f33451c68..fa21ef44e 100644 --- a/p/themes/Ansum/_configuration.scss +++ b/p/themes/Ansum/_configuration.scss @@ -7,11 +7,6 @@ form { margin: 1rem 0; - - // Extension management - .horizontal-list { - margin-bottom: 0.5rem; - } } &.content { diff --git a/p/themes/Ansum/_stats.scss b/p/themes/Ansum/_stats.scss index f98f10234..26dc390d7 100644 --- a/p/themes/Ansum/_stats.scss +++ b/p/themes/Ansum/_stats.scss @@ -16,17 +16,3 @@ .stat > table th { border-bottom: 1px solid variables.$grey-medium-light; } - -.stat > .horizontal-list { - margin: 0 0 5px; -} - -.stat > .horizontal-list .item { - overflow: hidden; - white-space: nowrap; - text-overflow: ellipsis; -} - -.stat > .horizontal-list .item:first-child { - width: 270px; -} diff --git a/p/themes/Ansum/ansum.css b/p/themes/Ansum/ansum.css index 6e301313e..a2c139656 100644 --- a/p/themes/Ansum/ansum.css +++ b/p/themes/Ansum/ansum.css @@ -221,12 +221,8 @@ form th { /*=== Forms */ /*=== Horizontal-list */ .horizontal-list { - margin: 0; padding: 0.1rem 0; } -.horizontal-list .item { - vertical-align: middle; -} .horizontal-list .item:first-child { padding-left: 0.5rem; } @@ -1132,9 +1128,6 @@ main.prompt { .post form { margin: 1rem 0; } -.post form .horizontal-list { - margin-bottom: 0.5rem; -} .post.content { max-width: 550px; } @@ -1243,20 +1236,6 @@ main.prompt { border-bottom: 1px solid #e4d8cc; } -.stat > .horizontal-list { - margin: 0 0 5px; -} - -.stat > .horizontal-list .item { - overflow: hidden; - white-space: nowrap; - text-overflow: ellipsis; -} - -.stat > .horizontal-list .item:first-child { - width: 270px; -} - /*=== MOBILE */ /*===========*/ @media (max-width: 840px) { diff --git a/p/themes/Ansum/ansum.rtl.css b/p/themes/Ansum/ansum.rtl.css index d2255289b..2642a31e6 100644 --- a/p/themes/Ansum/ansum.rtl.css +++ b/p/themes/Ansum/ansum.rtl.css @@ -221,12 +221,8 @@ form th { /*=== Forms */ /*=== Horizontal-list */ .horizontal-list { - margin: 0; padding: 0.1rem 0; } -.horizontal-list .item { - vertical-align: middle; -} .horizontal-list .item:first-child { padding-right: 0.5rem; } @@ -1132,9 +1128,6 @@ main.prompt { .post form { margin: 1rem 0; } -.post form .horizontal-list { - margin-bottom: 0.5rem; -} .post.content { max-width: 550px; } @@ -1243,20 +1236,6 @@ main.prompt { border-bottom: 1px solid #e4d8cc; } -.stat > .horizontal-list { - margin: 0 0 5px; -} - -.stat > .horizontal-list .item { - overflow: hidden; - white-space: nowrap; - text-overflow: ellipsis; -} - -.stat > .horizontal-list .item:first-child { - width: 270px; -} - /*=== MOBILE */ /*===========*/ @media (max-width: 840px) { diff --git a/p/themes/BlueLagoon/BlueLagoon.css b/p/themes/BlueLagoon/BlueLagoon.css index 4b22fc00d..02ada4708 100644 --- a/p/themes/BlueLagoon/BlueLagoon.css +++ b/p/themes/BlueLagoon/BlueLagoon.css @@ -343,16 +343,6 @@ a.btn { line-height: 1.5rem; } -/*=== Horizontal-list */ -.horizontal-list { - margin: 0; - padding: 0; -} - -.horizontal-list .item { - vertical-align: middle; -} - /*=== Dropdown */ .dropdown-menu { margin: 5px 0 0; @@ -1134,20 +1124,6 @@ a.btn { box-shadow: 0 1px #fff; } -.stat > .horizontal-list { - margin: 0 0 5px; -} - -.stat > .horizontal-list .item { - overflow: hidden; - white-space: nowrap; - text-overflow: ellipsis; -} - -.stat > .horizontal-list .item:first-child { - width: 250px; -} - /*=== LOGS */ /*=========*/ .loglist { diff --git a/p/themes/BlueLagoon/BlueLagoon.rtl.css b/p/themes/BlueLagoon/BlueLagoon.rtl.css index 7c2a81e13..e895681ce 100644 --- a/p/themes/BlueLagoon/BlueLagoon.rtl.css +++ b/p/themes/BlueLagoon/BlueLagoon.rtl.css @@ -343,16 +343,6 @@ a.btn { line-height: 1.5rem; } -/*=== Horizontal-list */ -.horizontal-list { - margin: 0; - padding: 0; -} - -.horizontal-list .item { - vertical-align: middle; -} - /*=== Dropdown */ .dropdown-menu { margin: 5px 0 0; @@ -1134,20 +1124,6 @@ a.btn { box-shadow: 0 1px #fff; } -.stat > .horizontal-list { - margin: 0 0 5px; -} - -.stat > .horizontal-list .item { - overflow: hidden; - white-space: nowrap; - text-overflow: ellipsis; -} - -.stat > .horizontal-list .item:first-child { - width: 250px; -} - /*=== LOGS */ /*=========*/ .loglist { diff --git a/p/themes/Dark/dark.css b/p/themes/Dark/dark.css index 327a3ef1e..685134604 100644 --- a/p/themes/Dark/dark.css +++ b/p/themes/Dark/dark.css @@ -341,16 +341,6 @@ a.btn { line-height: 1.5rem; } -/*=== Horizontal-list */ -.horizontal-list { - margin: 0; - padding: 0; -} - -.horizontal-list .item { - vertical-align: middle; -} - /*=== Dropdown */ .dropdown-menu { margin: 5px 0 0; @@ -1012,20 +1002,6 @@ a.btn { border-bottom: 1px solid #333; } -.stat > .horizontal-list { - margin: 0 0 5px; -} - -.stat > .horizontal-list .item { - overflow: hidden; - white-space: nowrap; - text-overflow: ellipsis; -} - -.stat > .horizontal-list .item:first-child { - width: 270px; -} - /*=== LOGS */ /*=========*/ .loglist { diff --git a/p/themes/Dark/dark.rtl.css b/p/themes/Dark/dark.rtl.css index 36405d350..6616048f6 100644 --- a/p/themes/Dark/dark.rtl.css +++ b/p/themes/Dark/dark.rtl.css @@ -341,16 +341,6 @@ a.btn { line-height: 1.5rem; } -/*=== Horizontal-list */ -.horizontal-list { - margin: 0; - padding: 0; -} - -.horizontal-list .item { - vertical-align: middle; -} - /*=== Dropdown */ .dropdown-menu { margin: 5px 0 0; @@ -1012,20 +1002,6 @@ a.btn { border-bottom: 1px solid #333; } -.stat > .horizontal-list { - margin: 0 0 5px; -} - -.stat > .horizontal-list .item { - overflow: hidden; - white-space: nowrap; - text-overflow: ellipsis; -} - -.stat > .horizontal-list .item:first-child { - width: 270px; -} - /*=== LOGS */ /*=========*/ .loglist { diff --git a/p/themes/Flat/flat.css b/p/themes/Flat/flat.css index 4a0dcc9dc..b359f09ab 100644 --- a/p/themes/Flat/flat.css +++ b/p/themes/Flat/flat.css @@ -331,16 +331,6 @@ a.btn { line-height: 1.5rem; } -/*=== Horizontal-list */ -.horizontal-list { - margin: 0; - padding: 0; -} - -.horizontal-list .item { - vertical-align: middle; -} - /*=== Dropdown */ .dropdown-menu { margin: 0.5rem 0 0; @@ -1019,20 +1009,6 @@ a.btn { border-bottom: 1px solid #ddd; } -.stat > .horizontal-list { - margin: 0 0 5px; -} - -.stat > .horizontal-list .item { - overflow: hidden; - white-space: nowrap; - text-overflow: ellipsis; -} - -.stat > .horizontal-list .item:first-child { - width: 270px; -} - /*=== LOGS */ /*=========*/ .loglist { diff --git a/p/themes/Flat/flat.rtl.css b/p/themes/Flat/flat.rtl.css index 99b6f4f32..4b22fd3b3 100644 --- a/p/themes/Flat/flat.rtl.css +++ b/p/themes/Flat/flat.rtl.css @@ -331,16 +331,6 @@ a.btn { line-height: 1.5rem; } -/*=== Horizontal-list */ -.horizontal-list { - margin: 0; - padding: 0; -} - -.horizontal-list .item { - vertical-align: middle; -} - /*=== Dropdown */ .dropdown-menu { margin: 0.5rem 0 0; @@ -1019,20 +1009,6 @@ a.btn { border-bottom: 1px solid #ddd; } -.stat > .horizontal-list { - margin: 0 0 5px; -} - -.stat > .horizontal-list .item { - overflow: hidden; - white-space: nowrap; - text-overflow: ellipsis; -} - -.stat > .horizontal-list .item:first-child { - width: 270px; -} - /*=== LOGS */ /*=========*/ .loglist { diff --git a/p/themes/Mapco/_components.scss b/p/themes/Mapco/_components.scss index c3698659b..594ef4371 100644 --- a/p/themes/Mapco/_components.scss +++ b/p/themes/Mapco/_components.scss @@ -11,12 +11,9 @@ /*=== Horizontal-list */ .horizontal-list { - margin: 0; padding: 0.1rem 0; .item { - vertical-align: middle; - &:first-child { padding-left: 0.5rem; } diff --git a/p/themes/Mapco/_stats.scss b/p/themes/Mapco/_stats.scss index f98f10234..26dc390d7 100644 --- a/p/themes/Mapco/_stats.scss +++ b/p/themes/Mapco/_stats.scss @@ -16,17 +16,3 @@ .stat > table th { border-bottom: 1px solid variables.$grey-medium-light; } - -.stat > .horizontal-list { - margin: 0 0 5px; -} - -.stat > .horizontal-list .item { - overflow: hidden; - white-space: nowrap; - text-overflow: ellipsis; -} - -.stat > .horizontal-list .item:first-child { - width: 270px; -} diff --git a/p/themes/Mapco/mapco.css b/p/themes/Mapco/mapco.css index ea7ac5769..2289ec5a1 100644 --- a/p/themes/Mapco/mapco.css +++ b/p/themes/Mapco/mapco.css @@ -220,12 +220,8 @@ form th { /*=== Forms */ /*=== Horizontal-list */ .horizontal-list { - margin: 0; padding: 0.1rem 0; } -.horizontal-list .item { - vertical-align: middle; -} .horizontal-list .item:first-child { padding-left: 0.5rem; } @@ -1269,20 +1265,6 @@ main.prompt { border-bottom: 1px solid #d5d8db; } -.stat > .horizontal-list { - margin: 0 0 5px; -} - -.stat > .horizontal-list .item { - overflow: hidden; - white-space: nowrap; - text-overflow: ellipsis; -} - -.stat > .horizontal-list .item:first-child { - width: 270px; -} - /*=== MOBILE */ /*===========*/ @media (max-width: 840px) { diff --git a/p/themes/Mapco/mapco.rtl.css b/p/themes/Mapco/mapco.rtl.css index c7e895805..d06f9fe92 100644 --- a/p/themes/Mapco/mapco.rtl.css +++ b/p/themes/Mapco/mapco.rtl.css @@ -220,12 +220,8 @@ form th { /*=== Forms */ /*=== Horizontal-list */ .horizontal-list { - margin: 0; padding: 0.1rem 0; } -.horizontal-list .item { - vertical-align: middle; -} .horizontal-list .item:first-child { padding-right: 0.5rem; } @@ -1269,20 +1265,6 @@ main.prompt { border-bottom: 1px solid #d5d8db; } -.stat > .horizontal-list { - margin: 0 0 5px; -} - -.stat > .horizontal-list .item { - overflow: hidden; - white-space: nowrap; - text-overflow: ellipsis; -} - -.stat > .horizontal-list .item:first-child { - width: 270px; -} - /*=== MOBILE */ /*===========*/ @media (max-width: 840px) { diff --git a/p/themes/Nord/nord.css b/p/themes/Nord/nord.css index b5d03e081..9456da5f4 100644 --- a/p/themes/Nord/nord.css +++ b/p/themes/Nord/nord.css @@ -215,12 +215,6 @@ a.btn { line-height: 1.5rem; } -/*=== Horizontal-list */ -.horizontal-list { - margin: 0; - padding: 0; -} - .dropdown-menu { margin: 5px 0 0; padding: 5px 0; @@ -743,21 +737,6 @@ li.item.active { text-align: center; } -.stat > .horizontal-list { - margin: 0 0 5px; -} - -.stat > .horizontal-list .item { - overflow: hidden; - white-space: nowrap; - text-overflow: ellipsis; -} - -.stat > .horizontal-list .item:first-child { - width: 250px; -} - - .stat { margin: 10px 0 20px; } diff --git a/p/themes/Nord/nord.rtl.css b/p/themes/Nord/nord.rtl.css index 636874e05..502e11acc 100644 --- a/p/themes/Nord/nord.rtl.css +++ b/p/themes/Nord/nord.rtl.css @@ -215,12 +215,6 @@ a.btn { line-height: 1.5rem; } -/*=== Horizontal-list */ -.horizontal-list { - margin: 0; - padding: 0; -} - .dropdown-menu { margin: 5px 0 0; padding: 5px 0; @@ -743,21 +737,6 @@ li.item.active { text-align: center; } -.stat > .horizontal-list { - margin: 0 0 5px; -} - -.stat > .horizontal-list .item { - overflow: hidden; - white-space: nowrap; - text-overflow: ellipsis; -} - -.stat > .horizontal-list .item:first-child { - width: 250px; -} - - .stat { margin: 10px 0 20px; } diff --git a/p/themes/Origine-compact/origine-compact.css b/p/themes/Origine-compact/origine-compact.css index 8e11594a1..aa003c81f 100644 --- a/p/themes/Origine-compact/origine-compact.css +++ b/p/themes/Origine-compact/origine-compact.css @@ -344,13 +344,10 @@ a.btn, /*=== Horizontal-list */ .horizontal-list { - margin: 0; - padding: 0; font-size: 0.9rem; } .horizontal-list .item { - vertical-align: middle; line-height: 30px; } @@ -1075,20 +1072,6 @@ a.btn, border-bottom: 1px solid #ddd; } -.stat > .horizontal-list { - margin: 0 0 5px; -} - -.stat > .horizontal-list .item { - overflow: hidden; - white-space: nowrap; - text-overflow: ellipsis; -} - -.stat > .horizontal-list .item:first-child { - width: 270px; -} - /*=== LOGS */ /*=========*/ .loglist { diff --git a/p/themes/Origine-compact/origine-compact.rtl.css b/p/themes/Origine-compact/origine-compact.rtl.css index ac01ded81..d01ed8097 100644 --- a/p/themes/Origine-compact/origine-compact.rtl.css +++ b/p/themes/Origine-compact/origine-compact.rtl.css @@ -344,13 +344,10 @@ a.btn, /*=== Horizontal-list */ .horizontal-list { - margin: 0; - padding: 0; font-size: 0.9rem; } .horizontal-list .item { - vertical-align: middle; line-height: 30px; } @@ -1075,20 +1072,6 @@ a.btn, border-bottom: 1px solid #ddd; } -.stat > .horizontal-list { - margin: 0 0 5px; -} - -.stat > .horizontal-list .item { - overflow: hidden; - white-space: nowrap; - text-overflow: ellipsis; -} - -.stat > .horizontal-list .item:first-child { - width: 270px; -} - /*=== LOGS */ /*=========*/ .loglist { diff --git a/p/themes/Origine/origine.css b/p/themes/Origine/origine.css index 7efa01853..213b3c716 100644 --- a/p/themes/Origine/origine.css +++ b/p/themes/Origine/origine.css @@ -335,16 +335,6 @@ a.btn { line-height: 1.5rem; } -/*=== Horizontal-list */ -.horizontal-list { - margin: 0; - padding: 0; -} - -.horizontal-list .item { - vertical-align: middle; -} - /*=== Dropdown */ .dropdown-menu { margin: 5px 0 0; @@ -997,20 +987,6 @@ a.btn { border-bottom: 1px solid #ddd; } -.stat > .horizontal-list { - margin: 0 0 5px; -} - -.stat > .horizontal-list .item { - overflow: hidden; - white-space: nowrap; - text-overflow: ellipsis; -} - -.stat > .horizontal-list .item:first-child { - width: 270px; -} - /*=== LOGS */ /*=========*/ .pagination .item.active { diff --git a/p/themes/Origine/origine.rtl.css b/p/themes/Origine/origine.rtl.css index d1d30556e..8c5e11ebe 100644 --- a/p/themes/Origine/origine.rtl.css +++ b/p/themes/Origine/origine.rtl.css @@ -335,16 +335,6 @@ a.btn { line-height: 1.5rem; } -/*=== Horizontal-list */ -.horizontal-list { - margin: 0; - padding: 0; -} - -.horizontal-list .item { - vertical-align: middle; -} - /*=== Dropdown */ .dropdown-menu { margin: 5px 0 0; @@ -997,20 +987,6 @@ a.btn { border-bottom: 1px solid #ddd; } -.stat > .horizontal-list { - margin: 0 0 5px; -} - -.stat > .horizontal-list .item { - overflow: hidden; - white-space: nowrap; - text-overflow: ellipsis; -} - -.stat > .horizontal-list .item:first-child { - width: 270px; -} - /*=== LOGS */ /*=========*/ .pagination .item.active { diff --git a/p/themes/Pafat/pafat.css b/p/themes/Pafat/pafat.css index c1744d8ea..28fa03c86 100644 --- a/p/themes/Pafat/pafat.css +++ b/p/themes/Pafat/pafat.css @@ -302,16 +302,6 @@ a.btn { line-height: 1.5rem; } -/*=== Horizontal-list */ -.horizontal-list { - margin: 0; - padding: 0; -} - -.horizontal-list .item { - vertical-align: middle; -} - /*=== Dropdown */ .dropdown-menu { margin: 5px 0 0; @@ -996,20 +986,6 @@ a.signin { text-align: center; } -.stat > .horizontal-list { - margin: 0 0 5px; -} - -.stat > .horizontal-list .item { - overflow: hidden; - white-space: nowrap; - text-overflow: ellipsis; -} - -.stat > .horizontal-list .item:first-child { - width: 250px; -} - /*=== LOGS */ /*=========*/ .loglist { diff --git a/p/themes/Pafat/pafat.rtl.css b/p/themes/Pafat/pafat.rtl.css index cceec0894..457676340 100644 --- a/p/themes/Pafat/pafat.rtl.css +++ b/p/themes/Pafat/pafat.rtl.css @@ -302,16 +302,6 @@ a.btn { line-height: 1.5rem; } -/*=== Horizontal-list */ -.horizontal-list { - margin: 0; - padding: 0; -} - -.horizontal-list .item { - vertical-align: middle; -} - /*=== Dropdown */ .dropdown-menu { margin: 5px 0 0; @@ -996,20 +986,6 @@ a.signin { text-align: center; } -.stat > .horizontal-list { - margin: 0 0 5px; -} - -.stat > .horizontal-list .item { - overflow: hidden; - white-space: nowrap; - text-overflow: ellipsis; -} - -.stat > .horizontal-list .item:first-child { - width: 250px; -} - /*=== LOGS */ /*=========*/ .loglist { diff --git a/p/themes/Screwdriver/screwdriver.css b/p/themes/Screwdriver/screwdriver.css index 025266527..fc451d2d4 100644 --- a/p/themes/Screwdriver/screwdriver.css +++ b/p/themes/Screwdriver/screwdriver.css @@ -347,16 +347,6 @@ a.btn { line-height: 1.5rem; } -/*=== Horizontal-list */ -.horizontal-list { - margin: 0; - padding: 0; -} - -.horizontal-list .item { - vertical-align: middle; -} - /*=== Dropdown */ .dropdown-menu { margin: 5px 0 0; @@ -1111,20 +1101,6 @@ a.btn { box-shadow: 0 1px #fff; } -.stat > .horizontal-list { - margin: 0 0 5px; -} - -.stat > .horizontal-list .item { - overflow: hidden; - white-space: nowrap; - text-overflow: ellipsis; -} - -.stat > .horizontal-list .item:first-child { - width: 250px; -} - /*=== LOGS */ /*=========*/ .loglist { diff --git a/p/themes/Screwdriver/screwdriver.rtl.css b/p/themes/Screwdriver/screwdriver.rtl.css index af5b631e0..fdbc0729b 100644 --- a/p/themes/Screwdriver/screwdriver.rtl.css +++ b/p/themes/Screwdriver/screwdriver.rtl.css @@ -347,16 +347,6 @@ a.btn { line-height: 1.5rem; } -/*=== Horizontal-list */ -.horizontal-list { - margin: 0; - padding: 0; -} - -.horizontal-list .item { - vertical-align: middle; -} - /*=== Dropdown */ .dropdown-menu { margin: 5px 0 0; @@ -1111,20 +1101,6 @@ a.btn { box-shadow: 0 1px #fff; } -.stat > .horizontal-list { - margin: 0 0 5px; -} - -.stat > .horizontal-list .item { - overflow: hidden; - white-space: nowrap; - text-overflow: ellipsis; -} - -.stat > .horizontal-list .item:first-child { - width: 250px; -} - /*=== LOGS */ /*=========*/ .loglist { diff --git a/p/themes/Swage/swage.css b/p/themes/Swage/swage.css index 5c11de4c0..67a4d3f0d 100644 --- a/p/themes/Swage/swage.css +++ b/p/themes/Swage/swage.css @@ -347,14 +347,6 @@ form th { line-height: 1.5rem; } -.horizontal-list { - margin: 0; - padding: 0; -} -.horizontal-list .item { - vertical-align: middle; -} - .dropdown-menu { padding: 0.5rem 0 1rem 0; font-size: 0.8rem; @@ -934,17 +926,6 @@ form th { .stat > table th { border-bottom: 1px solid #e3e3e3; } -.stat > .horizontal-list { - margin: 0 0 5px; -} -.stat > .horizontal-list .item { - overflow: hidden; - white-space: nowrap; - text-overflow: ellipsis; -} -.stat > .horizontal-list .item:first-child { - width: 270px; -} #overlay { z-index: 100; diff --git a/p/themes/Swage/swage.rtl.css b/p/themes/Swage/swage.rtl.css index 49ee37bc9..ed9d6ac07 100644 --- a/p/themes/Swage/swage.rtl.css +++ b/p/themes/Swage/swage.rtl.css @@ -347,14 +347,6 @@ form th { line-height: 1.5rem; } -.horizontal-list { - margin: 0; - padding: 0; -} -.horizontal-list .item { - vertical-align: middle; -} - .dropdown-menu { padding: 0.5rem 0 1rem 0; font-size: 0.8rem; @@ -934,17 +926,6 @@ form th { .stat > table th { border-bottom: 1px solid #e3e3e3; } -.stat > .horizontal-list { - margin: 0 0 5px; -} -.stat > .horizontal-list .item { - overflow: hidden; - white-space: nowrap; - text-overflow: ellipsis; -} -.stat > .horizontal-list .item:first-child { - width: 270px; -} #overlay { z-index: 100; diff --git a/p/themes/Swage/swage.scss b/p/themes/Swage/swage.scss index 55454ba36..81dedaafb 100644 --- a/p/themes/Swage/swage.scss +++ b/p/themes/Swage/swage.scss @@ -446,15 +446,6 @@ form { } } -.horizontal-list { - margin: 0; - padding: 0; - - .item { - vertical-align: middle; - } -} - .dropdown-menu { padding: 0.5rem 0 1rem 0; font-size: 0.8rem; @@ -1187,20 +1178,6 @@ form { border-bottom: 1px solid color.adjust( $color_light, $lightness: -10%); } } - - > .horizontal-list { - margin: 0 0 5px; - - .item { - overflow: hidden; - white-space: nowrap; - text-overflow: ellipsis; - - &:first-child { - width: 270px; - } - } - } } #overlay { diff --git a/p/themes/base-theme/base.css b/p/themes/base-theme/base.css index 9393b2f27..2c40e28d8 100644 --- a/p/themes/base-theme/base.css +++ b/p/themes/base-theme/base.css @@ -239,16 +239,6 @@ a.btn { line-height: 1.5rem; } -/*=== Horizontal-list */ -.horizontal-list { - margin: 0; - padding: 0; -} - -.horizontal-list .item { - vertical-align: middle; -} - /*=== Dropdown */ .dropdown-menu { margin: 5px 0 0; @@ -810,20 +800,6 @@ a.btn { text-align: center; } -.stat > .horizontal-list { - margin: 0 0 5px; -} - -.stat > .horizontal-list .item { - overflow: hidden; - white-space: nowrap; - text-overflow: ellipsis; -} - -.stat > .horizontal-list .item:first-child { - width: 250px; -} - /*=== LOGS */ /*=========*/ .loglist { diff --git a/p/themes/base-theme/base.rtl.css b/p/themes/base-theme/base.rtl.css index 058560516..190fe0b89 100644 --- a/p/themes/base-theme/base.rtl.css +++ b/p/themes/base-theme/base.rtl.css @@ -239,16 +239,6 @@ a.btn { line-height: 1.5rem; } -/*=== Horizontal-list */ -.horizontal-list { - margin: 0; - padding: 0; -} - -.horizontal-list .item { - vertical-align: middle; -} - /*=== Dropdown */ .dropdown-menu { margin: 5px 0 0; @@ -810,20 +800,6 @@ a.btn { text-align: center; } -.stat > .horizontal-list { - margin: 0 0 5px; -} - -.stat > .horizontal-list .item { - overflow: hidden; - white-space: nowrap; - text-overflow: ellipsis; -} - -.stat > .horizontal-list .item:first-child { - width: 250px; -} - /*=== LOGS */ /*=========*/ .loglist { diff --git a/p/themes/base-theme/template.css b/p/themes/base-theme/template.css index ea2816ebe..cab0719f0 100644 --- a/p/themes/base-theme/template.css +++ b/p/themes/base-theme/template.css @@ -532,6 +532,8 @@ input[type="checkbox"]:focus-visible { /*=== Horizontal-list */ .horizontal-list { + margin: 0; + padding: 0; display: table; table-layout: fixed; width: 100%; @@ -539,6 +541,7 @@ input[type="checkbox"]:focus-visible { .horizontal-list .item { display: table-cell; + vertical-align: middle; } /*=== manage-list */ diff --git a/p/themes/base-theme/template.rtl.css b/p/themes/base-theme/template.rtl.css index 5057baf56..2dfe58afe 100644 --- a/p/themes/base-theme/template.rtl.css +++ b/p/themes/base-theme/template.rtl.css @@ -532,6 +532,8 @@ input[type="checkbox"]:focus-visible { /*=== Horizontal-list */ .horizontal-list { + margin: 0; + padding: 0; display: table; table-layout: fixed; width: 100%; @@ -539,6 +541,7 @@ input[type="checkbox"]:focus-visible { .horizontal-list .item { display: table-cell; + vertical-align: middle; } /*=== manage-list */ |
