Skip to content

Commit

Permalink
Merge pull request #508 from ELUTE/wip/rawcircle
Browse files Browse the repository at this point in the history
Add circle around raw
  • Loading branch information
jasoncalabrese committed Mar 21, 2015
2 parents 1431be6 + f88ea05 commit 58ded60
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions static/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -224,9 +224,18 @@ body {
.bgButton .rawbg {
color: white;
position: absolute;
top: 60px;
top: 50px;
font-size: 16px;
right: 20px;
text-shadow: 4px 4px 7px rgba(0, 0, 0, 0.84);
width:30px;
height:30px;
border-radius: 80px;
text-align: center;
border: 3px solid #bdbdbd;
box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.84);
text-align: center;
line-height: 30px;
text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.84);
}

.alarming .bgButton {
Expand Down

0 comments on commit 58ded60

Please sign in to comment.