summaryrefslogtreecommitdiff
path: root/res/css/partials/task-alert.scss
diff options
context:
space:
mode:
authorOfer Lehr <ofer@oferlehr.com>2014-12-01 01:37:55 +0200
committerOfer Lehr <ofer@oferlehr.com>2014-12-01 01:37:55 +0200
commitc7502ef8e03274282712fd03847b3088ee860981 (patch)
tree23067cc30105911d0b11e75c16efa7bc104ceac4 /res/css/partials/task-alert.scss
parentf92ea38fff179613edb543b6435750c0ed64e573 (diff)
fixed broken fonts, div positioning and search bar drop shadow
Diffstat (limited to 'res/css/partials/task-alert.scss')
-rw-r--r--res/css/partials/task-alert.scss13
1 files changed, 6 insertions, 7 deletions
diff --git a/res/css/partials/task-alert.scss b/res/css/partials/task-alert.scss
index a1233ce2..bd8ef12e 100644
--- a/res/css/partials/task-alert.scss
+++ b/res/css/partials/task-alert.scss
@@ -1,17 +1,17 @@
.task-alert{
- position:fixed;
- top: $top-bar-height+$search-bar-height+4px;
+ position:relative;
width: 100%;
height:$task-alert-height;
- background-color: #D3F2F8;//$light-cyan
- border-top: #1D6E7F;//$dark-cyan
- border-bottom: #1D6E7F;//$dark-cyan
+ background-color: $light-cyan;
+ color: $darker-cyan;
+ border-top: 1px solid $dark-cyan;
+ border-bottom: 1px solid $dark-cyan;
+ z-index: -1;
}
.task-desc{
position:fixed;
width:100%;
- color: #1D6E7F;//$dark-cyan
height: $task-desc-height;
top: $top-bar-height + $search-bar-height + ($task-alert-height - $task-desc-height)/2;
text-align: center;
@@ -21,7 +21,6 @@
.task-close-text {
position:fixed;
top: $top-bar-height + $search-bar-height + ($task-alert-height - $task-desc-height)/2 + 1 ;
- color: #1D6E7F;//$dark-cyan
right: 70px;
font-size: $h4-size;
}