diff --git a/src/app/components/stream/stream-edition/stream-edition.component.html b/src/app/components/stream/stream-edition/stream-edition.component.html
index b736e313..1dfa8d6a 100644
--- a/src/app/components/stream/stream-edition/stream-edition.component.html
+++ b/src/app/components/stream/stream-edition/stream-edition.component.html
@@ -1,5 +1,7 @@
-
-
-
-
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/app/components/stream/stream-edition/stream-edition.component.scss b/src/app/components/stream/stream-edition/stream-edition.component.scss
index 2a8d451c..c9b50ab7 100644
--- a/src/app/components/stream/stream-edition/stream-edition.component.scss
+++ b/src/app/components/stream/stream-edition/stream-edition.component.scss
@@ -5,13 +5,29 @@
width: 100%;
// min-height: 50px;
background-color: #222736;
+
&__button {
@include clearButton;
padding: 5px 10px 5px 10px;
margin: 3px 0;
- &--delete{
+
+ &--delete {
+ // float: right;
+ margin-left: 5px;
+
+ &--label {
+ position: relative;
+ top: -1px;
+ left: 7px;
+ }
+ }
+
+ &--move {
float: right;
- margin-right: 5px;
+
+ &--right {
+ margin-right: 5px;
+ }
}
&:hover {