More style corrections

skala
Julio Montoya 13 years ago
parent 42e62b8b4c
commit bc4a78ebd6
  1. 3
      main/course_home/activity.php
  2. 2
      main/course_home/course_home.php
  3. 3
      main/css/base.css
  4. 2
      main/css/base_chamilo.css
  5. 87
      main/css/responsive.css

@ -89,8 +89,7 @@ if (api_is_allowed_to_edit(null, true) && !api_is_coach()) {
$my_list = CourseHome::get_tools_category(TOOL_AUTHORING);
$items = CourseHome::show_tools_category($my_list);
$content .= return_block(get_lang('Authoring'), $items);
$content .= return_block(get_lang('Authoring'), $items);
$my_list = CourseHome::get_tools_category(TOOL_INTERACTION);
$list2 = CourseHome::get_tools_category(TOOL_COURSE_PLUGIN);

@ -283,4 +283,4 @@ $tpl = new Template($tool_name);
$tpl->assign('actions', $actions);
$tpl->assign('message', $show_message);
$tpl->assign('content', $content);
$tpl->display_one_col_template();
$tpl->display_one_col_template();

@ -599,8 +599,7 @@ a.personal_agenda:hover, a.personal_agenda:hover {
}
.agenda_day {
float:left;
float:left;
width:100%;
background-color: #F8F9FF;
color: #666666;

@ -604,7 +604,7 @@ input.link_alike:hover {
padding: 0 4px;
}
.tool-icon {
margin-bottom: -3px;
/*margin-bottom: -3px;*/
}
/**********************************************

@ -3,7 +3,7 @@
/* Responsive Docs
-------------------------------------------------- */
@media (max-width: 480px) {
@media (max-width: 479px) {
.resize_font {
display:none;
}
@ -14,10 +14,26 @@
h4 {
font-size: 16px;
}
.notification-panel {
display:none;
}
#header2 .nav-pills {
display:none;
}
}
@media (max-width: 768px) {
@media (max-width: 767px) {
.notification-panel {
display:none;
}
#header2 .nav-pills {
display:none;
}
/* Remove any padding from the body */
body {
@ -29,14 +45,10 @@
}
/* Removing just for now*/
#header4{
#header4 {
display:none;
}
#header2 {
}
/* Subnav */
.subnav {
border:1px solid #fff;
@ -48,7 +60,7 @@
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
}
.subnav .nav > li {
float: none;
}
@ -65,18 +77,6 @@
border-radius: 4px 4px 0 0;
}
/* Popovers */
.large-bird {
display: none;
}
.popover-well .popover-wrapper {
margin-left: 0;
}
/* Space out the show-grid examples */
.show-grid [class*="span"] {
margin-bottom: 5px;
}
/* Unfloat the back to top link in footer */
.footer .pull-right {
@ -85,31 +85,29 @@
.footer p {
margin-bottom: 9px;
}
}
@media (min-width: 480px) and (max-width: 768px) {
.notification-panel {
display:none;
}
#header2 .nav-pills {
display:none;
}
}
@media (min-width: 768px) and (max-width: 980px) {
@media (min-width: 768px) and (max-width: 979px) {
/* fixes tabs */
#header3 .nav-tabs > li > a, #header3 .nav-pills > li > a {
padding-left: 6px;
padding-right: 6px;
}
/* only for the course tools */
#course_tools .row > [class*="span"], #course_tools .row-fluid > [class*="span"] {
float: left;
}
}
@media (max-width: 979px) {
/* Remove any padding from the body */
body {
padding-top: 0;
}
#topbar_push {
height: 0px;
}
}
@media (min-width: 980px) and (max-width: 1024px) {
@ -122,22 +120,7 @@
/* only for the course tools */
#course_tools .row > [class*="span"], #course_tools .row-fluid > [class*="span"] {
float: left;
}
}
@media (max-width: 980px) {
/* Remove any padding from the body */
body {
padding-top: 0;
}
#topbar_push {
height: 0px;
}
}
}

Loading…
Cancel
Save