Browse Source

fix of prompt popup position in calm theme and headers color

master
Simon Grim 10 years ago
parent
commit
032049b4f1
  1. 4
      css/style.css
  2. 9
      theme_calm/css/style.css

4
css/style.css

@ -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;
} }
/************************************* /*************************************

9
theme_calm/css/style.css

@ -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

Loading…
Cancel
Save