From 90a70e661f3cbc776dbae1ef1ad813e1a4f019f1 Mon Sep 17 00:00:00 2001 From: Ernie Park Date: Wed, 7 Mar 2012 14:52:01 -0500 Subject: [PATCH] include kyles changes to bold the video speed --HG-- branch : ernie-static-video-fixes --- css/application.css | 58 ++++++++++++++++++++++++++------------------- 1 file changed, 33 insertions(+), 25 deletions(-) diff --git a/css/application.css b/css/application.css index 9385aa836d..630871eba9 100644 --- a/css/application.css +++ b/css/application.css @@ -1,3 +1,4 @@ +@charset "UTF-8"; /* html5doctor.com Reset Stylesheet v1.6.1 @@ -2523,6 +2524,9 @@ div.course-wrapper section.course-content ol.vert-mod > li { border-bottom: none; margin-bottom: 0; padding-bottom: 0; } +div.course-wrapper section.course-content section.tutorials ul { + list-style: disc outside none; + margin-left: 22.652px; } div.course-wrapper.closed section.course-index { width: 3.077%; } div.course-wrapper.closed section.course-index header#open_close_accordion { @@ -2739,6 +2743,8 @@ section.course-content div.video-subtitles { zoom: 1; *display: inline; *vertical-align: auto; } + section.course-content div.video-subtitles div.video-wrapper section.video-controls div.secondary-controls div.speeds ol#video_speeds li.active { + font-weight: bold; } section.course-content div.video-subtitles div.video-wrapper section.video-controls div.secondary-controls a.hide-subtitles { float: left; display: block; @@ -2999,31 +3005,33 @@ div.book-wrapper section.book-sidebar { -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; } - div.book-wrapper section.book-sidebar ul#booknav a { - color: #000; } - div.book-wrapper section.book-sidebar ul#booknav a:hover { - color: #666; } - div.book-wrapper section.book-sidebar ul#booknav li { - background: none; - padding-left: 30px; } - div.book-wrapper section.book-sidebar ul#booknav li div.hitarea { - margin-left: -22px; - background-image: url("/static/images/treeview-default.gif"); - position: relative; - top: 4px; } - div.book-wrapper section.book-sidebar ul#booknav li div.hitarea:hover { - opacity: 0.6; - filter: alpha(opacity=60); } - div.book-wrapper section.book-sidebar ul#booknav li ul { - background: none; } - div.book-wrapper section.book-sidebar ul#booknav > li { - border-bottom: 1px solid #d3d3d3; - -webkit-box-shadow: 0 1px 0 #eeeeee; - -moz-box-shadow: 0 1px 0 #eeeeee; - -ms-box-shadow: 0 1px 0 #eeeeee; - -o-box-shadow: 0 1px 0 #eeeeee; - box-shadow: 0 1px 0 #eeeeee; - padding: 7px 7px 7px 30px; } + div.book-wrapper section.book-sidebar ul#booknav { + font-size: 12px; } + div.book-wrapper section.book-sidebar ul#booknav a { + color: #000; } + div.book-wrapper section.book-sidebar ul#booknav a:hover { + color: #666; } + div.book-wrapper section.book-sidebar ul#booknav li { + background: none; + padding-left: 30px; } + div.book-wrapper section.book-sidebar ul#booknav li div.hitarea { + margin-left: -22px; + background-image: url("/static/images/treeview-default.gif"); + position: relative; + top: 4px; } + div.book-wrapper section.book-sidebar ul#booknav li div.hitarea:hover { + opacity: 0.6; + filter: alpha(opacity=60); } + div.book-wrapper section.book-sidebar ul#booknav li ul { + background: none; } + div.book-wrapper section.book-sidebar ul#booknav > li { + border-bottom: 1px solid #d3d3d3; + -webkit-box-shadow: 0 1px 0 #eeeeee; + -moz-box-shadow: 0 1px 0 #eeeeee; + -ms-box-shadow: 0 1px 0 #eeeeee; + -o-box-shadow: 0 1px 0 #eeeeee; + box-shadow: 0 1px 0 #eeeeee; + padding: 7px 7px 7px 30px; } div.book-wrapper section.book nav a { padding: 0 22.652px; } div.book-wrapper section.book nav ul li.last {