Skip to content

Commit

Permalink
Merge pull request #221 from woothemes/release-1-4-5
Browse files Browse the repository at this point in the history
Release 1.4.5
  • Loading branch information
Dan Johnson committed Dec 6, 2013
2 parents 1ddb729 + f6b6148 commit 147aa37
Show file tree
Hide file tree
Showing 34 changed files with 965 additions and 429 deletions.
27 changes: 27 additions & 0 deletions assets/css/admin-custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
/*
Plugin Name: Sensei
Plugin URI: http://woothemes.com/
Description: Sensei by WooThemes is the best Learning Management System ever!
Version: 1.4.5
Author: WooThemes
Author URI: http://woothemes.com/
License: GPL version 2 or later - http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
*/

/* Lesson Write Panel Styling */
a.lesson_course_cancel { text-decoration: underline; }
a.lesson_question_cancel { text-decoration: underline; }
#lesson-info input[type=text] { margin-bottom: 10px; }
#lesson-quiz input[type=text] { margin-bottom: 10px; }
#lesson-course-details input, #lesson-course-details select { margin-bottom: 10px; }
tr.question-quick-edit td { padding-bottom: 10px; }
#add-quiz-main button.add_quiz { margin-left: 5px; }
select.question-type-select { margin-bottom: 10px; }
div.question_boolean_fields { margin-bottom: 10px; }
/* Chosen styling */
div.chzn-container { width: 256px !important; margin-bottom: 10px; display: block;}
div.chzn-drop { width: 254px !important; }
div.chzn-search input { width: 246px !important; }
/* Course Write Panel Styling */
/* Grading */
.wrap div.grading-notice { margin: 25px 0 0px; }
Loading

0 comments on commit 147aa37

Please sign in to comment.