|
|
@@ -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) {
|