From 7817fbf759b4c825ec6b61f5930fb17208a40bc3 Mon Sep 17 00:00:00 2001
From: andi <andi@splitbrain.org>
Date: Sun, 1 May 2005 15:39:23 +0200
Subject: [PATCH] some changes in media dialog

darcs-hash:20050501133923-9977f-f0b748299a9bf641d87ad4f52e603018f0928182.gz
---
 tpl/default/layout.css | 10 ++++++----
 tpl/default/media.php  |  6 ++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/tpl/default/layout.css b/tpl/default/layout.css
index 292851316..63fefd434 100644
--- a/tpl/default/layout.css
+++ b/tpl/default/layout.css
@@ -100,15 +100,17 @@ div.uploadform {
 .mediaselect-left {
   float:left;
   padding: 0.5em;
-  height:230px;
-  overflow:auto;
+/*  height:230px;
+  overflow:auto;*/
 }
 
 .mediaselect-right {
   float:right;
   border-left: 1px solid #8cacbb;
   padding: 0.5em;
-  width:350px;
+  width: 50%;
+  max-width: 50%;
+/*  width:350px;
   height:230px;
-  overflow:auto;
+  overflow:auto;*/
 }
diff --git a/tpl/default/media.php b/tpl/default/media.php
index ccd140cd7..a781ec166 100644
--- a/tpl/default/media.php
+++ b/tpl/default/media.php
@@ -28,7 +28,7 @@
   <style type="text/css">
     /* that IE 5+ conditional comment makes this only visible in IE 5+ */
     /* IE bugfix for transparent PNGs */
-    img { behavior: url("<?=DOKU_BASE?>/pngbehavior.htc"); }
+    //img { behavior: url("<?=DOKU_BASE?>/pngbehavior.htc"); }
   </style>
   <![endif]-->
 </head>
@@ -37,7 +37,7 @@
 <div class="dokuwiki">
   <?html_msgarea()?>
 
-  <h1><?=hsc($lang['mediaselect'])?></h1>
+  <h1><?=hsc($lang['mediaselect'])?> <code><?=hsc($NS)?></code></h1>
 
   <div class="mediaselect">
 
@@ -48,8 +48,6 @@
 		</div>
 
     <div class="mediaselect-right">
-      <b>Available files in</b> <code><?=hsc($NS)?>:</code>
-
       <?tpl_mediafilelist()?>
 
 			<div class="uploadform">
-- 
GitLab