diff --git a/client/assets/css/PagesSettings.css b/client/assets/css/PagesSettings.css index 3d740a4f..ad0d988d 100644 --- a/client/assets/css/PagesSettings.css +++ b/client/assets/css/PagesSettings.css @@ -40,7 +40,18 @@ margin-left: 40px; padding: 0px 0; line-height: 20px; - text-align: center; + text-align: right; + font-size: 110%; +} + +.pages-settings-tick { + color: dimgray; + margin: 0; + margin-right: 70px; + padding: 0px 0; + line-height: 20px; + text-align: right; + align-content: right; font-size: 110%; } @@ -65,15 +76,14 @@ right: 9px; } -.pages-settings-body > button { +.pages-settings-body > .button { line-height: 20px; outline: none; border-color: rgb(99, 99, 99); background-color: rgb(58, 3, 3); - margin-right: 10px; margin-top: 15px; margin-bottom: 15px; - margin-left: 10px; + margin-left: 130px; border-radius: 7px; color: #fff; width: 34%; diff --git a/client/components/PagesSettings.tsx b/client/components/PagesSettings.tsx index d3f3d20c..432e03b5 100644 --- a/client/components/PagesSettings.tsx +++ b/client/components/PagesSettings.tsx @@ -141,13 +141,14 @@ class PagesSettings extends React.PureComponent< return (
- {' Fader ' + (index + 1) + ' : '} + {' Fader ' + (index + 1) + ' - ' + fader.label + ' : '} + {} - {fader.label} +
) })}