From 47e81498d87703035a9d3a78215e80d7f3e02448 Mon Sep 17 00:00:00 2001 From: cash Date: Sat, 1 Jan 2011 18:43:03 +0000 Subject: starting adding a .elgg-text class - plugins need to use output/longtext when displaying text git-svn-id: http://code.elgg.org/elgg/trunk@7806 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/css/elements/core.php | 25 ++++++++++++++++++++++--- views/default/navigation/menu/site.php | 2 +- views/default/output/longtext.php | 11 +++++++++-- 3 files changed, 32 insertions(+), 6 deletions(-) (limited to 'views/default') diff --git a/views/default/css/elements/core.php b/views/default/css/elements/core.php index 2e47b9283..e730c4ee2 100644 --- a/views/default/css/elements/core.php +++ b/views/default/css/elements/core.php @@ -94,6 +94,14 @@ h2 { .listing .icon img { width: auto } .listing .info { display: table-cell; } +.hidden { + display:none; +} +.center { + margin: 0 auto; +} + + .link { cursor:pointer; } @@ -103,9 +111,8 @@ h2 { .divider { border-top:1px solid #cccccc; } -.hidden { - display:none; -} + + .radius8 { -webkit-border-radius: 8px; -moz-border-radius: 8px; @@ -116,6 +123,7 @@ h2 { .margin-top { margin-top:10px; } + .elgg-tags { background-image:url(_graphics/elgg_sprites.png); background-repeat: no-repeat; @@ -229,3 +237,14 @@ h2 { .elgg-width-classic { width: 990px; } + +.elgg-text ul, ol { + margin: 0 1.5em 1.5em 0; + padding-left: 1.5em; +} +.elgg-text ul { + list-style-type: disc; +} +.elgg-text ol { + list-style-type: decimal; +} \ No newline at end of file diff --git a/views/default/navigation/menu/site.php b/views/default/navigation/menu/site.php index 111f941b3..39fb980a7 100644 --- a/views/default/navigation/menu/site.php +++ b/views/default/navigation/menu/site.php @@ -6,7 +6,7 @@ * @uses $vars['menu']['more'] */ -echo '