sintonia/airtime_mvc/public/css/player-form.css

50 lines
817 B
CSS

.embed-player-text-box {
padding-right: 0px !important;
width: 100% !important;
}
.embed-player-form {
width: 98%;
}
.embed-player-form dd {
width: 100% !important;
float: left;
margin: 0;
padding: 4px 0px 4px 0px;
}
.player-preview {
width: 100%;
}
.player-preview iframe {
margin: 0 auto;
display: block;
}
#player_form {
width: 40%;
margin: 0 auto;
}
#player_form dd {
margin-bottom: 10px;
}
#player_instructions {
border-bottom: 1px solid;
padding-bottom: 10px;
font-size: 14px;
font-weight: bold;
color: #5b5b5b;
margin-bottom: 10px;
}
.player-checkbox {
clear: left;
color: #5b5b5b;
float: left;
font-size: 13px;
font-weight: bold;
margin: 0;
min-width: 90px;
padding: 4px 0;
text-align: left;
}