improve styles for advanced html editor into social network

skala
Juan Carlos Raña 15 years ago
parent b9c3bffa32
commit 469fd3b2d6
  1. 1
      main/inc/lib/fckeditor/editor/plugins/ajaxfilemanager/ajaxfilemanager.php
  2. 2
      main/inc/lib/fckeditor/editor/plugins/ajaxfilemanager/inc/config.base.php
  3. 33
      main/inc/lib/fckeditor/editor/plugins/ajaxfilemanager/theme/default/css/stand_alone.css
  4. 15
      main/inc/lib/fckeditor/editor/plugins/ajaxfilemanager/theme/default/css/thickbox.css
  5. 12
      main/social/myfiles.php

@ -235,6 +235,7 @@ $(document).ready(
<dt><?php echo LBL_CURRENT_FOLDER_PATH; ?></dt>
<dt id="currentFolderPath"><?php echo $folderInfo['path']; ?></dt><!-- hack for breadcrumb for Chamilo change <dd> by <dt> -->
</dl>
<br />
<div id="viewList">

@ -165,7 +165,7 @@
//Preview
define('CONFIG_IMG_THUMBNAIL_MAX_X', 100);
define('CONFIG_IMG_THUMBNAIL_MAX_Y', 100);
define('CONFIG_THICKBOX_MAX_WIDTH', 700);
define('CONFIG_THICKBOX_MAX_WIDTH', 500);
define('CONFIG_THICKBOX_MAX_HEIGHT', 430);

@ -3,7 +3,7 @@
html, body{
margin: 0px;
padding: 0px;
background-color:#E8E8E8;
background-color: #E8E8E8;
}
body,td
{
@ -20,10 +20,6 @@ form{margin: 0;}
padding: 6px;
margin:8px;
border:1px solid #a1a1a1;
background-image: url(../images/panel_bg.gif);
background-repeat: repeat-y;
background-position: left top;
background-color: #d9dbdc;
}
#leftCol legend {
@ -87,9 +83,9 @@ overflow-x: hidden;
max-height:380px;
}
.pagination_content{
margin-left: 200px;
overflow: auto;
overflow-x: hidden;
margin-left: 100px;
overflow: auto;
overflow-x: hidden;
}
.leftToRightArrow{
background-image:url(../images/arrow_right.png);
@ -166,16 +162,13 @@ float:left;
#header
{
text-align:left;
margin:0;
padding:0;
margin:0px;
padding:15px;
padding-top:0px;
padding-left:18px;
padding-right:18px;
height:59px;
background-image: url(../images/header.jpg);
background-repeat: no-repeat;
background-position: right top;
background-color:#ececed;
background-color:#efefef;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #b3b3b4;
@ -208,14 +201,13 @@ text-decoration:underline;
#viewList{
position:absolute;
left:18px;
top:36px;
top:56px;
}
#actionHeader
{
list-style-type: none;
margin:0;
padding:0;
text-align:right;
margin:0px;
padding:0px;
}
#actionHeader li{line-height: 24px;}
/*~~~~~~Links Setting ~~~~~~~~*/
@ -609,10 +601,7 @@ padding: 2px 10px;
.jqmBody{
border:1px solid #a1a1a1;
background-image: url(../images/panel_bg.gif);
background-repeat: repeat-y;
background-position: left top;
border:1px solid #a1a1a1;
background-color: #d9dbdc;
}

@ -32,10 +32,10 @@
z-index:100;
top: 0px;
left: 0px;
background-color:#000;
filter:alpha(opacity=55); /* Chamilo change 75 by 50 */
-moz-opacity: 0.55; /* Chamilo change 0.75 by .50 */
opacity: 0.55; /* Chamilo change 0.75 by .50 */
background-color:#ccc; /* Chamilo change 000 by ccc */
filter:alpha(opacity=55); /* Chamilo change 75 by 55 */
-moz-opacity: 0.55; /* Chamilo change 0.75 by .55 */
opacity: 0.55; /* Chamilo change 0.75 by .55 */
height:100%;
width:100%;
}
@ -81,7 +81,7 @@ margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = d
#TB_closeWindow{
height:25px;
padding:11px 25px 10px 0;
float:right;
float:right;
}
#TB_closeAjaxWindow{
@ -89,6 +89,9 @@ margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = d
margin-bottom:1px;
text-align:right;
float:right;
background-repeat:no-repeat; /* Chamilo */
background-image:url(../images/flagno.png); /* Chamilo */
background-position: left; /* Chamilo */
}
#TB_ajaxWindowTitle{
@ -107,7 +110,7 @@ margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = d
padding:2px 15px 15px 15px;
overflow:auto;
text-align:left;
line-height:1.4em;
line-height:1.4em;
}
#TB_ajaxContent.TB_modal{

@ -114,12 +114,14 @@ echo '<div id="social-content">';
echo '<div id="social-content-right>';
echo '<a href=""></a>';//TODO: hack and delete this line
echo '<iframe name="fileManager" id="fileManager" src="'.api_get_path(WEB_PATH).'main/inc/lib/fckeditor/editor/plugins/ajaxfilemanager/ajaxfilemanager.php?editor=stand_alone" scrolling="no" noresize="noresize" frameborder="no" style="height:450px; width:80%; border: 0px; padding: 0px; float:left"></iframe>';
echo '<div class="social-box-container2">';
echo '<div>'.Display::return_icon('content-post-group1.jpg',get_lang('MyFiles')).'</div>';
echo '<div id="div_content_table" class="social-box-content2">';
echo '<table><tr><td><iframe name="fileManager" id="fileManager" src="'.api_get_path(WEB_PATH).'main/inc/lib/fckeditor/editor/plugins/ajaxfilemanager/ajaxfilemanager.php?editor=stand_alone" scrolling="no" noresize="noresize" frameborder="no" style="height:450px; width:655px; float:left"></iframe></td></tr></table>';
echo '</div>';
echo '</div>';
echo '</div>';
echo '</div>';
echo '</div>';
Display::display_footer();
?>

Loading…
Cancel
Save