diff options
Diffstat (limited to 'apps/theming/css/settings-admin.scss')
-rw-r--r-- | apps/theming/css/settings-admin.scss | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/theming/css/settings-admin.scss b/apps/theming/css/settings-admin.scss index ceb560f0f02..00d1cb96fc6 100644 --- a/apps/theming/css/settings-admin.scss +++ b/apps/theming/css/settings-admin.scss @@ -28,7 +28,7 @@ visibility: hidden; } form.uploadButton { - width: 356px; + width: 411px; } form .theme-undo, .theme-remove-bg { @@ -52,7 +52,7 @@ label span { display: inline-block; - min-width: 120px; + min-width: 175px; padding: 8px 0px; vertical-align: top; } @@ -88,7 +88,7 @@ background-size: cover; background-position: center center; text-align: center; - margin-left: 123px; + margin-left: 178px; margin-top: 10px; margin-bottom: 20px; cursor: pointer; @@ -117,4 +117,4 @@ background-repeat: no-repeat; background-size: contain; } -}
\ No newline at end of file +} |