Commit 5f260759 by Reda Lemeden

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

parent 24f4ea7f
...@@ -10,6 +10,7 @@ ...@@ -10,6 +10,7 @@
padding-bottom: 10px; padding-bottom: 10px;
position: absolute; position: absolute;
text-align: center; text-align: center;
z-index: 1;
h3 { h3 {
background: $mit-red; background: $mit-red;
......
...@@ -181,6 +181,7 @@ div.question-header { ...@@ -181,6 +181,7 @@ div.question-header {
aside.comment-controls { aside.comment-controls {
background: none; background: none;
border: none; border: none;
@include box-shadow(none);
display: inline-block; display: inline-block;
margin-top: -8px; margin-top: -8px;
padding:0 2% 0 0; padding:0 2% 0 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment