diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-03-05 16:24:07 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-03-05 16:24:07 +0000 |
commit | b8a73df6e66ef4b033022beb321f7a89e3d8c71b (patch) | |
tree | 30903ecb9e238ccf21232902e27b09d8ffde41dd /mod/custom_index | |
parent | e653f20df28c493811d5c66667cc2d614bc47531 (diff) | |
download | elgg-b8a73df6e66ef4b033022beb321f7a89e3d8c71b.tar.gz elgg-b8a73df6e66ef4b033022beb321f7a89e3d8c71b.tar.bz2 |
updated custom index spacing so it spans the width of the central area
git-svn-id: http://code.elgg.org/elgg/trunk@8584 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/custom_index')
-rw-r--r-- | mod/custom_index/views/default/custom_index/css.php | 5 | ||||
-rw-r--r-- | mod/custom_index/views/default/page/layouts/custom_index.php | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/mod/custom_index/views/default/custom_index/css.php b/mod/custom_index/views/default/custom_index/css.php index f21ea72b2..0cac0b170 100644 --- a/mod/custom_index/views/default/custom_index/css.php +++ b/mod/custom_index/views/default/custom_index/css.php @@ -8,6 +8,9 @@ /******************************* Custom Index ********************************/ +.custom-index { + padding: 10px 0; +} .custom-index .elgg-module-featured { box-shadow: 1px 1px 5px #CCC; -moz-box-shadow: 1px 1px 5px #CCC; @@ -17,4 +20,4 @@ box-shadow: 1px 1px 6px #AAA; -moz-box-shadow: 1px 1px 6px #AAA; -webkit-box-shadow: 1px 1px 6px #AAA; -}
\ No newline at end of file +} diff --git a/mod/custom_index/views/default/page/layouts/custom_index.php b/mod/custom_index/views/default/page/layouts/custom_index.php index 48039dbd9..0883e7274 100644 --- a/mod/custom_index/views/default/page/layouts/custom_index.php +++ b/mod/custom_index/views/default/page/layouts/custom_index.php @@ -10,7 +10,7 @@ <div class="custom-index elgg-main elgg-grid clearfix"> <div class="elgg-col elgg-col-1of2"> - <div class="elgg-inner pam"> + <div class="elgg-inner pvm prl"> <?php // left column @@ -40,7 +40,7 @@ if (elgg_is_active_plugin('groups')) { </div> </div> <div class="elgg-col elgg-col-1of2"> - <div class="elgg-inner pam"> + <div class="elgg-inner pvm"> <?php // right column |