From b1ecb53d635be33801f917441ea7a8441da8535b Mon Sep 17 00:00:00 2001 From: Jan Michel Date: Fri, 18 Oct 2013 18:31:21 +0200 Subject: [PATCH] reworked start page --- web/htdocs/index.html | 42 ++++++++++++++++++++++++++++++------ web/htdocs/layout/styles.css | 12 +++++++++++ 2 files changed, 47 insertions(+), 7 deletions(-) diff --git a/web/htdocs/index.html b/web/htdocs/index.html index 2d1c7be..0d3ac52 100755 --- a/web/htdocs/index.html +++ b/web/htdocs/index.html @@ -33,24 +33,51 @@ The main documentation of the network can be found in these two documents:

Monitoring and Control Features

+
+

Network & CTS

+ +
+ +
+

Time measurement

+ +
+ + + + + +

Further Tools

+
+
- -

Server Details

+

Server Details

diff --git a/web/htdocs/layout/styles.css b/web/htdocs/layout/styles.css index 4fa1109..9835ddb 100644 --- a/web/htdocs/layout/styles.css +++ b/web/htdocs/layout/styles.css @@ -36,14 +36,26 @@ h3 { font-weight: bold; color: #6B7B95; margin:10px 30px 0 0; + max-width:840px; } +div.floatindex { + width:400px; + float:left; +} div.index { margin: 0 30px 0 15px; background: rgba(255,255,255,.5); overflow: hidden; padding: 5px; + max-width:800px; + min-height:100px; +} + +div.index ul { + padding-top:0px; + margin-top:0px; } div.index ul a{ -- 2.43.0