125 lines
4.4 KiB
CSS
125 lines
4.4 KiB
CSS
|
/* line 1, /Users/tsouza/RubymineProjects/vidpush/app/assets/stylesheets/campaign.css.scss */
|
||
|
body {
|
||
|
margin-top: 50px;
|
||
|
}
|
||
|
|
||
|
/* line 5, /Users/tsouza/RubymineProjects/vidpush/app/assets/stylesheets/campaign.css.scss */
|
||
|
h2 {
|
||
|
margin-top: 0;
|
||
|
}
|
||
|
|
||
|
/* line 9, /Users/tsouza/RubymineProjects/vidpush/app/assets/stylesheets/campaign.css.scss */
|
||
|
strong, label, th {
|
||
|
color: #395C84;
|
||
|
}
|
||
|
|
||
|
/* line 13, /Users/tsouza/RubymineProjects/vidpush/app/assets/stylesheets/campaign.css.scss */
|
||
|
ul {
|
||
|
list-style: none;
|
||
|
padding-left: 0;
|
||
|
}
|
||
|
|
||
|
/* line 18, /Users/tsouza/RubymineProjects/vidpush/app/assets/stylesheets/campaign.css.scss */
|
||
|
.help-block {
|
||
|
font-size: .85em;
|
||
|
}
|
||
|
|
||
|
/* line 22, /Users/tsouza/RubymineProjects/vidpush/app/assets/stylesheets/campaign.css.scss */
|
||
|
.alert {
|
||
|
margin-bottom: 0;
|
||
|
margin-top: 1.5em;
|
||
|
padding: 5px 10px;
|
||
|
}
|
||
|
|
||
|
/* line 28, /Users/tsouza/RubymineProjects/vidpush/app/assets/stylesheets/campaign.css.scss */
|
||
|
.alert-form {
|
||
|
margin-top: .5em !important;
|
||
|
}
|
||
|
|
||
|
/* line 35, /Users/tsouza/RubymineProjects/vidpush/app/assets/stylesheets/campaign.css.scss */
|
||
|
.videolisting label {
|
||
|
color: #fff;
|
||
|
}
|
||
|
/* line 44, /Users/tsouza/RubymineProjects/vidpush/app/assets/stylesheets/campaign.css.scss */
|
||
|
.videolisting .nested-fields:nth-of-type(odd), .videolisting li.blue-box:nth-of-type(odd),
|
||
|
.videolisting .nested-fields:nth-of-type(even), .videolisting li.blue-box:nth-of-type(even) {
|
||
|
-webkit-border-radius: 1em;
|
||
|
-moz-border-radius: 1em;
|
||
|
border-radius: 1em;
|
||
|
margin-bottom: 1em;
|
||
|
padding: 1em;
|
||
|
}
|
||
|
/* line 50, /Users/tsouza/RubymineProjects/vidpush/app/assets/stylesheets/campaign.css.scss */
|
||
|
.videolisting .nested-fields:nth-of-type(odd) .help-block, .videolisting .nested-fields:nth-of-type(odd) strong, .videolisting .nested-fields:nth-of-type(odd) p, .videolisting li.blue-box:nth-of-type(odd) .help-block, .videolisting li.blue-box:nth-of-type(odd) strong, .videolisting li.blue-box:nth-of-type(odd) p,
|
||
|
.videolisting .nested-fields:nth-of-type(even) .help-block,
|
||
|
.videolisting .nested-fields:nth-of-type(even) strong,
|
||
|
.videolisting .nested-fields:nth-of-type(even) p, .videolisting li.blue-box:nth-of-type(even) .help-block, .videolisting li.blue-box:nth-of-type(even) strong, .videolisting li.blue-box:nth-of-type(even) p {
|
||
|
color: #ffffff;
|
||
|
}
|
||
|
/* line 55, /Users/tsouza/RubymineProjects/vidpush/app/assets/stylesheets/campaign.css.scss */
|
||
|
.videolisting .nested-fields:nth-of-type(odd), .videolisting li.blue-box:nth-of-type(odd) {
|
||
|
background-color: #395C84;
|
||
|
}
|
||
|
/* line 59, /Users/tsouza/RubymineProjects/vidpush/app/assets/stylesheets/campaign.css.scss */
|
||
|
.videolisting .nested-fields:nth-of-type(even), .videolisting li.blue-box:nth-of-type(even) {
|
||
|
background-color: #4875a8;
|
||
|
}
|
||
|
/* line 64, /Users/tsouza/RubymineProjects/vidpush/app/assets/stylesheets/campaign.css.scss */
|
||
|
.videolisting .remove-video a {
|
||
|
color: #ffffff;
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
|
||
|
/* line 73, /Users/tsouza/RubymineProjects/vidpush/app/assets/stylesheets/campaign.css.scss */
|
||
|
.campaigns input, .campaigns select, .campaigns textarea {
|
||
|
width: 100%;
|
||
|
}
|
||
|
/* line 76, /Users/tsouza/RubymineProjects/vidpush/app/assets/stylesheets/campaign.css.scss */
|
||
|
.campaigns input[type="submit"] {
|
||
|
margin-bottom: 1em;
|
||
|
width: auto;
|
||
|
}
|
||
|
/* line 80, /Users/tsouza/RubymineProjects/vidpush/app/assets/stylesheets/campaign.css.scss */
|
||
|
.campaigns textarea {
|
||
|
height: 5em;
|
||
|
}
|
||
|
/* line 83, /Users/tsouza/RubymineProjects/vidpush/app/assets/stylesheets/campaign.css.scss */
|
||
|
.campaigns .control-group {
|
||
|
margin-bottom: 1em;
|
||
|
}
|
||
|
/* line 100, /Users/tsouza/RubymineProjects/vidpush/app/assets/stylesheets/campaign.css.scss */
|
||
|
.campaigns span.tag.label.label-info {
|
||
|
display: block;
|
||
|
margin-bottom: 1px;
|
||
|
}
|
||
|
/* line 104, /Users/tsouza/RubymineProjects/vidpush/app/assets/stylesheets/campaign.css.scss */
|
||
|
.campaigns span.tag.label.label-info .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;
|
||
|
}
|
||
|
/* line 116, /Users/tsouza/RubymineProjects/vidpush/app/assets/stylesheets/campaign.css.scss */
|
||
|
.campaigns div.bootstrap-tagsinput {
|
||
|
width: 100%;
|
||
|
}
|
||
|
|
||
|
/* line 121, /Users/tsouza/RubymineProjects/vidpush/app/assets/stylesheets/campaign.css.scss */
|
||
|
#error_explanation ul {
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
/* line 125, /Users/tsouza/RubymineProjects/vidpush/app/assets/stylesheets/campaign.css.scss */
|
||
|
span.help-inline {
|
||
|
color: #f00;
|
||
|
}
|