X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fvideos%2F%2Bvideo-edit%2Fshared%2Fvideo-edit.component.scss;h=1295cf0987a65c9596910e0574b90c022381bb99;hb=e309822b93d9b69f30cbe830ef3d09dfdb2c13b2;hp=f4466bdde2fe9a70610ba62ecfb363c8ac8d05e9;hpb=63c4db6d71b98523753c51747e308682d9a2e8a0;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 f4466bdde..1295cf098 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 @@ -1,6 +1,10 @@ @import '_variables'; @import '_mixins'; +.peertube-select-container { + @include peertube-select-container(auto); +} + .video-edit { height: 100%; @@ -13,14 +17,10 @@ display: block; &[type=checkbox] { - outline: 0; + @include peertube-checkbox(1px); } } - select { - @include peertube-select(100%); - } - input, select { font-size: 15px } @@ -39,12 +39,30 @@ margin-right: 10px; } } + + .label-tags + span { + font-size: 15px; + } + + .root-tabset /deep/ > .nav { + margin-left: 15px; + margin-bottom: 15px; + + .nav-link { + display: flex !important; + align-items: center; + height: 30px !important; + padding: 0 15px !important; + } + } + + .advanced-settings .form-group { + margin-bottom: 20px; + } } .submit-container { text-align: right; - position: relative; - bottom: $button-height; .message-submit { display: inline-block; @@ -91,6 +109,14 @@ border: 1px solid #C6C6C6; border-radius: 3px; padding: 5px !important; + height: 40px; + } + + tag-input-form { + input { + height: 30px !important; + background-color: #fff !important; + } } tag { @@ -116,6 +142,8 @@ padding-left: 6px !important; svg { + position: relative; + top: -1px; height: auto !important; vertical-align: middle !important; fill: #585858 !important; @@ -126,8 +154,3 @@ } } } - -.little-information { - font-size: 0.8em; - font-style: italic; -}