Skip to content

Commit

Permalink
Adding ecourse styles
Browse files Browse the repository at this point in the history
  • Loading branch information
brandoncordell committed Feb 27, 2013
1 parent a2f80fe commit fe5739c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions css/style.css
Expand Up @@ -489,6 +489,8 @@ div.required label:after {

/* Login */

#ChildLoginForm #UserPassword,
#UserLoginForm #UserPassword {width: 30px;}
#ChildLoginForm label,
#UserLoginForm label {margin-right: 10px;}
#ChildLoginForm .input,
Expand Down Expand Up @@ -1408,6 +1410,7 @@ li.step div.inner-container img.ico {
top: 30px;
}

#dashboard #online-ecourses li .title,
#dashboard #online-registrations li .title,
#dashboard #online-orientations li .title,
#dashboard #online-enrollments li .title {
Expand All @@ -1420,6 +1423,10 @@ li.step div.inner-container img.ico {
top: 23px;
}

#dashboard #online-ecourses li .action {
top: 35px;
}

span.label {
display: inline-block;
padding: 2px 4px;
Expand All @@ -1439,3 +1446,9 @@ span.label {
span.label a {
color: #fff;
}

#ecourse-quiz {}
#ecourse-quiz .question { margin-bottom: 18px }
#ecourse-quiz .question p { margin-bottom: 10px }
#ecourse-quiz .question ol { margin-left: 10px }
#ecourse-quiz .question input { margin-bottom: 4px }

0 comments on commit fe5739c

Please sign in to comment.