[CalendarServer-changes] [12695] CalendarServer/trunk/calendarserver/webadmin/logs.xhtml

source_changes at macosforge.org source_changes at macosforge.org
Wed Mar 12 11:19:03 PDT 2014


Revision: 12695
          http://trac.calendarserver.org//changeset/12695
Author:   wsanchez at apple.com
Date:     2014-02-13 18:46:16 -0800 (Thu, 13 Feb 2014)
Log Message:
-----------
Make log views user-resizable

Modified Paths:
--------------
    CalendarServer/trunk/calendarserver/webadmin/logs.xhtml

Modified: CalendarServer/trunk/calendarserver/webadmin/logs.xhtml
===================================================================
--- CalendarServer/trunk/calendarserver/webadmin/logs.xhtml	2014-02-14 02:19:36 UTC (rev 12694)
+++ CalendarServer/trunk/calendarserver/webadmin/logs.xhtml	2014-02-14 02:46:16 UTC (rev 12695)
@@ -8,17 +8,19 @@
     <style>
 
       .log {
-        width: 100%;
-        height: 200pt;
+        font-family: monospace;
+        /*font-size: 0.75em;*/
 
+        /*width: 100%;*/
+        height: 8em;
+
+        resize: vertical;
+
         overflow: scroll;
         white-space: nowrap;
 
         border: 1px solid gray;
         padding: 2pt;
-
-        font-family: monospace;
-        /*font-size: 0.75em;*/
       }
 
     </style>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140312/85247e2f/attachment.html>


More information about the calendarserver-changes mailing list