From df085d273d7ed3fe0d53b78364da46cdd6429c53 Mon Sep 17 00:00:00 2001 From: Joram Wilander Date: Tue, 5 Sep 2017 18:12:55 -0400 Subject: Experimental plugin system console UI (#7338) * Add system console UI for uploading/listing/removing plugins * Add localization strings * Add banner to plugin settings * Updating UI for experimental plugins (#7362) * Text updates * Updating UI for experimental plugin stuff (#7377) * Properly clear file input after upload --- webapp/sass/routes/_admin-console.scss | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) (limited to 'webapp/sass/routes/_admin-console.scss') diff --git a/webapp/sass/routes/_admin-console.scss b/webapp/sass/routes/_admin-console.scss index ff02ca17e..7983cf131 100644 --- a/webapp/sass/routes/_admin-console.scss +++ b/webapp/sass/routes/_admin-console.scss @@ -114,6 +114,10 @@ .form-group { margin-bottom: 25px; + + &.half { + margin-bottom: 14px; + } } .file__upload { @@ -162,8 +166,8 @@ &.remove-filename { margin-bottom: 5px; - top: -2px; position: relative; + top: -2px; } } @@ -177,6 +181,22 @@ .fa { margin-right: 5px; } + + &.alert-transparent { + background: $white; + border: $border-gray; + margin: 0; + padding: 8px 12px; + width: 100%; + } + + hr { + margin: .8em 0; + + &:last-child { + display: none; + } + } } } -- cgit v1.2.3-1-g7c22