aboutsummaryrefslogtreecommitdiff
path: root/views/default/css.php
diff options
context:
space:
mode:
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;