Skip to content

Commit

Permalink
Fixed issue #CR-1393: login page UI issue (#3704)
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-han-115 committed Jan 22, 2024
1 parent 40837f4 commit 34e4a66
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 18 deletions.
2 changes: 1 addition & 1 deletion application/views/admin/super/layout_main.php
Expand Up @@ -30,7 +30,7 @@

$containerClass = !Yii::app()->user->isGuest ? 'container-fluid full-page-wrapper' : 'container-fluid ps-0';
echo '<!-- Full page, started in SurveyCommonAction::renderWrappedTemplate() -->
<div class="full-page-wrapper ' . $containerClass . '" id="in_survey_common_action">';
<div class="' . $containerClass . '" id="in_survey_common_action">';

echo $content;

Expand Down
11 changes: 4 additions & 7 deletions assets/admin_themes/Sea_Green/admin_customizations.scss
Expand Up @@ -8,10 +8,7 @@ body {
min-height: 100vh;
flex-direction: column;
}
.full-page-wrapper {
// flex: 1;
padding-bottom: 70px;
}

.selector_openSharePanel {
display: inline-block;
}
Expand Down Expand Up @@ -194,7 +191,7 @@ blockquote {
}

#usermanagement--identity-gridPanel tr.disabled {
color : $g-400;
pointer-events : auto;
cursor : not-allowed;
color: $g-400;
pointer-events: auto;
cursor: not-allowed;
}
4 changes: 0 additions & 4 deletions themes/admin/Sea_Green/css/sea_green-rtl.css
Expand Up @@ -11088,10 +11088,6 @@ body {
flex-direction: column;
}

.full-page-wrapper {
padding-bottom: 70px;
}

.selector_openSharePanel {
display: inline-block;
}
Expand Down
2 changes: 1 addition & 1 deletion themes/admin/Sea_Green/css/sea_green-rtl.min.css

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions themes/admin/Sea_Green/css/sea_green.css
Expand Up @@ -11111,10 +11111,6 @@ body {
flex-direction: column;
}

.full-page-wrapper {
padding-bottom: 70px;
}

.selector_openSharePanel {
display: inline-block;
}
Expand Down
2 changes: 1 addition & 1 deletion themes/admin/Sea_Green/css/sea_green.min.css

Large diffs are not rendered by default.

0 comments on commit 34e4a66

Please sign in to comment.