clipbucket/upload/styles/cb_2014/theme/less/upload.less

156 lines
2.4 KiB
Text
Raw Normal View History

.uploadFormDiv{
label{
font-weight: normal;
font-size: 16px;
}
p {
font-size: 14px;
}
.progress-container {
p {
margin: 0px;
}
.progress {
margin-bottom: 0px;
}
}
.video-info-container {
ul.nav-tabs {
li {
&.active {
a {
font-weight: bold;
background-color: #fafafa;
}
}
}
}
.tab-content {
padding: 0px;
}
.upload-area {
background-color: #fafafa;
min-height: 200px;
border-left: 1px solid #e9e9e9;
border-right: 1px solid #e9e9e9;
border-bottom: 1px solid #e9e9e9;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
}
label {
&.light {
font-weight: normal;
font-size: 15px;
margin-top: 6px;
}
}
input, textarea {
background-color: #fafafa;
border-color: #e9e9e9;
}
}
.submit-container {
text-transform:uppercase;
margin-bottom: 25px;
.btn {
width: 100%;
}
}
.download-container {
.checkbox {
margin: 0px 25px;
span {
margin-right: 8%;
}
}
}
.sharing-contatiner {
.radio {
label {
font-size: 14px;
}
}
.form-group, .checkbox {
label {
&.light {
font-weight: normal;
font-size: 15px;
}
}
}
}
.terms-contatiner {
.checkbox {
label {
&.light {
font-weight: normal;
font-size: 14px;
}
}
}
}
.fileUploaderForm{
padding: 20px;
}
.fileUploaderForm a{
margin-bottom: 10px;
}
.uploadedFilesList{
/*padding: 5px;*/
/*background-color: #eee;*/
margin-bottom: 10px;
}
.uploadedFilesList ul{
list-style: none;
padding: 0;
margin: 0;
}
.uploadedFilesList ul li{
background-color: #ccc;
padding: 10px;
border: solid 1px #aaa;
font-size: 12px;
}
#fileUploadProgress{
margin-bottom: 10px;
}
#fileUploadProgress progress{
width: 100%;
}
#updateVideoInfo{
margin: 15px 5px 5px;
text-transform: capitalize;
border: none;
}
#updateVideoInfo .requiredFields{
padding: 10px;
}
}
.uploadFormSidebarDiv{
label{
font-weight: normal;
font-size: 14px;
}
.sharingOptions{
padding: 5px;
border: none;
}
.sharingOptions .panel-content{
padding: 10px;
}
}