From 69be6a431e47084f212a544abaf33ce3888d9879 Mon Sep 17 00:00:00 2001 From: Yoselyn Castillo Date: Thu, 6 Jun 2013 13:39:16 -0400 Subject: [PATCH 1/2] Creating vertical scroll in teachers list for courses in user_portal.php -refs #5159 --- main/css/base.css | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/main/css/base.css b/main/css/base.css index 6f5649e0b7..2f1a7a00b5 100644 --- a/main/css/base.css +++ b/main/css/base.css @@ -574,6 +574,14 @@ a.tag { margin:0px 0px 10px 0px; */ } +.course-box h5 { + font-size: 12px; + overflow-x : auto; + overflow-y: scroll; + max-height:70px; + padding: 5px; +} + .session_box_title { margin-bottom: 7px; } @@ -2795,8 +2803,6 @@ div.admin_section h4 { border-color: #ccc transparent transparent transparent; } - - .ribbon .rib::before {left: 0;} .ribbon .rib::after {right: 0;} @@ -4861,3 +4867,4 @@ i.size-32.icon-new-work{ line-height: 14px; background-color: #e6e6e6; } + From bde73b909a22b719e3dd127d4f6d20ca419082fe Mon Sep 17 00:00:00 2001 From: Yoselyn Castillo Date: Fri, 7 Jun 2013 10:52:02 -0400 Subject: [PATCH 2/2] fixes for teachers list in categories hot courses and footer -refs #5159 --- main/css/base.css | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/main/css/base.css b/main/css/base.css index 2f1a7a00b5..8dc85d9c41 100644 --- a/main/css/base.css +++ b/main/css/base.css @@ -403,6 +403,12 @@ footer .container .row { padding-top: 50px; } +footer #footer_left { + overflow-y : auto; + max-height:50px; + padding: 5px; +} + #footer_right #admin_name, #footer_right #software_name{ text-align:right; } @@ -573,11 +579,11 @@ a.tag { /*padding:5px 10px 5px 10px; margin:0px 0px 10px 0px; */ } - +#course_category li, +#hot_courses h5, .course-box h5 { font-size: 12px; - overflow-x : auto; - overflow-y: scroll; + overflow-y : auto; max-height:70px; padding: 5px; }