Revert "[bug] fix dropdown menu"

This reverts commit fdb23c948d.
This commit is contained in:
Eric Dvorsak 2017-10-30 21:24:59 +01:00
parent dbc85fe8be
commit 549261337b
2 changed files with 8 additions and 21 deletions

View File

@ -166,11 +166,11 @@
[:div.commiteth-footer-header "Community"]
[:ul.commiteth-footer-list
[:li.commiteth-footer-link
[:a {:href "https://wiki.status.im/"}
"Wiki"]]
[:a {:href "https://wiki.status.im/"}
"Wiki"]]
[:li.commiteth-footer-link
[:a {:href "https://status.im/jobs.html"}
"Jobs"]]]]
[:a {:href "https://status.im/jobs.html"}
"Jobs"]]]]
[:div.commiteth-footer-table__column
[:div.commiteth-footer-header "Language"]
[:ul.commiteth-footer-list
@ -185,10 +185,9 @@
show-top-hunters? #(contains? #{:bounties :activity} @current-page)]
(fn []
[:div.ui.pusher
[:div.vertical.commiteth-background.wide]
[page-header]
[:div.ui.vertical.segment
[:div.ui.container.page
[:div.ui.container
[:div.ui.grid.stackable
[:div {:class (str (if (show-top-hunters?) "ten" "sixteen")
" wide computer sixteen wide tablet column")}

View File

@ -45,21 +45,12 @@
.commiteth-header {
background-color: #57a7ed!important;
border-radius: 0em;
padding-top: 1.5em;
padding-bottom: 2.5em;
z-index: 1;
}
.commiteth-background {
background-color: #57a7ed!important;
width: 100%;
height: 150px;
position: absolute;
top: 0;
left: 0;
z-index: -2;
}
.status-logo {
width: 42px;
@ -182,7 +173,8 @@
border-radius: 8px;
border: none;
padding: .5em;
visibility: hidden;
z-index: 999;
transform: translate(100%, -100%);
.item>a {
color: #fff;
pointer: default;
@ -438,10 +430,6 @@
}
.ui.container.page {
z-index: -1;
position: relative;
}
.ui.cards>.card {
border: #e7e7e7 solid 0.1em;