Skip to content

Commit

Permalink
media manager design: added headline
Browse files Browse the repository at this point in the history
  • Loading branch information
selfthinker committed Sep 10, 2011
1 parent fb46ebd commit 812c5e8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions inc/template.php
Expand Up @@ -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" >';
Expand Down
4 changes: 4 additions & 0 deletions lib/tpl/default/mediamanager.css
Expand Up @@ -5,6 +5,10 @@
overflow-x: auto;
}

#mediamanager__page h1 {
margin: 0 0 .5em;
}

#mediamanager__layout {
min-width: 840px;
}
Expand Down

0 comments on commit 812c5e8

Please sign in to comment.