diff --git a/upload/styles/cb_2013/layout/upload.html b/upload/styles/cb_2013/layout/upload.html index bf944004..03a4c965 100644 --- a/upload/styles/cb_2013/layout/upload.html +++ b/upload/styles/cb_2013/layout/upload.html @@ -16,7 +16,7 @@ -
+
-
file upload
+
+ +
+
Upload form here
+
+ +
+ +
+
+ +
+
+ +
+
+ +
+ +
+
+
+ +
+ +
+
+ +
remote upload
remote play
embed code
diff --git a/upload/styles/cb_2013/theme/less/upload.less b/upload/styles/cb_2013/theme/less/upload.less index efdfa8f6..99d242c0 100644 --- a/upload/styles/cb_2013/theme/less/upload.less +++ b/upload/styles/cb_2013/theme/less/upload.less @@ -11,6 +11,42 @@ } } + .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;