diff options
author | Darkeye <postfach@martinmichel.info> | 2011-05-31 21:47:42 (GMT) |
---|---|---|
committer | Darkeye <postfach@martinmichel.info> | 2011-05-31 21:47:42 (GMT) |
commit | 07591b62772d4ae045de52c72532927128bc2ff2 (patch) | |
tree | 9b82199bc6855513fd0ec29d83595117e2c526d6 | |
parent | afe178dbc5f5f32f5ae11e37eeb9d84d534412db (diff) | |
parent | 82b4cfb6735479253dfa0ba2533937e420727975 (diff) |
Merge branch 'master' of gitorious.org:freifunk-jena-batman-config/freifunk-jena-batman-config
-rw-r--r-- | files/www/ffj.css | 12 | ||||
-rw-r--r-- | files/www/splash.html | 29 |
2 files changed, 25 insertions, 16 deletions
diff --git a/files/www/ffj.css b/files/www/ffj.css index ca45dde..e823396 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; @@ -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%; @@ -40,8 +46,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; 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. </p> - <div id="button_left"> - <div class="buttons"> - <form action="/cgi-bin/splash_click" method="post"> - <input type="hidden" name="target_url" value="targeturl"/> - <input class="button" type="submit" value="Akzeptieren"/> - </form> - </div> - </div> - <div id="button_right"> - <div class="buttons"> - <form action="http://www.freifunk-jena.de/Decline" method="get"> - <input class="button" type="submit" value="Ablehnen"/> - </form> + <div id="button_area"> + <div id="button_left"> + <div class="buttons"> + <form action="/cgi-bin/splash_click" method="post"> + <input type="hidden" name="target_url" value="targeturl"/> + <input class="button" type="submit" value="Akzeptieren"/> + </form> + </div> + </div> + <div id="button_right"> + <div class="buttons"> + <form action="http://www.freifunk-jena.de/Decline" method="get"> + <input class="button" type="submit" value="Ablehnen"/> + </form> + </div> </div> </div> - </div> </div> </body> |