mirror of
https://github.com/Alfresco/alfresco-keycloak-theme.git
synced 2025-12-25 02:14:15 -05:00
[AUTH-489] Fix error overlap username (#11)
* fix error overlap username * Update build.properties
This commit is contained in:
@@ -1 +1 @@
|
||||
THEME_VERSION=0.3
|
||||
THEME_VERSION=0.3.1
|
||||
|
||||
@@ -117,7 +117,7 @@ body {
|
||||
}
|
||||
.message-text {
|
||||
width: 322px;
|
||||
height: 60px;
|
||||
height: 22px;
|
||||
opacity: 0.87;
|
||||
font-family: Muli;
|
||||
font-size: 14px;
|
||||
@@ -130,7 +130,7 @@ body {
|
||||
color: #b8082a;
|
||||
border: 0px;
|
||||
position: relative;
|
||||
top: 210px;
|
||||
top: 180px;
|
||||
left: 64px;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
|
||||
Reference in New Issue
Block a user