projects
/
oweals
/
peertube.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5363a76
)
Improve download modal input style
author
Chocobozzz
<me@florianbigard.com>
Mon, 24 Sep 2018 15:48:34 +0000
(17:48 +0200)
committer
Chocobozzz
<me@florianbigard.com>
Mon, 24 Sep 2018 15:48:34 +0000
(17:48 +0200)
client/src/app/videos/+video-watch/modal/video-download.component.scss
patch
|
blob
|
history
client/src/app/videos/+video-watch/modal/video-share.component.scss
patch
|
blob
|
history
client/src/sass/application.scss
patch
|
blob
|
history
diff --git
a/client/src/app/videos/+video-watch/modal/video-download.component.scss
b/client/src/app/videos/+video-watch/modal/video-download.component.scss
index 439cbb3e387fd9881e15163b02b69a859992cf61..3e826c3b6c89c5aef2935b0e1c425dc1d36037ea 100644
(file)
--- a/
client/src/app/videos/+video-watch/modal/video-download.component.scss
+++ b/
client/src/app/videos/+video-watch/modal/video-download.component.scss
@@
-3,8
+3,10
@@
.peertube-select-container {
@include peertube-select-container(100px);
- border-top-right-radius: 0px;
- border-bottom-right-radius: 0px;
+
+ border-top-right-radius: 0;
+ border-bottom-right-radius: 0;
+ border-right: none;
select {
height: inherit;
diff --git
a/client/src/app/videos/+video-watch/modal/video-share.component.scss
b/client/src/app/videos/+video-watch/modal/video-share.component.scss
index 4c07bce89b59929221ace9b52bc79fa733b09cf9..4937506b9eb88715ba37fcbc832019ae0ca95a0b 100644
(file)
--- a/
client/src/app/videos/+video-watch/modal/video-share.component.scss
+++ b/
client/src/app/videos/+video-watch/modal/video-share.component.scss
@@
-5,10
+5,6
@@
margin-right: 0 !important;
}
-.btn-outline-secondary {
- border-color: $input-border-color;
-}
-
.qr-code-group {
text-align: center;
}
diff --git
a/client/src/sass/application.scss
b/client/src/sass/application.scss
index bc443b8d5d38047dbf9fa5472c98c7f3baff51fc..760be3822cdcd705ef3e40cf10e05eb30ccd5387 100644
(file)
--- a/
client/src/sass/application.scss
+++ b/
client/src/sass/application.scss
@@
-60,6
+60,10
@@
input, textarea {
color: var(--mainForegroundColor);
}
+.btn-outline-secondary {
+ border-color: $input-border-color;
+}
+
label {
font-weight: $font-bold;
font-size: 15px;