summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--inc/template.php1
-rw-r--r--lib/tpl/default/mediamanager.css4
2 files changed, 5 insertions, 0 deletions
diff --git a/inc/template.php b/inc/template.php
index 37c31e328..96e0668c2 100644
--- a/inc/template.php
+++ b/inc/template.php
@@ -1493,6 +1493,7 @@ function tpl_media() {
if (isset($REV) && !$JUMPTO) $rev = $REV;
echo '<div id="mediamanager__page">';
+ echo '<h1>'.$lang['btn_media'].'</h1>';
echo '<div id="mediamanager__layout">';
echo '<div id="mediamanager__layout_namespaces" class="layout-resizable" >';
diff --git a/lib/tpl/default/mediamanager.css b/lib/tpl/default/mediamanager.css
index 16982d98d..c71882fba 100644
--- a/lib/tpl/default/mediamanager.css
+++ b/lib/tpl/default/mediamanager.css
@@ -5,6 +5,10 @@
overflow-x: auto;
}
+#mediamanager__page h1 {
+ margin: 0 0 .5em;
+}
+
#mediamanager__layout {
min-width: 840px;
}