Browse Source

clean .horizontal-list (#4596)

maTh 3 years ago
parent
commit
3d5b9ac902

+ 0 - 24
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 {

+ 0 - 24
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 {

+ 0 - 3
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;
 		}

+ 0 - 5
p/themes/Ansum/_configuration.scss

@@ -7,11 +7,6 @@
 
 	form {
 		margin: 1rem 0;
-
-		// Extension management
-		.horizontal-list {
-			margin-bottom: 0.5rem;
-		}
 	}
 
 	&.content {

+ 0 - 14
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;
-}

+ 0 - 21
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) {

+ 0 - 21
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) {

+ 0 - 24
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 {

+ 0 - 24
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 {

+ 0 - 24
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 {

+ 0 - 24
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 {

+ 0 - 24
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 {

+ 0 - 24
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 {

+ 0 - 3
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;
 		}

+ 0 - 14
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;
-}

+ 0 - 18
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) {

+ 0 - 18
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) {

+ 0 - 21
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;
 }

+ 0 - 21
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;
 }

+ 0 - 17
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 {

+ 0 - 17
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 {

+ 0 - 24
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 {

+ 0 - 24
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 {

+ 0 - 24
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 {

+ 0 - 24
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 {

+ 0 - 24
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 {

+ 0 - 24
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 {

+ 0 - 19
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;

+ 0 - 19
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;

+ 0 - 23
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 {

+ 0 - 24
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 {

+ 0 - 24
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 {

+ 3 - 0
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 */

+ 3 - 0
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 */