Changed the z-index for the modals, removed box-shadow from comment controls

This commit is contained in:
Reda Lemeden
2012-02-22 11:42:36 -05:00
parent 24f4ea7f07
commit 5f260759f0
2 changed files with 2 additions and 0 deletions

View File

@@ -10,6 +10,7 @@
padding-bottom: 10px;
position: absolute;
text-align: center;
z-index: 1;
h3 {
background: $mit-red;

View File

@@ -181,6 +181,7 @@ div.question-header {
aside.comment-controls {
background: none;
border: none;
@include box-shadow(none);
display: inline-block;
margin-top: -8px;
padding:0 2% 0 0;