Align lightdm entries

Fixes #63
This commit is contained in:
Daniel Ruiz de Alegría 2020-04-30 01:12:22 +02:00
parent ec97429c6f
commit cf7cd32eef
4 changed files with 8 additions and 0 deletions

View File

@ -5179,6 +5179,8 @@ wnck-pager {
border-color: rgba(35, 37, 46, 0.3);
min-height: 32px;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), 0 1px 2px rgba(0, 0, 0, 0.4); }
.lightdm-gtk-greeter #login_window entry image {
margin: 0; }
.lightdm-gtk-greeter #login_window #buttonbox_frame {
padding-top: 20px;
background: #23252e;

View File

@ -5179,6 +5179,8 @@ wnck-pager {
border-color: rgba(35, 37, 46, 0.3);
min-height: 32px;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), 0 1px 2px rgba(0, 0, 0, 0.4); }
.lightdm-gtk-greeter #login_window entry image {
margin: 0; }
.lightdm-gtk-greeter #login_window #buttonbox_frame {
padding-top: 20px;
background: #23252e;

View File

@ -5201,6 +5201,8 @@ wnck-pager {
border-color: rgba(255, 255, 255, 0.3);
min-height: 32px;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), 0 1px 2px rgba(0, 0, 0, 0.2); }
.lightdm-gtk-greeter #login_window entry image {
margin: 0; }
.lightdm-gtk-greeter #login_window #buttonbox_frame {
padding-top: 20px;
background: #ffffff;

View File

@ -76,6 +76,8 @@ wnck-pager {
min-height: 32px;
box-shadow: inset 0 1px transparentize(white, .95),
0 1px 2px opacify($shadow_color, 0.1);
image { margin: 0; }
}
#buttonbox_frame {