remove ml_slider
authorArt Cancro <ajc@citadel.org>
Thu, 3 Nov 2005 17:44:47 +0000 (17:44 +0000)
committerArt Cancro <ajc@citadel.org>
Thu, 3 Nov 2005 17:44:47 +0000 (17:44 +0000)
webcit/messages.c
webcit/static/webcit.css

index 82fb3dd4818a87846e084aeab8f22cd1ef73c9d0..3c4a9b3e6b89581884b10d50af37f405b8e30236 100644 (file)
@@ -2088,8 +2088,6 @@ void readloop(char *oper)
                        "</div>\n");                    /* end of 'fix_scrollbar_bug' div */
                wprintf("</div>");                      /* end of 'message_list' div */
 
-               wprintf("<div id=\"ml_slider\"></div>");        /* slider */
-
                wprintf("<div id=\"preview_pane\">");   /* The preview pane will initially be empty */
 
                /* Now register each message (whose element ID is "m9999",
index 8f54e9fdafc83058f789691c827e7a8ea185f292..732d6609a55b0da4eb572ee09dc695fcca1fbc41 100644 (file)
@@ -112,28 +112,6 @@ body {
        overflow: auto;
 }
 
-#ml_slider {
-       position:fixed;
-       display:block;
-       top: 40%;
-       left: 15%;
-       width: 85%;
-       height: 1%;
-       overflow: none;
-       background: #444455;
-}
-
-* html #ml_slider {
-       position:absolute;
-       display:block;
-       top: 40%;
-       left: 15%;
-       width: 85%;
-       height: 1%;
-       overflow: none;
-       background: #444455;
-}
-
 #preview_pane {
        position:fixed;
        display:block;