Commit 1349d235 authored by RawKStar77's avatar RawKStar77

Change CSS according to Randall's suggestions.

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