improve the visibility of mini breadcrumb

skala
Juan Carlos Raña 16 years ago
parent f00055a191
commit bf795ea624
  1. 7
      main/inc/lib/fckeditor/editor/plugins/ajaxfilemanager/ajaxfilemanager.php
  2. 5
      main/inc/lib/fckeditor/editor/plugins/ajaxfilemanager/theme/default/css/fckeditor.css

@ -214,7 +214,7 @@ $(document).ready(
<div id="header"> <div id="header">
<dl id="currentFolderInfo"> <dl id="currentFolderInfo">
<dt><?php echo LBL_CURRENT_FOLDER_PATH; ?></dt> <dt><?php echo LBL_CURRENT_FOLDER_PATH; ?></dt>
<dd id="currentFolderPath"><?php echo $folderInfo['path']; ?></dd> <dt id="currentFolderPath"><?php echo $folderInfo['path']; ?></dt><!-- hack for breadcrumb for Dokeos change <dd> by <dt> -->
</dl> </dl>
<div id="viewList"> <div id="viewList">
@ -466,7 +466,7 @@ $(document).ready(
foreach(getFolderListing(CONFIG_SYS_ROOT_PATH) as $k=>$v) foreach(getFolderListing(CONFIG_SYS_ROOT_PATH) as $k=>$v)
{ {
if(hideFolderName($k)) if(hideFolderName($k))
{ {
//shows only those permitted by Dokeos //shows only those permitted by Dokeos
?> ?>
@ -477,7 +477,8 @@ $(document).ready(
} }
?> ?>
</select> </select>
<?php <?php
} }
?></span> ?></span>

@ -48,6 +48,7 @@ input{ padding: 0; background-color: transparent;}
#wrapper #wrapper
{ {
margin: 0px 0px; margin: 0px 0px;
margin-top:15px;
min-width:760px; min-width:760px;
width:100%; width:100%;
padding:0px; padding:0px;
@ -58,6 +59,7 @@ position:absolute;
top:60px; top:60px;
width:100%; width:100%;
border-color:#0000CC; border-color:#0000CC;
margin-top:15px;
} }
#leftCol{ #leftCol{
background:#e8e8e8; background:#e8e8e8;
@ -79,7 +81,7 @@ margin-left: 50%;
margin-top:100px; margin-top:100px;
} }
#content{ #content{
margin-left: 200px; margin-left: 200px;
overflow: auto; overflow: auto;
overflow-x: hidden; overflow-x: hidden;
max-height:380px; max-height:380px;
@ -183,7 +185,6 @@ float:left;
font-size: 14px; font-size: 14px;
font-weight: bold; font-weight: bold;
color: #666666; color: #666666;
} }
#currentFolderInfo dt{ #currentFolderInfo dt{
font-size:12px; font-size:12px;

Loading…
Cancel
Save