From 032049b4f1c8b710734866c2bc039913d4a472ec Mon Sep 17 00:00:00 2001 From: Simon Grim Date: Thu, 5 Mar 2015 23:29:03 +0500 Subject: [PATCH] fix of prompt popup position in calm theme and headers color --- css/style.css | 4 ++-- theme_calm/css/style.css | 9 +++++---- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/css/style.css b/css/style.css index 2721e0c..c493d5c 100644 --- a/css/style.css +++ b/css/style.css @@ -1549,7 +1549,7 @@ ol.toptrends-list { .prompt-wrapper { - position: fixed; + position: fixed; top: 50%; left: 50%; background: rgba( 255, 255,255, 1.0 ); @@ -1560,7 +1560,7 @@ ol.toptrends-list { } .prompt-wrapper .modal-header h3{ - background: #45474D; + background: #E34F42; } /************************************* diff --git a/theme_calm/css/style.css b/theme_calm/css/style.css index 2aa9d5e..f633c7c 100644 --- a/theme_calm/css/style.css +++ b/theme_calm/css/style.css @@ -1649,7 +1649,7 @@ textarea.splited-post { .prompt-wrapper { - position: absolute; + position: fixed; top: 50%; left: 50%; background: rgba( 255, 255,255, 1.0 ); @@ -1659,8 +1659,9 @@ textarea.splited-post { margin-left:-300px; } - - +.prompt-wrapper .modal-header h3{ + background: #7691CE; +} /************************************* **************************** POPUP MODAL @@ -1699,7 +1700,7 @@ textarea.splited-post { { padding: 5px; font-weight: bold; - background: #43464d; + background: #7691CE; color: #fff; } .modal-close