Browse Source

Fix password input's button group alignment. Rename readme file back to what it was previously to retain formatting.

sisyphus
Dustin Falgout 9 years ago
parent
commit
aef31e7f84
  1. 0
      themes/antergos/README.textile
  2. 4
      themes/antergos/css/bootstrap/theme.css
  3. 2
      themes/antergos/index.theme

0
themes/antergos/README.md → themes/antergos/README.textile

4
themes/antergos/css/bootstrap/theme.css vendored

@ -381,6 +381,10 @@ input.password.form-control:focus {
padding: 7px 12px;
}
#passwordArea .btn-group > .btn {
float: initial;
}
#logArea {
position: absolute;
top: 25%;

2
themes/antergos/index.theme

@ -1,6 +1,6 @@
[theme]
name=Antergos
version=2.2
version=2.2.2
description=Antergos Theme
engine=lightdm-webkit2-greeter
url=index.html

Loading…
Cancel
Save