X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fvideos%2F%2Bvideo-edit%2Fshared%2Fvideo-edit.component.scss;h=4d18712310113dd1c12bbca21b5358606b4a9285;hb=63347a0ff966c7863e5b7431effa1cb0668df893;hp=1317f74264f2992bce3b2adcba3c7e83ddb76aff;hpb=07fa4c97ca50b83b0bee9230da97d02401b4e05f;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/videos/+video-edit/shared/video-edit.component.scss b/client/src/app/videos/+video-edit/shared/video-edit.component.scss index 1317f7426..4d1871231 100644 --- a/client/src/app/videos/+video-edit/shared/video-edit.component.scss +++ b/client/src/app/videos/+video-edit/shared/video-edit.component.scss @@ -5,12 +5,9 @@ @include peertube-select-container(auto); } -.peertube-select-disabled-container { - @include peertube-select-disabled-container(auto); -} - .video-edit { height: 100%; + min-height: 300px; .form-group { margin-bottom: 25px; @@ -19,49 +16,75 @@ input { @include peertube-input-text(100%); display: block; - - &[type=checkbox] { - @include peertube-checkbox(1px); - } } input, select { font-size: 15px } - .form-group-checkbox { + .label-tags + span { + font-size: 15px; + } + + .advanced-settings .form-group { + margin-bottom: 20px; + } +} + +.captions { + + .captions-header { + text-align: right; + + .create-caption { + @include create-button('../../../../assets/images/global/add.svg'); + } + } + + .caption-entry { display: flex; + height: 40px; align-items: center; - label { - font-weight: $font-regular; - margin: 0; + a.caption-entry-label { + @include disable-default-a-behaviour; + + color: #000; + + &:hover { + opacity: 0.8; + } } - input { - width: 10px; - margin-right: 10px; + .caption-entry-label { + font-size: 15px; + font-weight: bold; + + margin-right: 20px; + width: 150px; } - } - .label-tags + span { - font-size: 15px; - } + .caption-entry-state { + width: 200px; - .root-tabset /deep/ > .nav { - margin-left: 15px; - margin-bottom: 15px; + &.caption-entry-state-create { + color: #39CC0B; + } - .nav-link { - display: flex !important; - align-items: center; - height: 30px !important; - padding: 0 15px !important; + &.caption-entry-state-delete { + color: #FF0000; + } + } + + .caption-entry-delete { + @include peertube-button; + @include grey-button; } } - .advanced-settings .form-group { - margin-bottom: 20px; + .no-caption { + text-align: center; + font-size: 15px; } } @@ -88,6 +111,8 @@ border: none; padding: 0; outline: 0; + color: inherit; + font-weight: $font-semibold; } .icon.icon-validate { @@ -102,7 +127,27 @@ } } +p-calendar { + display: block; + + /deep/ { + input, + .ui-calendar { + width: 100%; + } + + input { + @include peertube-input-text(100%); + color: #000; + } + } +} + /deep/ { + .root-tabset > .nav { + margin-bottom: 15px; + } + .ng2-tag-input { border: none !important; }