From dc1743abe4c5e954a7c00e6db17a3312270361ac Mon Sep 17 00:00:00 2001 From: Dobie Wollert Date: Sun, 26 Oct 2014 22:36:30 -0700 Subject: [PATCH] Fixed close button on email f rom --- biomed-frontend/src/app/email.html | 4 ++-- biomed-frontend/src/styles/_biomed.scss | 5 +---- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/biomed-frontend/src/app/email.html b/biomed-frontend/src/app/email.html index bb6478e..18dd005 100644 --- a/biomed-frontend/src/app/email.html +++ b/biomed-frontend/src/app/email.html @@ -1,4 +1,4 @@ -
+
@@ -28,5 +28,5 @@ - × + ×
\ No newline at end of file diff --git a/biomed-frontend/src/styles/_biomed.scss b/biomed-frontend/src/styles/_biomed.scss index 70e4547..740f423 100644 --- a/biomed-frontend/src/styles/_biomed.scss +++ b/biomed-frontend/src/styles/_biomed.scss @@ -1197,9 +1197,6 @@ body { font-style: normal; line-height: 1; } -div { - position: relative; -} hr { display: block; float: none; @@ -1329,4 +1326,4 @@ h2 { .masonry-container { margin: 0 auto; -} \ No newline at end of file +}