Commit 9ad91fbe by Scott

Align search icon with Ask button, align RSS icon with headings

parent bc784e88
...@@ -418,7 +418,7 @@ blockquote p { ...@@ -418,7 +418,7 @@ blockquote p {
margin: 0 10px 10px; margin: 0 10px 10px;
} }
.qam-search.the-top .qa-search-field { .qam-search.the-top .qa-search-field {
margin-right: -41px; margin-right: -40px;
} }
.qa-error { .qa-error {
...@@ -1017,7 +1017,6 @@ blockquote p { ...@@ -1017,7 +1017,6 @@ blockquote p {
} }
.qa-main h1:first-of-type .qam-title-rss { .qa-main h1:first-of-type .qam-title-rss {
float: right; float: right;
margin: 8px 0 0;
color: #ecf0f1; color: #ecf0f1;
} }
.qa-main h1:first-of-type .qam-title-rss:hover { .qa-main h1:first-of-type .qam-title-rss:hover {
...@@ -4214,6 +4213,9 @@ input[type="submit"], button { ...@@ -4214,6 +4213,9 @@ input[type="submit"], button {
} }
@media (max-width: 979px) { @media (max-width: 979px) {
.qam-ask-mobile {
display: table-cell;
}
.qam-ask-mobile a { .qam-ask-mobile a {
background: #1abc9c; background: #1abc9c;
color: white; color: white;
...@@ -4225,8 +4227,6 @@ input[type="submit"], button { ...@@ -4225,8 +4227,6 @@ input[type="submit"], button {
border: none; border: none;
font-weight: normal; font-weight: normal;
margin: 0; margin: 0;
width: 80%;
float: left;
} }
.qam-ask-mobile a a { .qam-ask-mobile a a {
color: white; color: white;
...@@ -4273,10 +4273,8 @@ input[type="submit"], button { ...@@ -4273,10 +4273,8 @@ input[type="submit"], button {
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: center; background-position: center;
background-color: #1abc9c; background-color: #1abc9c;
width: 20%; width: 64px;
height: 64px; display: table-cell;
display: block;
float: right;
border-left: 1px solid #1dd2af; border-left: 1px solid #1dd2af;
cursor: pointer; cursor: pointer;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment