Skip to content

Commit

Permalink
fixed broken css
Browse files Browse the repository at this point in the history
rebasing of sass changes left out this bit of css
  • Loading branch information
heartsucker committed Jan 30, 2017
1 parent dbd4b25 commit 61f7365
Showing 1 changed file with 51 additions and 0 deletions.
51 changes: 51 additions & 0 deletions securedrop/sass/journalist.sass
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,54 @@ button.small-danger, a.btn.small-danger, .btn.small-danger
display: inline-block
width: 3.5%
color: $color_purple_medium

#cols li.source
.button-star
background-color: $color_grey_light

.assignment
p
margin: 0
display: inline-block

.assign-current
margin-left: 7%

font-size: 0.8em
a

margin-left: 1%
.btn
padding: .3%
width: 10%
display: inline-block

button
margin-left: 3%
padding: .3%
width: 10%

.assign-select
height: 0
overflow: hidden

&:target
height: auto
overflow: visible
margin-top: 1%
text-align: center

p
font-weight: bold
font-style: italic

select
margin-left: 2%
width: 23%

.btn
background-color: #999

&:hover
color: #999
background-color: white

0 comments on commit 61f7365

Please sign in to comment.