summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-03-14 22:27:23 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-03-14 22:27:23 -0300
commit572b94f523fde4fc425de2a2eff18aced2fe54ab (patch)
treea1199e27baa36f9e9800e4d5996a6b0009a6ea4f
parentdaab1e0a1d564efeb637ecb2ce27ade44f45ac64 (diff)
downloadsaravea_theme-master.tar.gz
saravea_theme-master.tar.bz2
Updating landing theme styleHEADmaster
-rw-r--r--views/default/css/saravea_theme/landing.php8
1 files changed, 5 insertions, 3 deletions
diff --git a/views/default/css/saravea_theme/landing.php b/views/default/css/saravea_theme/landing.php
index 887c29b..4d68a3e 100644
--- a/views/default/css/saravea_theme/landing.php
+++ b/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 {