More style corrections

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

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

@ -600,7 +600,6 @@ a.personal_agenda:hover, a.personal_agenda:hover {
.agenda_day {
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;
}
@ -15,9 +15,25 @@
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;
@ -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,30 +85,28 @@
.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;
}
}
@ -126,21 +124,6 @@
}
@media (max-width: 980px) {
/* Remove any padding from the body */
body {
padding-top: 0;
}
#topbar_push {
height: 0px;
}
}
/* LARGE DESKTOP SCREENS */
@media (min-width: 1210px) {
}
Loading…
Cancel
Save