mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
Some fine-tuning to login-page
This commit is contained in:
parent
f483d2feea
commit
cbbd060bd8
@ -1684,7 +1684,7 @@ body {
|
||||
display: none;
|
||||
}
|
||||
#loginMainDiv .loginMessageBox #loginCdMessage.error {
|
||||
border: 3px solid #d2a453;
|
||||
border: 3px solid #7ab7ec;
|
||||
color: red;
|
||||
text-align: center;
|
||||
font-size: 12pt;
|
||||
@ -1695,15 +1695,13 @@ body {
|
||||
margin-left: 20px;
|
||||
border-radius: 5px;
|
||||
margin-right: 20px;
|
||||
border-top-left-radius: 0;
|
||||
border-top: none;
|
||||
border-top-right-radius: 0;
|
||||
padding-bottom: 20px;
|
||||
padding: 20px;
|
||||
margin-top: 20px;
|
||||
}
|
||||
#loginMainDiv .loginMessageBox .closeBtn {
|
||||
position: absolute;
|
||||
right: 30px;
|
||||
border: 2px solid #d2a453;
|
||||
border: 2px solid #7ab7ec;
|
||||
border-radius: 100%;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
@ -1711,7 +1709,7 @@ body {
|
||||
line-height: 20px;
|
||||
font-size: 13pt;
|
||||
font-weight: bold;
|
||||
bottom: 10px;
|
||||
top: 30px;
|
||||
}
|
||||
#loginMainDiv .loginMessageBox .closeBtn:hover {
|
||||
color: white;
|
||||
@ -1722,9 +1720,9 @@ body {
|
||||
background: transparent;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
height: 45%;
|
||||
height: 40%;
|
||||
display: block;
|
||||
max-height: 45%;
|
||||
max-height: 40%;
|
||||
}
|
||||
#loginMainDiv #divAppIconBar #divLogo {
|
||||
position: relative;
|
||||
@ -1747,6 +1745,7 @@ body {
|
||||
#loginMainDiv #loginScreenMessage:not([class $= "error"]) {
|
||||
margin: 1em;
|
||||
font-size: 12pt;
|
||||
color: #0a5ca5;
|
||||
}
|
||||
#loginMainDiv #loginScreenMessage:not([class $= "error"]) img {
|
||||
max-width: 100%;
|
||||
|
@ -1673,7 +1673,7 @@ body {
|
||||
display: none;
|
||||
}
|
||||
#loginMainDiv .loginMessageBox #loginCdMessage.error {
|
||||
border: 3px solid #d2a453;
|
||||
border: 3px solid #7ab7ec;
|
||||
color: red;
|
||||
text-align: center;
|
||||
font-size: 12pt;
|
||||
@ -1684,15 +1684,13 @@ body {
|
||||
margin-left: 20px;
|
||||
border-radius: 5px;
|
||||
margin-right: 20px;
|
||||
border-top-left-radius: 0;
|
||||
border-top: none;
|
||||
border-top-right-radius: 0;
|
||||
padding-bottom: 20px;
|
||||
padding: 20px;
|
||||
margin-top: 20px;
|
||||
}
|
||||
#loginMainDiv .loginMessageBox .closeBtn {
|
||||
position: absolute;
|
||||
right: 30px;
|
||||
border: 2px solid #d2a453;
|
||||
border: 2px solid #7ab7ec;
|
||||
border-radius: 100%;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
@ -1700,7 +1698,7 @@ body {
|
||||
line-height: 20px;
|
||||
font-size: 13pt;
|
||||
font-weight: bold;
|
||||
bottom: 10px;
|
||||
top: 30px;
|
||||
}
|
||||
#loginMainDiv .loginMessageBox .closeBtn:hover {
|
||||
color: white;
|
||||
@ -1711,9 +1709,9 @@ body {
|
||||
background: transparent;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
height: 45%;
|
||||
height: 40%;
|
||||
display: block;
|
||||
max-height: 45%;
|
||||
max-height: 40%;
|
||||
}
|
||||
#loginMainDiv #divAppIconBar #divLogo {
|
||||
position: relative;
|
||||
@ -1736,6 +1734,7 @@ body {
|
||||
#loginMainDiv #loginScreenMessage:not([class $= "error"]) {
|
||||
margin: 1em;
|
||||
font-size: 12pt;
|
||||
color: #0a5ca5;
|
||||
}
|
||||
#loginMainDiv #loginScreenMessage:not([class $= "error"]) img {
|
||||
max-width: 100%;
|
||||
|
@ -54,7 +54,7 @@
|
||||
}
|
||||
|
||||
#loginCdMessage.error {
|
||||
border: 3px solid #d2a453;
|
||||
border: 3px solid #7ab7ec;
|
||||
color: red;
|
||||
text-align: center;
|
||||
font-size: 12pt;
|
||||
@ -65,15 +65,13 @@
|
||||
margin-left: 20px;
|
||||
border-radius: 5px;
|
||||
margin-right: 20px;
|
||||
border-top-left-radius: 0;
|
||||
border-top: none;
|
||||
border-top-right-radius: 0;
|
||||
padding-bottom: 20px;
|
||||
padding: 20px;
|
||||
margin-top: 20px;
|
||||
}
|
||||
.closeBtn {
|
||||
position: absolute;
|
||||
right: 30px;
|
||||
border: 2px solid #d2a453;
|
||||
border: 2px solid #7ab7ec;
|
||||
border-radius: 100%;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
@ -81,7 +79,7 @@
|
||||
line-height: 20px;
|
||||
font-size: 13pt;
|
||||
font-weight: bold;
|
||||
bottom: 10px;
|
||||
top: 30px;
|
||||
&:hover {
|
||||
color: white;
|
||||
background:black;
|
||||
@ -94,9 +92,9 @@
|
||||
background: transparent;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
height: 45%;
|
||||
height: 40%;
|
||||
display: block;
|
||||
max-height: 45%;
|
||||
max-height: 40%;
|
||||
#divLogo {
|
||||
position: relative;
|
||||
padding-top: 20px;
|
||||
@ -125,6 +123,7 @@
|
||||
margin: 1em;
|
||||
font-size: 12pt;
|
||||
img {max-width: 100%;}
|
||||
color: #0a5ca5;
|
||||
}
|
||||
div#login_footer {
|
||||
position: absolute;
|
||||
|
@ -1695,7 +1695,7 @@ body {
|
||||
display: none;
|
||||
}
|
||||
#loginMainDiv .loginMessageBox #loginCdMessage.error {
|
||||
border: 3px solid #d2a453;
|
||||
border: 3px solid #7ab7ec;
|
||||
color: red;
|
||||
text-align: center;
|
||||
font-size: 12pt;
|
||||
@ -1706,15 +1706,13 @@ body {
|
||||
margin-left: 20px;
|
||||
border-radius: 5px;
|
||||
margin-right: 20px;
|
||||
border-top-left-radius: 0;
|
||||
border-top: none;
|
||||
border-top-right-radius: 0;
|
||||
padding-bottom: 20px;
|
||||
padding: 20px;
|
||||
margin-top: 20px;
|
||||
}
|
||||
#loginMainDiv .loginMessageBox .closeBtn {
|
||||
position: absolute;
|
||||
right: 30px;
|
||||
border: 2px solid #d2a453;
|
||||
border: 2px solid #7ab7ec;
|
||||
border-radius: 100%;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
@ -1722,7 +1720,7 @@ body {
|
||||
line-height: 20px;
|
||||
font-size: 13pt;
|
||||
font-weight: bold;
|
||||
bottom: 10px;
|
||||
top: 30px;
|
||||
}
|
||||
#loginMainDiv .loginMessageBox .closeBtn:hover {
|
||||
color: white;
|
||||
@ -1733,9 +1731,9 @@ body {
|
||||
background: transparent;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
height: 45%;
|
||||
height: 40%;
|
||||
display: block;
|
||||
max-height: 45%;
|
||||
max-height: 40%;
|
||||
}
|
||||
#loginMainDiv #divAppIconBar #divLogo {
|
||||
position: relative;
|
||||
@ -1758,6 +1756,7 @@ body {
|
||||
#loginMainDiv #loginScreenMessage:not([class $= "error"]) {
|
||||
margin: 1em;
|
||||
font-size: 12pt;
|
||||
color: #0a5ca5;
|
||||
}
|
||||
#loginMainDiv #loginScreenMessage:not([class $= "error"]) img {
|
||||
max-width: 100%;
|
||||
@ -6986,7 +6985,7 @@ form[id^="tracker-"] .dialogHeadbar {
|
||||
display: none;
|
||||
}
|
||||
div#loginMainDiv .loginMessageBox #loginCdMessage.error {
|
||||
border: 3px solid #d2a453;
|
||||
border: 3px solid #7ab7ec;
|
||||
color: red;
|
||||
text-align: center;
|
||||
font-size: 12pt;
|
||||
@ -6997,15 +6996,13 @@ form[id^="tracker-"] .dialogHeadbar {
|
||||
margin-left: 20px;
|
||||
border-radius: 5px;
|
||||
margin-right: 20px;
|
||||
border-top-left-radius: 0;
|
||||
border-top: none;
|
||||
border-top-right-radius: 0;
|
||||
padding-bottom: 20px;
|
||||
padding: 20px;
|
||||
margin-top: 20px;
|
||||
}
|
||||
div#loginMainDiv .loginMessageBox .closeBtn {
|
||||
position: absolute;
|
||||
right: 30px;
|
||||
border: 2px solid #d2a453;
|
||||
border: 2px solid #7ab7ec;
|
||||
border-radius: 100%;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
@ -7013,7 +7010,7 @@ form[id^="tracker-"] .dialogHeadbar {
|
||||
line-height: 20px;
|
||||
font-size: 13pt;
|
||||
font-weight: bold;
|
||||
bottom: 10px;
|
||||
top: 30px;
|
||||
}
|
||||
div#loginMainDiv .loginMessageBox .closeBtn:hover {
|
||||
color: white;
|
||||
|
@ -65,7 +65,7 @@
|
||||
}
|
||||
|
||||
#loginCdMessage.error {
|
||||
border: 3px solid #d2a453;
|
||||
border: 3px solid #7ab7ec;
|
||||
color: red;
|
||||
text-align: center;
|
||||
font-size: 12pt;
|
||||
@ -76,15 +76,13 @@
|
||||
margin-left: 20px;
|
||||
border-radius: 5px;
|
||||
margin-right: 20px;
|
||||
border-top-left-radius: 0;
|
||||
border-top: none;
|
||||
border-top-right-radius: 0;
|
||||
padding-bottom: 20px;
|
||||
padding: 20px;
|
||||
margin-top: 20px;
|
||||
}
|
||||
.closeBtn {
|
||||
position: absolute;
|
||||
right: 30px;
|
||||
border: 2px solid #d2a453;
|
||||
border: 2px solid #7ab7ec;
|
||||
border-radius: 100%;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
@ -92,7 +90,7 @@
|
||||
line-height: 20px;
|
||||
font-size: 13pt;
|
||||
font-weight: bold;
|
||||
bottom: 10px;
|
||||
top: 30px;
|
||||
&:hover {
|
||||
color: white;
|
||||
background:black;
|
||||
|
Loading…
Reference in New Issue
Block a user