Commit 1349d235 authored by RawKStar77's avatar RawKStar77

Change CSS according to Randall's suggestions.

parent a1e08fc0
......@@ -1234,27 +1234,22 @@ h3.stream {
// View and Sort tabs ////////////////////
.viewsort {
height: 180px;
width: 100%;
text-align: center;
overflow: hidden;
display: block !important;
position: absolute;
top: -2px;
right: 0px;
top: 29px;
right: 0;
}
.viewtab, .sorttab {
.viewsort > .dropdown {
@include smallshadow(0);
border-bottom-right-radius: 2em 5em;
border-bottom-left-radius: 2em 5em;
border-bottom-right-radius: 24px 72px;
border-bottom-left-radius: 24px 72px;
font-family: $sansFontFamily;
background: $white;
border: solid .1em $grayLighter;
padding: 4px 4px 0 4px;
margin: -6px 3px 0 3px;
width: auto;
border: solid 1px $grayLighter;
padding: 0 4px;
margin: 0 3px;
display: inline-block;
top: 31px;
z-index: 4;
}
\ No newline at end of file
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