Skip to content
Snippets Groups Projects
Commit 7817fbf7 authored by andi's avatar andi
Browse files

some changes in media dialog

darcs-hash:20050501133923-9977f-f0b748299a9bf641d87ad4f52e603018f0928182.gz
parent 43dd051e
No related branches found
No related tags found
No related merge requests found
......@@ -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;*/
}
......@@ -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">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment