[LNT] r239728 - Correct width of content pane for wide displays.

Kristof Beyls kristof.beyls at arm.com
Mon Jun 15 07:43:08 PDT 2015


Author: kbeyls
Date: Mon Jun 15 09:43:08 2015
New Revision: 239728

URL: http://llvm.org/viewvc/llvm-project?rev=239728&view=rev
Log:
Correct width of content pane for wide displays.

This fixes the settings drop down-menu on the graph page not being fully visible on wide displays.


Modified:
    lnt/trunk/lnt/server/ui/static/wide.css

Modified: lnt/trunk/lnt/server/ui/static/wide.css
URL: http://llvm.org/viewvc/llvm-project/lnt/trunk/lnt/server/ui/static/wide.css?rev=239728&r1=239727&r2=239728&view=diff
==============================================================================
--- lnt/trunk/lnt/server/ui/static/wide.css (original)
+++ lnt/trunk/lnt/server/ui/static/wide.css Mon Jun 15 09:43:08 2015
@@ -1,4 +1,4 @@
 #content { margin-top:97px; }
 #header { position: fixed;}
-#page-content { float: left; width: 85%; height: 100%; margin-left: 19%; }
+#page-content { float: left; width: 81%; height: 100%; margin-left: 19%; }
 #side-bar { width: 16%; height: 100%; position: fixed; margin-left: 20px; }





More information about the llvm-commits mailing list