diff options
| author | Ofer Lehr <ofer@oferlehr.com> | 2014-12-01 22:44:03 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2014-12-01 22:51:59 +0200 |
| commit | cb6df11ee9adb431edf5897ebed16b2483b98d29 (patch) | |
| tree | 013d755d9a2a94a178c89d307b48cf5eace41518 /res/css/partials/task-alert.scss | |
| parent | bb627660a9cf0ce17375d3cdfc01274d2e559ba7 (diff) | |
changed position css and input bar
Diffstat (limited to 'res/css/partials/task-alert.scss')
| -rw-r--r-- | res/css/partials/task-alert.scss | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/res/css/partials/task-alert.scss b/res/css/partials/task-alert.scss index b10d4805..02ddc202 100644 --- a/res/css/partials/task-alert.scss +++ b/res/css/partials/task-alert.scss @@ -1,7 +1,7 @@ .task-alert{ position:relative; width: 100%; - height:$task-alert-height; + height:$four-baselines; background-color: $light-cyan; color: $darker-cyan; border-top: 1px solid $dark-cyan; @@ -12,21 +12,21 @@ .task-desc{ position:fixed; width:100%; - height: $task-desc-height; - top: $top-bar-height + $search-bar-height + ($task-alert-height - $task-desc-height)/2; + height: $icon-height; + top: $three-baselines + $four-baselines + ($four-baselines - $icon-height)/2; text-align: center; font-size: $h3-size; } .task-close-text { position:fixed; - top: $top-bar-height + $search-bar-height + ($task-alert-height - $task-desc-height)/2 + 1 ; + top: $three-baselines + $four-baselines + ($four-baselines - $icon-height)/2 + 1 ; right: 70px; font-size: $h4-size; } .task-close-button { position: fixed; - top: $top-bar-height + $search-bar-height + ($task-alert-height - $task-desc-height)/2; + top: $three-baselines + $four-baselines + ($four-baselines - $icon-height)/2; right: 50px; -}
\ No newline at end of file +}
\ No newline at end of file |
