VRFS-3359 : Style updates, mostly for experience page.

This commit is contained in:
Steven Miers 2015-08-28 13:30:32 -05:00
parent cf6f4046da
commit 4eac4ccd7a
2 changed files with 86 additions and 11 deletions

View File

@ -2,23 +2,42 @@
@import "client/screen_common.css.scss";
.react-component {
.checkbox-scroller {
width: 100%;
em {
font-style: italic;
}
.checkbox-scroller, .editable-scroller {
overflow-x: hidden;
overflow-y: auto;
overflow-y: scroll;
//position: relative;
width: 100%;
min-height: 10em;
// min-height: 10em;
// max-height: 20em;
@include border_box_sizing;
text-align:left;
border-right: 1px solid #4c4c4c;
margin-bottom:10px;
margin-top:10px;
//border-right: 1px solid #4c4c4c;
margin-bottom:2em;
margin-top:2em;
padding: 0.25em;
}
.editable-scroller {
border: 2px solid #c5c5c5;
color: #c5c5c5;
height: 10em;
}
.checkbox-scroller {
background-color: #c5c5c5;
height: 15em;
.checkItem {
clear: both;
label {
color: black;
display: inline;
float: left;
float: left;
font-size: 1em;
}
input {

View File

@ -3,6 +3,25 @@
.teacher-setup {
font-family: Raleway, Arial, Helvetica, verdana, arial, sans-serif;
.TeacherSetupComponent {
@include border_box_sizing;
//float: left;
position: relative;
//clear: both;
height: 100%;
.TeacherSetupNav {
clear: both;
@include border_box_sizing;
float: left;
// margin-top:90%;
// position: absolute;
// bottom: 40px;
// right: 40px;
}
}
.teacher-setup-form {
padding: 1em;
.error-text {
@ -22,6 +41,32 @@
@extend .w25;
}
.teacher-third-column {
@include border_box_sizing;
width: 33%;
float: left;
padding-right: 1em;
}
table.form-table {
width: 100%;
margin-bottom: 1em;
label, input, select {
width: 100%;
margin: 4px 4px 4px 0px;
}
.inline-fields {
display: inline;
label, input, select {
display: inline;
width: auto;
}
}
}
.teacher-field {
padding: 1em;
@include border_box_sizing;
@ -56,20 +101,31 @@
//padding: 5px;
}
}
}
label {
font-size: 1.05em;
}
.TeacherSetupNav {
clear: both;
float: right;
}
label.strong-label {
font-weight: bold;
font-size: 1.1em;
}
label.sub-caption {
font-weight: normal;
font-size: 1.0em;
margin: 8px 4px 8px 0px;
text-transform: uppercase;
}
}