[svn r11599] course tools shortcuts are better displayed

skala
Eric Marguin 18 years ago
parent aedf61a04a
commit 0be1a60ce1
  1. 3
      main/css/default/default.css
  2. 4
      main/css/default_with_tabs/default.css
  3. 3
      main/css/dokeosgrey/default.css
  4. 3
      main/inc/banner.inc.php

@ -384,6 +384,8 @@ a.invisible:visited {
color: #009;
margin-bottom: 2px;
padding: 4px;
float: left;
clear:right;
}
#header4 a {
@ -398,6 +400,7 @@ a.invisible:visited {
/* The tool shortcuts */
#toolshortcuts {
text-align: right;
clear: right;
}
/*

@ -317,6 +317,8 @@ input[text] {font-size: 12px; }
color: #009;
padding: 4px;
margin-bottom: 2px;
float: left;
clear:right;
}
#header4 a {
color: #4171b5;
@ -328,6 +330,8 @@ input[text] {font-size: 12px; }
/* The tool shortcuts */
#toolshortcuts {
text-align: right;
clear: right;
}
/*****************************************************

@ -311,6 +311,8 @@ input[text] {font-size: 12px; }
color: #009;
padding: 4px;
margin-bottom: 2px;
float: left;
clear:right;
}
#header4 a {
color: #666;
@ -322,6 +324,7 @@ input[text] {font-size: 12px; }
/* The tool shortcuts */
#toolshortcuts {
text-align: right;
clear: right;
}
/*****************************************************

@ -324,7 +324,7 @@ foreach($navigation as $index => $navigation_info)
}
echo implode(' > ',$navigation);
?>
<div class="clear">&nbsp;</div>
</div><!-- end of header4 -->
<?php
if(api_get_setting('show_toolshortcuts')=='true')
@ -348,6 +348,7 @@ if (isset ($dokeos_database_connection))
?>
</div> <!-- end of the whole #header section -->
<div class="clear">&nbsp;</div>
<?php
//to mask the main div, set $header_hide_main_div to true in any script just before calling Display::display_header();
global $header_hide_main_div;

Loading…
Cancel
Save