mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 02:28:44 +02:00
N°2315 - Login screen extensibility API refactor
This commit is contained in:
@@ -4,11 +4,6 @@ html,body {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
#login-title {
|
||||
width: 70%;
|
||||
margin-left: 15%;
|
||||
}
|
||||
|
||||
h1 {
|
||||
color: #1C94C4;
|
||||
font-size: 16pt;
|
||||
@@ -26,6 +21,11 @@ a:hover {
|
||||
color: #ea7d1e;
|
||||
}
|
||||
|
||||
#login-title {
|
||||
width: 70%;
|
||||
margin-left: 15%;
|
||||
}
|
||||
|
||||
#login-body {
|
||||
background: #eee;
|
||||
margin: 0;
|
||||
@@ -133,6 +133,7 @@ a:hover {
|
||||
border-radius: 0.25em;
|
||||
width: calc(100% - 2em - 4px);
|
||||
}
|
||||
|
||||
#login-input input:focus {
|
||||
border-color: #A0AEC0;
|
||||
}
|
||||
@@ -160,7 +161,6 @@ a:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
||||
.center {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user