fix of prompt popup position in calm theme and headers color

This commit is contained in:
Simon Grim 2015-03-05 23:29:03 +05:00
parent ac59448db0
commit 032049b4f1
2 changed files with 7 additions and 6 deletions

View File

@ -1549,7 +1549,7 @@ ol.toptrends-list {
.prompt-wrapper .prompt-wrapper
{ {
position: fixed; position: fixed;
top: 50%; top: 50%;
left: 50%; left: 50%;
background: rgba( 255, 255,255, 1.0 ); background: rgba( 255, 255,255, 1.0 );
@ -1560,7 +1560,7 @@ ol.toptrends-list {
} }
.prompt-wrapper .modal-header h3{ .prompt-wrapper .modal-header h3{
background: #45474D; background: #E34F42;
} }
/************************************* /*************************************

View File

@ -1649,7 +1649,7 @@ textarea.splited-post {
.prompt-wrapper .prompt-wrapper
{ {
position: absolute; position: fixed;
top: 50%; top: 50%;
left: 50%; left: 50%;
background: rgba( 255, 255,255, 1.0 ); background: rgba( 255, 255,255, 1.0 );
@ -1659,8 +1659,9 @@ textarea.splited-post {
margin-left:-300px; margin-left:-300px;
} }
.prompt-wrapper .modal-header h3{
background: #7691CE;
}
/************************************* /*************************************
**************************** POPUP MODAL **************************** POPUP MODAL
@ -1699,7 +1700,7 @@ textarea.splited-post {
{ {
padding: 5px; padding: 5px;
font-weight: bold; font-weight: bold;
background: #43464d; background: #7691CE;
color: #fff; color: #fff;
} }
.modal-close .modal-close