fb761d3895124a6052c3a71102eac03f9235f990
max
  Fri Jun 25 03:52:26 2021 -0700
moving the udcTimeout message to a notification box, refs #27677

diff --git src/hg/htdocs/style/HGStyle.css src/hg/htdocs/style/HGStyle.css
index fef9be0..80cdfe7 100644
--- src/hg/htdocs/style/HGStyle.css
+++ src/hg/htdocs/style/HGStyle.css
@@ -711,42 +711,45 @@
 	
 body.oldStaticPage .sectionContent {
 	padding: 0 14px;
 }
 
 #hgFindResults {
         padding: 1em;
 }
 
 #warnBox {
     background-color: Beige;
     border: 3px ridge DarkRed;
     padding:10px; 
     margin:10px;
     text-align:left;
-    position: absolute;
-    top: 50%;
-    left: 50%;
-    transform: translate(-50%, -50%);
-    z-index: 10000;
-    width: 600px;
 }
 
 #warnHead {
     color: DarkRed;
 }
 
+/* like warnBox, but under the menu, not in the middle of the screen */
+#notifBox {
+    background-color: beige;
+    border: 1px solid grey;
+    padding: 5px; 
+    margin: 5px;
+    text-align: left;
+}
+
 /* For jquery-ui dialog box */
 div.warnDialog { border: 2px solid; }
 div.warnDialog .ui-dialog-titlebar { background-color: #FF8566; }
 div.warnDialog .ui-dialog-title { font-weight: bold; color: #000000; }
 div.warnDialog .ui-dialog-content { background-color: #FFFEE8; font-size: 1em; }
 div.warnDialog .ui-dialog-buttonpane { border-width: 0; text-align: center; }
 div.warnDialog .ui-dialog-buttonset { width: 100%; display: inline-block; }
 
 .centeredImage
 {
     text-align: center;
     margin-top: 0px;
     margin-bottom: 0px;
     padding: 0px;
 }