Skip to content
This repository has been archived by the owner on Apr 5, 2019. It is now read-only.

Commit

Permalink
Merge pull request #75 from kobotoolbox/fix-dropdown
Browse files Browse the repository at this point in the history
Hotfixes to project dashboard dropdowns
  • Loading branch information
dorey committed Oct 30, 2015
2 parents 247d271 + 0d007c6 commit 39bbd5c
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions static/css/kobo-single-project.css
Original file line number Diff line number Diff line change
Expand Up @@ -343,8 +343,8 @@ a.dashboard__formbutton-refresh {

.dashboard__download__drop {
position: absolute;
right: 2%;
bottom: -115px;
right: 22px;
bottom: -150px;
width: 124px;
border: 1px solid #E7E8E9;
background: white;
Expand Down Expand Up @@ -391,9 +391,8 @@ a.dashboard__formbutton-refresh {

.dashboard__form-drop {
position: absolute;
right: 84px;
right: 46px;
top: 45px;
width: 44px;
border: 1px solid #E7E8E9;
background: white;
z-index: 5;
Expand All @@ -416,10 +415,8 @@ a.dashboard__formbutton-refresh {
background: white;
color: #3f3f3f;
display: block;
width: 30px;
text-align: left;
padding: 4px;
padding-left: 10px;
padding: 4px 10px;
font-weight: 600;
margin-top: 1px;
font-size: 11px;
Expand Down

0 comments on commit 39bbd5c

Please sign in to comment.