From 7a358421da5df56051eb4251a459de397b406c6a Mon Sep 17 00:00:00 2001 From: frlan Date: Tue, 31 May 2011 22:07:54 +0200 Subject: Minimal update of splash css for bottons on mouse hover diff --git a/files/www/ffj.css b/files/www/ffj.css index ca45dde..362118c 100644 --- a/files/www/ffj.css +++ b/files/www/ffj.css @@ -4,7 +4,7 @@ text-align: center; } div#maincontent{ margin-left: auto; - margin-right: auto; +margin-right: auto; width: 600px; font-family: Arial, Verdana, sans-serif; font-size: 12pt; @@ -40,8 +40,10 @@ border-radius: 5px; -webkit-border-radius: 5px; } input.button:hover { -border: 1px solid black; background-color: grey; +border-color:white black black white; +border-style:solid; +border-width:1px; } div#logo { height: 125px; -- cgit v0.10.1 From c70c7c35bd6f71395e432169578884409314333e Mon Sep 17 00:00:00 2001 From: frlan Date: Tue, 31 May 2011 22:19:30 +0200 Subject: Decrease space between buttons on splash screen diff --git a/files/www/ffj.css b/files/www/ffj.css index 362118c..e823396 100644 --- a/files/www/ffj.css +++ b/files/www/ffj.css @@ -15,6 +15,12 @@ color: #464646; text-decoration: none; } +div#button_area{ +padding-left:150px; +padding-right:150px; +text-align:center; +} + div#button_left{ float:left; width: 50%; diff --git a/files/www/splash.html b/files/www/splash.html index 3605b3e..a97beae 100644 --- a/files/www/splash.html +++ b/files/www/splash.html @@ -64,23 +64,24 @@ erneut aufgefordet, diese Bedingungen zu akzeptieren.

-
-
-
- - -
-
-
-
-
-
- -
+
+
+
+
+ + +
+
+
+
+
+
+ +
+
-
-- cgit v0.10.1