Skip to content

Commit

Permalink
updated widget styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Goedde committed Apr 14, 2014
1 parent 0426dcd commit 14b3d95
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions doc/_static/communitywidget.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
#communityWidget {
position: fixed;
top: 81px;
right: 0px;
right: -2px;
background-color: #fff;
z-index: 1000;
border-radius: 6px 0 0 6px;
box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.4);
border-radius: 3px 0 0 3px;
border: solid 1px #fff;
box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
}

#communityWidget.nonDisplay {
Expand All @@ -18,9 +19,9 @@

#communityWidget.min {
width: 143px;
height: 40px;
height: 36px;
}
#communityWidget.max {
width: 170px;
height: 279px;
height: 254px;
}

0 comments on commit 14b3d95

Please sign in to comment.