Changed placement, fontsize, cursor settigns for cookie popup.
authorChuck Scott <cscott@gaslightmedia.com>
Fri, 25 Jan 2019 20:19:47 +0000 (15:19 -0500)
committerChuck Scott <cscott@gaslightmedia.com>
Fri, 25 Jan 2019 20:19:47 +0000 (15:19 -0500)
models/frontCookiePopUp.php

index 9a7da01..2ba9521 100755 (executable)
@@ -5,9 +5,9 @@ $serverstatsConfig = get_option(GLM_SERVERSTATS_PLUGIN_CONFIG_OPTION);
 <style>
     #cookieNoticeBox {
         position: absolute;
-        top: 20px;
-        right: 30px;
-        width: 60%;
+        top: 200px;
+        left: 30px;
+        width: 70%;
         margin: 0 auto;
         background: white;
         padding: 15px;
@@ -17,8 +17,11 @@ $serverstatsConfig = get_option(GLM_SERVERSTATS_PLUGIN_CONFIG_OPTION);
         text-align: left;
         z-index: 99999 !important;
     }
+    #cookieNoticeBox p {
+        font-size: .9em;
+    }
     #cookieNoticeBox .title {
-        font-size: 1.5em;
+        font-size: .9em;
         padding-bottom: .5em;
         border-bottom: 2px solid black;
         margin-bottom: .5em;
@@ -32,6 +35,7 @@ $serverstatsConfig = get_option(GLM_SERVERSTATS_PLUGIN_CONFIG_OPTION);
         top: 0;
         margin: 0;
         border-radius: 4px;
+        cursor: pointer;
     }
 </style>
 <div id="cookieNoticeBox" class="opensearchserver.ignore hidden">