From 72c99aae786b269589ce7d3374cdcd9eab154ab2 Mon Sep 17 00:00:00 2001 From: Bart Van Der Meerssche Date: Thu, 1 Oct 2009 12:52:18 +0000 Subject: [PATCH] web: add css for the installation page --- web/drupal/themes/flukso/style.css | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/web/drupal/themes/flukso/style.css b/web/drupal/themes/flukso/style.css index 0d0c0e7..8a5d7c6 100644 --- a/web/drupal/themes/flukso/style.css +++ b/web/drupal/themes/flukso/style.css @@ -610,3 +610,33 @@ em.moderation { #comment-controls { margin: 20px 0; } + +/* ------------------------------------------------------------------------ + * Installation page + * --------------------------------------------------------------------- */ + +.install p { + padding: 0em 2em; + margin: 2em 0; + letter-spacing: 1px; + width: 400px; + height: 120px; + float: right; +} + +.install img { + /*display: block;*/ + clear: both; + margin: 2em; + float: left; +} + +.install a.img { + display: block; + text-decoration: none; +} + +.install a.img:hover { + background-color: #f3f3f3; +} +