92 lines
1.3 KiB
SCSS
92 lines
1.3 KiB
SCSS
$medgray: #3A9AC9;
|
|
|
|
.videolisting {
|
|
label {
|
|
color: #fff;
|
|
}
|
|
|
|
input {
|
|
border: 2px inset;
|
|
}
|
|
|
|
.nested-fields:nth-of-type(odd){
|
|
background-color: #395C84;
|
|
padding: 10px;
|
|
.help-block{
|
|
color: #ccc;
|
|
}
|
|
|
|
}
|
|
.nested-fields:nth-of-type(even) {
|
|
background-color: lighten(#456A92, 10);
|
|
padding: 10px;
|
|
}
|
|
|
|
.even, .odd {
|
|
.help-block{
|
|
color: #ccc;
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
.campaigns {
|
|
input {
|
|
width: 100%;
|
|
}
|
|
|
|
input[type="submit"] {
|
|
width: 131px
|
|
}
|
|
|
|
textarea {
|
|
width: 100%;
|
|
height: 5em;
|
|
}
|
|
|
|
select {
|
|
width: 100%;
|
|
}
|
|
|
|
.campaign-item, .videolisting-item {
|
|
display: block;
|
|
strong {
|
|
display: block;
|
|
}
|
|
span {
|
|
padding-left: 2em;
|
|
}
|
|
span.list-item {
|
|
display: block;
|
|
}
|
|
}
|
|
span.tag.label.label-info {
|
|
display: block;
|
|
margin-bottom: 1px;
|
|
|
|
.tag-item {
|
|
width: 90%;
|
|
white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
|
|
white-space: -pre-wrap; /* Opera 4-6 */
|
|
white-space: -o-pre-wrap; /* Opera 7 */
|
|
white-space: pre-wrap; /* css-3 */
|
|
word-wrap: break-word; /* Internet Explorer 5.5+ */
|
|
word-break: break-all;
|
|
white-space: normal;
|
|
}
|
|
}
|
|
|
|
div.bootstrap-tagsinput {
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
|
|
#error_explanation ul{
|
|
display: none;
|
|
}
|
|
|
|
span.help-inline {
|
|
color: #f00;
|
|
}
|