mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Revert "aligning text-logos and header with flexbox"
This reverts commit 2ad2ab503f
.
This commit is contained in:
parent
618f69d919
commit
83593fea58
@ -13,11 +13,6 @@
|
|||||||
|
|
||||||
.contents {
|
.contents {
|
||||||
margin: 8px 0;
|
margin: 8px 0;
|
||||||
display: -ms-flexbox;
|
|
||||||
display: flex;
|
|
||||||
|
|
||||||
-ms-flex-align: center;
|
|
||||||
align-items: center;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
@ -39,11 +34,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.panel {
|
.panel {
|
||||||
|
float: right;
|
||||||
position: relative;
|
position: relative;
|
||||||
margin-left: auto;
|
|
||||||
|
|
||||||
-ms-flex-order: 3;
|
|
||||||
order: 3;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.login-button, button.sign-up-button {
|
.login-button, button.sign-up-button {
|
||||||
|
@ -261,12 +261,6 @@ table.md-table {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.small-action {
|
.small-action {
|
||||||
display: -ms-flexbox;
|
|
||||||
display: flex;
|
|
||||||
|
|
||||||
-ms-flex-align: center;
|
|
||||||
align-items: center;
|
|
||||||
|
|
||||||
.topic-avatar {
|
.topic-avatar {
|
||||||
padding: 5px 0;
|
padding: 5px 0;
|
||||||
border-top: none;
|
border-top: none;
|
||||||
@ -280,7 +274,8 @@ table.md-table {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.small-action-desc {
|
.small-action-desc {
|
||||||
padding: 0 1.5%;
|
padding: 0.5em 0 0.5em 4em;
|
||||||
|
margin-top: 5px;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
@ -292,7 +287,7 @@ table.md-table {
|
|||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
p {
|
p {
|
||||||
margin: 0;
|
margin: 5px 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -303,6 +298,7 @@ table.md-table {
|
|||||||
|
|
||||||
> p {
|
> p {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
padding-top: 4px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -27,12 +27,11 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.extra-info-wrapper {
|
.extra-info-wrapper {
|
||||||
-ms-flex-order: 2;
|
|
||||||
order: 2;
|
|
||||||
|
|
||||||
line-height: 1.5;
|
|
||||||
.badge-wrapper {
|
.badge-wrapper {
|
||||||
float: left;
|
float: left;
|
||||||
|
&.bullet {
|
||||||
|
margin-top: 5px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -52,12 +52,8 @@
|
|||||||
|
|
||||||
|
|
||||||
&.bullet { //bullet category style
|
&.bullet { //bullet category style
|
||||||
display: -ms-inline-flexbox;
|
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
|
|
||||||
-ms-flex-align: center;
|
|
||||||
align-items: baseline;
|
align-items: baseline;
|
||||||
|
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
|
|
||||||
span.badge-category {
|
span.badge-category {
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
padding-top: 3px;
|
padding-top: 3px;
|
||||||
height: 60px;
|
height: 60px;
|
||||||
.fa-home {
|
.fa-home {
|
||||||
padding: 0 8px 0 0;
|
padding:8px;
|
||||||
font-size: 2.1em;
|
font-size: 2.1em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -11,6 +11,7 @@
|
|||||||
// some protection for text-only site titles
|
// some protection for text-only site titles
|
||||||
.title {
|
.title {
|
||||||
max-width: 130px;
|
max-width: 130px;
|
||||||
|
height: 39px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
text-overflow: clip;
|
text-overflow: clip;
|
||||||
|
Loading…
Reference in New Issue
Block a user