fixed css for the search drop menu
Change-Id: If6d59d9ba2df3d699a2faf6b05dadf5dbe1511bd
This commit is contained in:
parent
72e4b2d933
commit
ff4fdc957a
@ -226,13 +226,18 @@ h1.section-title,
|
|||||||
#searchBar {
|
#searchBar {
|
||||||
@include box-shadow(inset #eee 1px 1px 2px 1px);
|
@include box-shadow(inset #eee 1px 1px 2px 1px);
|
||||||
}
|
}
|
||||||
.search-drop-menu .footer button {
|
.search-drop-menu {
|
||||||
padding: 2px 6px 3px;
|
position: relative;
|
||||||
@include background(linear-gradient(white, #F3F3F3 5%, rgb(245, 133, 12)));
|
bottom: -42px;
|
||||||
@include box-shadow(0 0 2px 2px white);
|
&.waiting {
|
||||||
@include text-shadow(0 0 0);
|
bottom: -42px;
|
||||||
}
|
}
|
||||||
.search-drop-menu .footer button:hover {
|
.footer button {
|
||||||
|
padding: 2px 6px 3px;
|
||||||
|
@include background(linear-gradient(white, #F3F3F3 5%, rgb(245, 133, 12)));
|
||||||
|
@include box-shadow(0 0 2px 2px white);
|
||||||
|
@include text-shadow(0 0 0);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#ContentRight {
|
#ContentRight {
|
||||||
|
@ -287,6 +287,15 @@ h1.section-title,
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* line 229, ../sass/extra.scss */
|
/* line 229, ../sass/extra.scss */
|
||||||
|
.search-drop-menu {
|
||||||
|
position: relative;
|
||||||
|
bottom: -42px;
|
||||||
|
}
|
||||||
|
/* line 232, ../sass/extra.scss */
|
||||||
|
.search-drop-menu.waiting {
|
||||||
|
bottom: -42px;
|
||||||
|
}
|
||||||
|
/* line 235, ../sass/extra.scss */
|
||||||
.search-drop-menu .footer button {
|
.search-drop-menu .footer button {
|
||||||
padding: 2px 6px 3px;
|
padding: 2px 6px 3px;
|
||||||
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(5%, #f3f3f3), color-stop(100%, #f5850c));
|
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(5%, #f3f3f3), color-stop(100%, #f5850c));
|
||||||
@ -300,24 +309,24 @@ h1.section-title,
|
|||||||
text-shadow: 0 0 0;
|
text-shadow: 0 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* line 238, ../sass/extra.scss */
|
/* line 243, ../sass/extra.scss */
|
||||||
#ContentRight {
|
#ContentRight {
|
||||||
margin-top: -56px;
|
margin-top: -56px;
|
||||||
margin-bottom: 56px;
|
margin-bottom: 56px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* line 242, ../sass/extra.scss */
|
/* line 247, ../sass/extra.scss */
|
||||||
#ContentLeft {
|
#ContentLeft {
|
||||||
padding-bottom: 0;
|
padding-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* line 248, ../sass/extra.scss */
|
/* line 253, ../sass/extra.scss */
|
||||||
.box h2,
|
.box h2,
|
||||||
.box .contributorback {
|
.box .contributorback {
|
||||||
background: none;
|
background: none;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
/* line 256, ../sass/extra.scss */
|
/* line 261, ../sass/extra.scss */
|
||||||
.box .inputs #interestingTagInput,
|
.box .inputs #interestingTagInput,
|
||||||
.box .inputs #ignoredTagInput,
|
.box .inputs #ignoredTagInput,
|
||||||
.box .inputs #subscribedTagInput,
|
.box .inputs #subscribedTagInput,
|
||||||
@ -327,7 +336,7 @@ h1.section-title,
|
|||||||
line-height: 23px;
|
line-height: 23px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* line 265, ../sass/extra.scss */
|
/* line 270, ../sass/extra.scss */
|
||||||
input[type="submit"].searchBtn,
|
input[type="submit"].searchBtn,
|
||||||
input.cancelSearchBtn {
|
input.cancelSearchBtn {
|
||||||
border: 0;
|
border: 0;
|
||||||
@ -338,7 +347,7 @@ input.cancelSearchBtn {
|
|||||||
right: -500px;
|
right: -500px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* line 273, ../sass/extra.scss */
|
/* line 278, ../sass/extra.scss */
|
||||||
#searchBar input[type="button"].cancelSearchBtn {
|
#searchBar input[type="button"].cancelSearchBtn {
|
||||||
right: 8px;
|
right: 8px;
|
||||||
border: none !important;
|
border: none !important;
|
||||||
@ -350,7 +359,7 @@ input.cancelSearchBtn {
|
|||||||
width: 32px !important;
|
width: 32px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* line 287, ../sass/extra.scss */
|
/* line 292, ../sass/extra.scss */
|
||||||
button,
|
button,
|
||||||
input[type="submit"],
|
input[type="submit"],
|
||||||
input[type="button"],
|
input[type="button"],
|
||||||
@ -383,46 +392,46 @@ input[type="reset"],
|
|||||||
border-left-color: #bababa !important;
|
border-left-color: #bababa !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* line 307, ../sass/extra.scss */
|
/* line 312, ../sass/extra.scss */
|
||||||
.comments input[type="submit"],
|
.comments input[type="submit"],
|
||||||
.comments .controls a.button {
|
.comments .controls a.button {
|
||||||
color: #4b4b4b !important;
|
color: #4b4b4b !important;
|
||||||
border: none !important;
|
border: none !important;
|
||||||
}
|
}
|
||||||
/* line 310, ../sass/extra.scss */
|
/* line 315, ../sass/extra.scss */
|
||||||
.comments input[type="submit"]:hover,
|
.comments input[type="submit"]:hover,
|
||||||
.comments .controls a.button:hover {
|
.comments .controls a.button:hover {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
/* line 314, ../sass/extra.scss */
|
/* line 319, ../sass/extra.scss */
|
||||||
.comments input[type="submit"] {
|
.comments input[type="submit"] {
|
||||||
color: #1b71bd;
|
color: #1b71bd;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* line 318, ../sass/extra.scss */
|
/* line 323, ../sass/extra.scss */
|
||||||
input[type="submit"].link {
|
input[type="submit"].link {
|
||||||
border: none !important;
|
border: none !important;
|
||||||
color: 4b4b4b !important;
|
color: 4b4b4b !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* line 323, ../sass/extra.scss */
|
/* line 328, ../sass/extra.scss */
|
||||||
#footer {
|
#footer {
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
}
|
}
|
||||||
/* line 326, ../sass/extra.scss */
|
/* line 331, ../sass/extra.scss */
|
||||||
#footer .span-4,
|
#footer .span-4,
|
||||||
#footer .span-8 {
|
#footer .span-8 {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
/* line 329, ../sass/extra.scss */
|
/* line 334, ../sass/extra.scss */
|
||||||
#footer .span-4 {
|
#footer .span-4 {
|
||||||
width: 17%;
|
width: 17%;
|
||||||
}
|
}
|
||||||
/* line 332, ../sass/extra.scss */
|
/* line 337, ../sass/extra.scss */
|
||||||
#footer .span-8 {
|
#footer .span-8 {
|
||||||
width: 32%;
|
width: 32%;
|
||||||
}
|
}
|
||||||
/* line 339, ../sass/extra.scss */
|
/* line 344, ../sass/extra.scss */
|
||||||
#footer a,
|
#footer a,
|
||||||
#footer a:active,
|
#footer a:active,
|
||||||
#footer a:hover,
|
#footer a:hover,
|
||||||
@ -432,42 +441,42 @@ input[type="submit"].link {
|
|||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
line-height: 18px;
|
line-height: 18px;
|
||||||
}
|
}
|
||||||
/* line 344, ../sass/extra.scss */
|
/* line 349, ../sass/extra.scss */
|
||||||
#footer p {
|
#footer p {
|
||||||
margin-top: 14px;
|
margin-top: 14px;
|
||||||
}
|
}
|
||||||
/* line 347, ../sass/extra.scss */
|
/* line 352, ../sass/extra.scss */
|
||||||
#footer h3 {
|
#footer h3 {
|
||||||
color: #de0000;
|
color: #de0000;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
margin: 0 0 8px 0;
|
margin: 0 0 8px 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
/* line 353, ../sass/extra.scss */
|
/* line 358, ../sass/extra.scss */
|
||||||
#footer ul {
|
#footer ul {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
/* line 357, ../sass/extra.scss */
|
/* line 362, ../sass/extra.scss */
|
||||||
#footer textarea {
|
#footer textarea {
|
||||||
display: block;
|
display: block;
|
||||||
margin: 12px 0 10px;
|
margin: 12px 0 10px;
|
||||||
width: 80%;
|
width: 80%;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* line 364, ../sass/extra.scss */
|
/* line 369, ../sass/extra.scss */
|
||||||
.pager,
|
.pager,
|
||||||
.paginator {
|
.paginator {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
padding-bottom: 0;
|
padding-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* line 369, ../sass/extra.scss */
|
/* line 374, ../sass/extra.scss */
|
||||||
.post-comments .submit {
|
.post-comments .submit {
|
||||||
line-height: inherit;
|
line-height: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* line 381, ../sass/extra.scss */
|
/* line 386, ../sass/extra.scss */
|
||||||
body.lang-zh_CN .box .inputs #interestingTagInput,
|
body.lang-zh_CN .box .inputs #interestingTagInput,
|
||||||
body.lang-zh_CN .box .inputs #ignoredTagInput,
|
body.lang-zh_CN .box .inputs #ignoredTagInput,
|
||||||
body.lang-zh_CN .box .inputs #subscribedTagInput,
|
body.lang-zh_CN .box .inputs #subscribedTagInput,
|
||||||
@ -482,7 +491,7 @@ body.lang-zh .box .inputs #subscribedTagInput,
|
|||||||
body.lang-zh .box .inputs #ab-tag-search {
|
body.lang-zh .box .inputs #ab-tag-search {
|
||||||
width: 121px;
|
width: 121px;
|
||||||
}
|
}
|
||||||
/* line 388, ../sass/extra.scss */
|
/* line 393, ../sass/extra.scss */
|
||||||
body.lang-zh_CN .scopes-True-True-True #searchBar,
|
body.lang-zh_CN .scopes-True-True-True #searchBar,
|
||||||
body.lang-zh_CN .scopes-True-True-True .search-drop-menu,
|
body.lang-zh_CN .scopes-True-True-True .search-drop-menu,
|
||||||
body.lang-zh-cn .scopes-True-True-True #searchBar,
|
body.lang-zh-cn .scopes-True-True-True #searchBar,
|
||||||
@ -491,7 +500,7 @@ body.lang-zh .scopes-True-True-True #searchBar,
|
|||||||
body.lang-zh .scopes-True-True-True .search-drop-menu {
|
body.lang-zh .scopes-True-True-True .search-drop-menu {
|
||||||
margin-left: 185px;
|
margin-left: 185px;
|
||||||
}
|
}
|
||||||
/* line 394, ../sass/extra.scss */
|
/* line 399, ../sass/extra.scss */
|
||||||
body.lang-zh_CN .scopes-True-True-False #searchBar,
|
body.lang-zh_CN .scopes-True-True-False #searchBar,
|
||||||
body.lang-zh_CN .scopes-True-True-False .search-drop-menu,
|
body.lang-zh_CN .scopes-True-True-False .search-drop-menu,
|
||||||
body.lang-zh-cn .scopes-True-True-False #searchBar,
|
body.lang-zh-cn .scopes-True-True-False #searchBar,
|
||||||
|
Loading…
Reference in New Issue
Block a user