stylize search results

This commit is contained in:
Quincy Larson
2015-05-01 23:05:37 -07:00
parent f376460755
commit 0f0adac85c
2 changed files with 71 additions and 12 deletions

View File

@@ -939,6 +939,21 @@ iframe.iphone {
}
}
.news-box-search {
@media (min-width: 768px) {
margin-top: -50px;
}
@media (max-width: 767px) {
padding: 5px;
border-color: @brand-info;
border-width: 1px;
border-style: solid;
border-radius: 5px;
width: 100%;
float: left;
}
}
.story-headline {
font-size: 20px;
margin-left: 14px;
@@ -976,6 +991,10 @@ hr {
box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
.dotted-underline {
border-bottom: dashed 1px @brand-success;
}
#cal-heatmap {
width: 361px;
}