diff --git a/css/style.css b/css/style.css index 344599c..886d54c 100644 --- a/css/style.css +++ b/css/style.css @@ -1636,6 +1636,24 @@ ol.toptrends-list { font-size: 12px; color: rgba( 0, 0, 0, .6 ); } + +/************************************* +****************** POPUP PROMPT ****** +**************************************/ + +.prompt-wrapper +{ + position: absolute; + top: 50%; + left: 50%; + background: rgba( 255, 255,255, 1.0 ); + box-shadow: 0 0 30px rgba( 0, 0, 0, .6 ); + z-index: 5; + width: 600px; + margin-left:-300px; +} + + /************************************* ****************** LOADER ************ **************************************/ diff --git a/home.html b/home.html index a8d2dd9..ac49c46 100644 --- a/home.html +++ b/home.html @@ -343,7 +343,7 @@ -