diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-03-14 22:27:23 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-03-14 22:27:23 -0300 |
commit | feaba156f58ccd39683830c4c100b0d4354a9604 (patch) | |
tree | be8a435186661ea417689e5312fe1d935ef5d6ad /mod | |
parent | 867e31999f3c8a77c01a1d4e881de593438b51b3 (diff) | |
download | elgg-feaba156f58ccd39683830c4c100b0d4354a9604.tar.gz elgg-feaba156f58ccd39683830c4c100b0d4354a9604.tar.bz2 |
Updating landing theme style
Diffstat (limited to 'mod')
-rw-r--r-- | mod/saravea_theme/views/default/css/saravea_theme/landing.php | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/mod/saravea_theme/views/default/css/saravea_theme/landing.php b/mod/saravea_theme/views/default/css/saravea_theme/landing.php index 887c29b80..4d68a3ec4 100644 --- a/mod/saravea_theme/views/default/css/saravea_theme/landing.php +++ b/mod/saravea_theme/views/default/css/saravea_theme/landing.php @@ -2,16 +2,18 @@ height: 250px; background-image: url('<?php echo elgg_get_site_url(); ?>mod/saravea_theme/_graphics/saravea_verm.png'); background-repeat: no-repeat; + background-size: 60% auto; display: table; - margin: 30px 0 50px auto; + margin: 30px 0 50px 320px; min-width: 80%; } #n1-landing-inner { display: table-cell; vertical-align: middle; - padding-left: 220px; - + padding-left: 0px; + padding-top: 250px; + font-size: 1.5em; } #n1-landing-title { |