Revert "aligning text-logos and header with flexbox"

This reverts commit 2ad2ab503f.
This commit is contained in:
Sam 2015-08-04 14:49:08 +10:00
parent 618f69d919
commit 83593fea58
6 changed files with 10 additions and 26 deletions

View File

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

View File

@ -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;
} }
} }

View File

@ -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;
}
} }
} }

View File

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

View File

@ -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;
} }
} }

View File

@ -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;