Commit e3965770 by Tom Giannattasio

tweaked modal and drop styles

parent b34aecd1
...@@ -18,6 +18,10 @@ body.no-header { ...@@ -18,6 +18,10 @@ body.no-header {
color: #fff; color: #fff;
@include box-shadow(0 1px 1px rgba(0, 0, 0, 0.2), 0 -1px 0px rgba(255, 255, 255, 0.05) inset); @include box-shadow(0 1px 1px rgba(0, 0, 0, 0.2), 0 -1px 0px rgba(255, 255, 255, 0.05) inset);
.inner-wrapper {
position: relative;
}
&.active-tab-courseware #courseware-tab { &.active-tab-courseware #courseware-tab {
@include active; @include active;
} }
...@@ -73,7 +77,7 @@ body.no-header { ...@@ -73,7 +77,7 @@ body.no-header {
.user-drop { .user-drop {
display: none; display: none;
position: absolute; position: absolute;
top: 36px; top: 35px;
right: 0; right: 0;
z-index: 999; z-index: 999;
width: 170px; width: 170px;
...@@ -100,7 +104,7 @@ body.no-header { ...@@ -100,7 +104,7 @@ body.no-header {
position: relative; position: relative;
float: left; float: left;
display: inline-block; display: inline-block;
height: 29px; height: 28px;
padding: 7px 15px 0; padding: 7px 15px 0;
color: #e4e6ee; color: #e4e6ee;
} }
...@@ -148,10 +152,4 @@ body.no-header { ...@@ -148,10 +152,4 @@ body.no-header {
overflow: hidden; overflow: hidden;
height: auto; height: auto;
} }
.close-button {
position: absolute;
top: 5px;
right: 5px;
}
} }
\ No newline at end of file
...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
.close-button { .close-button {
@include white-button; @include white-button;
position: absolute; position: absolute;
top: 0; top: 15px;
right: 15px; right: 15px;
width: 29px; width: 29px;
height: 29px; height: 29px;
......
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