aboutsummaryrefslogtreecommitdiff
path: root/views/default/css.php
diff options
context:
space:
mode:
authorpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-02-27 12:17:52 +0000
committerpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-02-27 12:17:52 +0000
commitf9a543aad621b8a4d37928d457dee168f64e8e7f (patch)
tree8e46defb20f2863658d80cd3accc6cc8c871af43 /views/default/css.php
parentd98fc5a0f10cff1686c2a535d56b3622e0e608ff (diff)
downloadelgg-f9a543aad621b8a4d37928d457dee168f64e8e7f.tar.gz
elgg-f9a543aad621b8a4d37928d457dee168f64e8e7f.tar.bz2
generic reusable collapsible div added (replacing manifest_file which is solely for admin plugins page)
git-svn-id: https://code.elgg.org/elgg/trunk@2976 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/css.php')
-rw-r--r--views/default/css.php17
1 files changed, 13 insertions, 4 deletions
diff --git a/views/default/css.php b/views/default/css.php
index 261278aa0..fe6103a55 100644
--- a/views/default/css.php
+++ b/views/default/css.php
@@ -1232,6 +1232,9 @@ table.search_gallery {
cursor:pointer;
font-size:80%;
}
+.manifest_file {
+ display:none;
+}
.plugin_details a.pluginsettings_link {
cursor:pointer;
font-size:80%;
@@ -2019,6 +2022,16 @@ a.toggle_customise_edit_panel:hover {
font-size:1.35em;
line-height:1.2em;
}
+.collapsible_box {
+ background:#F5F5F5;
+ padding:5px 10px 5px 10px;
+ margin:4px 0 4px 0;
+ display:none;
+}
+a.collapsibleboxlink {
+ cursor:pointer;
+ font-size:80%;
+}
#sidebar_page_tree {
margin:10px;
}
@@ -2131,10 +2144,6 @@ a.toggle_customise_edit_panel:hover {
margin:0 0 20px 0;
}
-.manifest_file {
- display:none;
-}
-
/* force tinyMCE editor initial width for safari */
.mceLayout {
width:683px;