mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 12:39:25 +01:00
WIP of modern login page
This commit is contained in:
parent
70d803249d
commit
0d8d5db8ee
@ -1346,9 +1346,6 @@ span.ui-icon-search {
|
||||
}
|
||||
/*###########################################*/
|
||||
/*Dialog: calendar edit series*/
|
||||
.ui-dialog-buttonpane {
|
||||
background-color: #679FD2;
|
||||
}
|
||||
.ui-dialog-buttonset button.ui-button-text-only {
|
||||
background-color: #CDCDCD;
|
||||
background: inherit;
|
||||
@ -1655,9 +1652,6 @@ body {
|
||||
*/
|
||||
#socialMedia {
|
||||
position: relative;
|
||||
bottom: 20px;
|
||||
float: right;
|
||||
right: -10px;
|
||||
}
|
||||
#socialMedia a {
|
||||
margin-left: 10px;
|
||||
@ -1672,13 +1666,21 @@ body {
|
||||
border: none;
|
||||
margin: 0;
|
||||
background-color: white;
|
||||
background-image: url(../images/login/fullscreen.jpg);
|
||||
background-repeat: no-repeat;
|
||||
background-position: 50% 50%;
|
||||
background-size: cover;
|
||||
}
|
||||
#loginMainDiv #divAppIconBar {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
display: inline-block;
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
top: 20%;
|
||||
transform: translate(-50%, -50%);
|
||||
background: transparent;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
max-width: 250px;
|
||||
}
|
||||
#loginMainDiv #divAppIconBar #divLogo {
|
||||
position: relative;
|
||||
@ -1689,32 +1691,41 @@ body {
|
||||
max-width: 400px;
|
||||
}
|
||||
#loginMainDiv #divAppIconBar #divLogo img[src$="svg"] {
|
||||
width: 70%;
|
||||
max-width: 2560px;
|
||||
width: 150px;
|
||||
max-width: 150px;
|
||||
}
|
||||
#loginMainDiv #loginScreenMessage {
|
||||
margin: 1em;
|
||||
color: #0a5ca5;
|
||||
font-size: 12pt;
|
||||
}
|
||||
#loginMainDiv div#login_footer {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
display: inline-block;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
}
|
||||
#loginMainDiv div#login_footer a.logo_footer {
|
||||
float: right;
|
||||
margin: 10px;
|
||||
}
|
||||
#loginMainDiv div#login_footer a.logo_footer img {
|
||||
height: 40px;
|
||||
width: 40px;
|
||||
}
|
||||
#loginMainDiv div#centerBox {
|
||||
margin: 0% auto;
|
||||
width: 57em;
|
||||
background-color: #CDCDCD;
|
||||
display: inline-block;
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
top: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
background-color: white;
|
||||
border: none;
|
||||
z-index: 100;
|
||||
padding: 25px 10px 10px;
|
||||
-webkit-border-top-right-radius: 5px;
|
||||
-webkit-border-bottom-right-radius: 5px;
|
||||
-webkit-border-bottom-left-radius: 5px;
|
||||
-webkit-border-top-left-radius: 50px;
|
||||
-moz-border-radius-topright: 5px;
|
||||
-moz-border-radius-bottomright: 5px;
|
||||
-moz-border-radius-bottomleft: 5px;
|
||||
-moz-border-radius-topleft: 50px;
|
||||
border-top-right-radius: 5px;
|
||||
border-bottom-right-radius: 5px;
|
||||
border-bottom-left-radius: 5px;
|
||||
border-top-left-radius: 50px;
|
||||
/*.background-clip(padding-box);*/
|
||||
}
|
||||
#loginMainDiv div#centerBox #loginScreenMessage {
|
||||
margin: 1em;
|
||||
padding: 0;
|
||||
border-radius: 5px;
|
||||
opacity: 0.94;
|
||||
}
|
||||
#loginMainDiv div#centerBox #loginCdMessage {
|
||||
margin: 1em;
|
||||
@ -1724,9 +1735,8 @@ body {
|
||||
-moz-border-radius-topleft: 10px;
|
||||
border-radius: 3px;
|
||||
border-top-left-radius: 10px;
|
||||
color: red;
|
||||
color: #0a5ca5;
|
||||
text-align: center;
|
||||
padding: 1em;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
#loginMainDiv div#centerBox #loginCdMessage.error {
|
||||
@ -1735,6 +1745,9 @@ body {
|
||||
#loginMainDiv div#centerBox form {
|
||||
margin: 1em;
|
||||
}
|
||||
#loginMainDiv div#centerBox form .hiddenCredential {
|
||||
display: none;
|
||||
}
|
||||
#loginMainDiv div#centerBox form table.divLoginbox {
|
||||
background-color: transparent;
|
||||
-webkit-border-radius: 3px;
|
||||
@ -1774,76 +1787,33 @@ body {
|
||||
height: 40px;
|
||||
}
|
||||
#loginMainDiv div#centerBox form table.divLoginbox td {
|
||||
padding: 0.5em;
|
||||
font-weight: bold;
|
||||
color: #26537C;
|
||||
font-size: 12pt;
|
||||
}
|
||||
#loginMainDiv div#centerBox form table.divLoginbox select {
|
||||
/*.box_shadow_standard_light;*/
|
||||
width: auto;
|
||||
padding: 3px;
|
||||
outline: none;
|
||||
display: inline-block;
|
||||
-webkit-appearance: none;
|
||||
-moz-appearance: none;
|
||||
appearance: none;
|
||||
cursor: pointer;
|
||||
margin: 5px 0em 5px 0px;
|
||||
padding-left: 5px;
|
||||
width: 100%;
|
||||
}
|
||||
#loginMainDiv div#centerBox form table.divLoginbox select:hover {
|
||||
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
||||
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
||||
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
||||
height: 42px;
|
||||
border: none;
|
||||
border-bottom: 1px solid silver;
|
||||
}
|
||||
#loginMainDiv div#centerBox form table.divLoginbox input {
|
||||
border: 1px solid rgba(0, 0, 0, 0.15);
|
||||
border-color: #B4B4B4;
|
||||
-webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
|
||||
-moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
|
||||
box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
|
||||
width: auto;
|
||||
/*margin: 0.5em 0em 0.5em 0;*/
|
||||
-webkit-border-radius: 3px;
|
||||
-moz-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
width: calc(250px - 8px);
|
||||
}
|
||||
#loginMainDiv div#centerBox form table.divLoginbox input:hover {
|
||||
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
||||
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
||||
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
||||
height: 40px;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
border: none;
|
||||
border-bottom: 1px solid silver;
|
||||
padding-left: 5px;
|
||||
}
|
||||
#loginMainDiv div#centerBox form table.divLoginbox input:focus {
|
||||
outline: 0;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-color: #B4B4B4;
|
||||
-webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
|
||||
-moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
|
||||
box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
|
||||
outline: none;
|
||||
}
|
||||
#loginMainDiv div#centerBox form table.divLoginbox input[type="submit"] {
|
||||
background-color: #ffc200;
|
||||
color: #000000;
|
||||
background-color: #0a5ca5;
|
||||
color: #ffffff;
|
||||
font-size: 20px;
|
||||
width: 250px;
|
||||
}
|
||||
#loginMainDiv div#centerBox form table.divLoginbox input[type="submit"]:hover {
|
||||
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
||||
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
||||
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
||||
background-color: #189800 !important;
|
||||
}
|
||||
#loginMainDiv div#centerBox form table.divLoginbox input[type="submit"]:focus {
|
||||
outline: 0;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-color: #B4B4B4;
|
||||
-webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
|
||||
-moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
|
||||
box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
|
||||
margin-top: 25px;
|
||||
}
|
||||
#wrap {
|
||||
/* float: left;
|
||||
|
@ -1641,9 +1641,6 @@ body {
|
||||
*/
|
||||
#socialMedia {
|
||||
position: relative;
|
||||
bottom: 20px;
|
||||
float: right;
|
||||
right: -10px;
|
||||
}
|
||||
#socialMedia a {
|
||||
margin-left: 10px;
|
||||
@ -1658,13 +1655,21 @@ body {
|
||||
border: none;
|
||||
margin: 0;
|
||||
background-color: white;
|
||||
background-image: url(../images/login/fullscreen.jpg);
|
||||
background-repeat: no-repeat;
|
||||
background-position: 50% 50%;
|
||||
background-size: cover;
|
||||
}
|
||||
#loginMainDiv #divAppIconBar {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
display: inline-block;
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
top: 20%;
|
||||
transform: translate(-50%, -50%);
|
||||
background: transparent;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
max-width: 250px;
|
||||
}
|
||||
#loginMainDiv #divAppIconBar #divLogo {
|
||||
position: relative;
|
||||
@ -1675,32 +1680,41 @@ body {
|
||||
max-width: 400px;
|
||||
}
|
||||
#loginMainDiv #divAppIconBar #divLogo img[src$="svg"] {
|
||||
width: 70%;
|
||||
max-width: 2560px;
|
||||
width: 150px;
|
||||
max-width: 150px;
|
||||
}
|
||||
#loginMainDiv #loginScreenMessage {
|
||||
margin: 1em;
|
||||
color: #0a5ca5;
|
||||
font-size: 12pt;
|
||||
}
|
||||
#loginMainDiv div#login_footer {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
display: inline-block;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
}
|
||||
#loginMainDiv div#login_footer a.logo_footer {
|
||||
float: right;
|
||||
margin: 10px;
|
||||
}
|
||||
#loginMainDiv div#login_footer a.logo_footer img {
|
||||
height: 40px;
|
||||
width: 40px;
|
||||
}
|
||||
#loginMainDiv div#centerBox {
|
||||
margin: 0% auto;
|
||||
width: 57em;
|
||||
background-color: #CDCDCD;
|
||||
display: inline-block;
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
top: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
background-color: white;
|
||||
border: none;
|
||||
z-index: 100;
|
||||
padding: 25px 10px 10px;
|
||||
-webkit-border-top-right-radius: 5px;
|
||||
-webkit-border-bottom-right-radius: 5px;
|
||||
-webkit-border-bottom-left-radius: 5px;
|
||||
-webkit-border-top-left-radius: 50px;
|
||||
-moz-border-radius-topright: 5px;
|
||||
-moz-border-radius-bottomright: 5px;
|
||||
-moz-border-radius-bottomleft: 5px;
|
||||
-moz-border-radius-topleft: 50px;
|
||||
border-top-right-radius: 5px;
|
||||
border-bottom-right-radius: 5px;
|
||||
border-bottom-left-radius: 5px;
|
||||
border-top-left-radius: 50px;
|
||||
/*.background-clip(padding-box);*/
|
||||
}
|
||||
#loginMainDiv div#centerBox #loginScreenMessage {
|
||||
margin: 1em;
|
||||
padding: 0;
|
||||
border-radius: 5px;
|
||||
opacity: 0.94;
|
||||
}
|
||||
#loginMainDiv div#centerBox #loginCdMessage {
|
||||
margin: 1em;
|
||||
@ -1710,9 +1724,8 @@ body {
|
||||
-moz-border-radius-topleft: 10px;
|
||||
border-radius: 3px;
|
||||
border-top-left-radius: 10px;
|
||||
color: red;
|
||||
color: #0a5ca5;
|
||||
text-align: center;
|
||||
padding: 1em;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
#loginMainDiv div#centerBox #loginCdMessage.error {
|
||||
@ -1721,6 +1734,9 @@ body {
|
||||
#loginMainDiv div#centerBox form {
|
||||
margin: 1em;
|
||||
}
|
||||
#loginMainDiv div#centerBox form .hiddenCredential {
|
||||
display: none;
|
||||
}
|
||||
#loginMainDiv div#centerBox form table.divLoginbox {
|
||||
background-color: transparent;
|
||||
-webkit-border-radius: 3px;
|
||||
@ -1760,76 +1776,33 @@ body {
|
||||
height: 40px;
|
||||
}
|
||||
#loginMainDiv div#centerBox form table.divLoginbox td {
|
||||
padding: 0.5em;
|
||||
font-weight: bold;
|
||||
color: #26537C;
|
||||
font-size: 12pt;
|
||||
}
|
||||
#loginMainDiv div#centerBox form table.divLoginbox select {
|
||||
/*.box_shadow_standard_light;*/
|
||||
width: auto;
|
||||
padding: 3px;
|
||||
outline: none;
|
||||
display: inline-block;
|
||||
-webkit-appearance: none;
|
||||
-moz-appearance: none;
|
||||
appearance: none;
|
||||
cursor: pointer;
|
||||
margin: 5px 0em 5px 0px;
|
||||
padding-left: 5px;
|
||||
width: 100%;
|
||||
}
|
||||
#loginMainDiv div#centerBox form table.divLoginbox select:hover {
|
||||
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
||||
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
||||
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
||||
height: 42px;
|
||||
border: none;
|
||||
border-bottom: 1px solid silver;
|
||||
}
|
||||
#loginMainDiv div#centerBox form table.divLoginbox input {
|
||||
border: 1px solid rgba(0, 0, 0, 0.15);
|
||||
border-color: #B4B4B4;
|
||||
-webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
|
||||
-moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
|
||||
box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
|
||||
width: auto;
|
||||
/*margin: 0.5em 0em 0.5em 0;*/
|
||||
-webkit-border-radius: 3px;
|
||||
-moz-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
width: calc(250px - 8px);
|
||||
}
|
||||
#loginMainDiv div#centerBox form table.divLoginbox input:hover {
|
||||
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
||||
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
||||
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
||||
height: 40px;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
border: none;
|
||||
border-bottom: 1px solid silver;
|
||||
padding-left: 5px;
|
||||
}
|
||||
#loginMainDiv div#centerBox form table.divLoginbox input:focus {
|
||||
outline: 0;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-color: #B4B4B4;
|
||||
-webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
|
||||
-moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
|
||||
box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
|
||||
outline: none;
|
||||
}
|
||||
#loginMainDiv div#centerBox form table.divLoginbox input[type="submit"] {
|
||||
background-color: #ffc200;
|
||||
color: #000000;
|
||||
background-color: #0a5ca5;
|
||||
color: #ffffff;
|
||||
font-size: 20px;
|
||||
width: 250px;
|
||||
}
|
||||
#loginMainDiv div#centerBox form table.divLoginbox input[type="submit"]:hover {
|
||||
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
||||
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
||||
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
||||
background-color: #189800 !important;
|
||||
}
|
||||
#loginMainDiv div#centerBox form table.divLoginbox input[type="submit"]:focus {
|
||||
outline: 0;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-color: #B4B4B4;
|
||||
-webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
|
||||
-moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
|
||||
box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
|
||||
margin-top: 25px;
|
||||
}
|
||||
#wrap {
|
||||
/* float: left;
|
||||
|
BIN
pixelegg/images/login/fullscreen.jpg
Normal file
BIN
pixelegg/images/login/fullscreen.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 116 KiB |
BIN
pixelegg/images/login/logo.png
Normal file
BIN
pixelegg/images/login/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 39 KiB |
@ -19,9 +19,6 @@
|
||||
|
||||
#socialMedia {
|
||||
position: relative;
|
||||
bottom: 20px;
|
||||
float: right;
|
||||
right: -10px;
|
||||
}
|
||||
#socialMedia a {
|
||||
margin-left: 10px;
|
||||
@ -38,15 +35,21 @@
|
||||
border: none;
|
||||
margin: 0;
|
||||
background-color: white;
|
||||
|
||||
background-image: url(../images/login/fullscreen.jpg);
|
||||
background-repeat: no-repeat;
|
||||
background-position: 50% 50%;
|
||||
background-size: cover;
|
||||
// Logo Leiste
|
||||
#divAppIconBar{
|
||||
margin-left:auto;
|
||||
margin-right:auto;
|
||||
display: inline-block;
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
top: 20%;
|
||||
transform: translate(-50%, -50%);
|
||||
background: transparent;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
|
||||
max-width:250px;
|
||||
|
||||
#divLogo {
|
||||
position: relative;
|
||||
@ -59,35 +62,54 @@
|
||||
|
||||
|
||||
img[src$="svg"]{
|
||||
width: 70%;
|
||||
max-width: 2560px;
|
||||
width: 150px;
|
||||
max-width: 150px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// Meldung
|
||||
#loginScreenMessage{
|
||||
margin: 1em;
|
||||
color: #0a5ca5;
|
||||
font-size: 12pt;
|
||||
}
|
||||
div#login_footer {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
display: inline-block;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
a.logo_footer {
|
||||
float:right;
|
||||
margin: 10px;
|
||||
img {
|
||||
height: 40px;
|
||||
width: 40px;
|
||||
}
|
||||
}
|
||||
}
|
||||
// Anmeldefenster / Box mit Mesaage + Form
|
||||
div#centerBox{
|
||||
margin: 0% auto;
|
||||
width: 57em;
|
||||
background-color: @gray_20;
|
||||
display: inline-block;
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
top: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
background-color: white;
|
||||
border: none;
|
||||
z-index: 100;
|
||||
padding: 25px 10px 10px;
|
||||
.border_radius (5px, 5px, 5px, 50px);
|
||||
padding: 0;
|
||||
border-radius:5px;
|
||||
opacity:0.94;
|
||||
|
||||
// Meldung
|
||||
#loginScreenMessage{
|
||||
margin: 1em;
|
||||
}
|
||||
|
||||
// Message
|
||||
#loginCdMessage{
|
||||
margin: 1em;
|
||||
.border_radius_button_lefttop;
|
||||
color: red;
|
||||
color: #0a5ca5;
|
||||
text-align: center;
|
||||
padding: 1em;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
#loginCdMessage.error {
|
||||
@ -97,7 +119,7 @@
|
||||
// Formular
|
||||
form{
|
||||
margin: 1em;
|
||||
|
||||
.hiddenCredential {display: none;}
|
||||
// Table
|
||||
table.divLoginbox {
|
||||
|
||||
@ -126,42 +148,47 @@
|
||||
}
|
||||
|
||||
td {
|
||||
padding: 0.5em;
|
||||
font-weight: bold;
|
||||
color: @egw_color_2_b;
|
||||
font-size: 12pt;
|
||||
}
|
||||
|
||||
select {
|
||||
.Complete_Button_select;
|
||||
margin: 5px 0em 5px 0px;
|
||||
padding-left: 5px;
|
||||
width:100%;
|
||||
height: 42px;
|
||||
border: none;
|
||||
border-bottom: 1px solid silver;
|
||||
}
|
||||
|
||||
select:hover {
|
||||
.Complete_Button_select_hover;
|
||||
|
||||
}
|
||||
|
||||
input {
|
||||
.Complete_Button_input;
|
||||
width: ~"calc(250px - 8px)";
|
||||
height: 40px;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
border: none;
|
||||
border-bottom: 1px solid silver;
|
||||
padding-left: 5px;
|
||||
}
|
||||
input:hover{
|
||||
.Complete_Button_input_hover;
|
||||
|
||||
}
|
||||
|
||||
input:focus{
|
||||
.Complete_Button_input_focus;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
input[type="submit"] {
|
||||
.background_color_egw_normal; // Orange
|
||||
background-color: #0a5ca5;
|
||||
// Hintergrund in EGW Farbe
|
||||
.color_100_gray;
|
||||
.color_0_gray;
|
||||
.fontsize_xxl;
|
||||
width: 250px;
|
||||
&:hover{.Complete_Button_select_hover; background-color: @color_positive_action !important;}
|
||||
&:focus {.Complete_Button_input_focus;}
|
||||
&:hover{}
|
||||
&:focus {}
|
||||
margin-top: 25px;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -2,13 +2,13 @@
|
||||
|
||||
|
||||
<div id="loginMainDiv">
|
||||
|
||||
<div id="divAppIconBar" style="position:relative;">
|
||||
<div id="divLogo"><a href="{logo_url}" target="_blank"><img src="{logo_file}" border="0" alt="{logo_title}" title="{logo_title}" /></a></div>
|
||||
<div id="divLogo">
|
||||
<a href="{logo_url}" target="_blank"><img src="{logo_file}" border="0" alt="{logo_title}" title="{logo_title}" /></a>
|
||||
<div id="loginScreenMessage">{lang_message}</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="centerBox">
|
||||
<div id="loginScreenMessage">{lang_message}</div>
|
||||
<div id="loginCdMessage" class="{cd_class}">{cd}</div>
|
||||
<form name="login_form" method="post" action="{login_url}">
|
||||
<table class="divLoginbox divSideboxEntry" cellspacing="0" cellpadding="2" border="0" align="center">
|
||||
<tr class="divLoginboxHeader">
|
||||
@ -19,48 +19,37 @@
|
||||
<input type="hidden" name="passwd_type" value="text" />
|
||||
<input type="hidden" name="account_type" value="u" />
|
||||
</td>
|
||||
<td rowspan="6">
|
||||
<img src="{template_set}/images/password.svg" class="passwordImage" />
|
||||
</td>
|
||||
</tr>
|
||||
<!-- BEGIN language_select -->
|
||||
<tr>
|
||||
<td align="right">{lang_language}: </td>
|
||||
<td><input name="login" tabindex="4" value="{login}" size="30" placeholder="{lang_username}" {autofocus_login}/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><input name="passwd" tabindex="5" value="{passwd}" type="password" size="30" placeholder="{lang_password}"/></td>
|
||||
</tr>
|
||||
<!-- BEGIN remember_me_selection -->
|
||||
<tr>
|
||||
<td>{select_remember_me}</td>
|
||||
</tr>
|
||||
<!-- END remember_me_selection -->
|
||||
<!-- BEGIN language_select -->
|
||||
<tr>
|
||||
<td>{select_language}</td>
|
||||
</tr>
|
||||
<!-- END language_select -->
|
||||
<!-- BEGIN domain_selection -->
|
||||
<tr>
|
||||
<td align="right">{lang_domain}: </td>
|
||||
<td>{select_domain}</td>
|
||||
</tr>
|
||||
<!-- END domain_selection -->
|
||||
<!-- BEGIN remember_me_selection -->
|
||||
<tr>
|
||||
<td align="right">{lang_remember_me}: </td>
|
||||
<td>{select_remember_me}</td>
|
||||
</tr>
|
||||
<!-- END remember_me_selection -->
|
||||
<tr>
|
||||
<td align="right">{lang_username}: </td>
|
||||
<td><input name="login" tabindex="4" value="{login}" size="30" {autofocus_login}/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="right">{lang_password}: </td>
|
||||
<td><input name="passwd" tabindex="5" value="{passwd}" type="password" size="30" /></td>
|
||||
</tr>
|
||||
<!-- BEGIN change_password -->
|
||||
<tr>
|
||||
<td align="right">{lang_new_password}: </td>
|
||||
<td><input name="new_passwd" tabindex="6" type="password" size="30" {autofocus_new_passwd}/></td>
|
||||
<td><input name="new_passwd" tabindex="6" type="password" size="30" placeholder="{lang_new_password}" {autofocus_new_passwd}/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="right">{lang_repeat_password}: </td>
|
||||
<td><input name="new_passwd2" tabindex="7" type="password" size="30" /></td>
|
||||
<td><input name="new_passwd2" tabindex="7" type="password" plcaseholder="{lang_repeat_password}" size="30" /></td>
|
||||
</tr>
|
||||
<!-- END change_password -->
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td>
|
||||
<input tabindex="8" type="submit" value=" {lang_login} " name="submitit" />
|
||||
</td>
|
||||
@ -75,6 +64,12 @@
|
||||
</tr>
|
||||
<!-- END registration -->
|
||||
</table>
|
||||
<div id="loginCdMessage" class="{cd_class}">{cd}</div>
|
||||
</form>
|
||||
</div>
|
||||
<div id="login_footer">
|
||||
<a href="http://www.egroupware.org" class="logo_footer">
|
||||
<img src="pixelegg/images/login/logo.png">
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1357,9 +1357,6 @@ span.ui-icon-search {
|
||||
}
|
||||
/*###########################################*/
|
||||
/*Dialog: calendar edit series*/
|
||||
.ui-dialog-buttonpane {
|
||||
background-color: #679FD2;
|
||||
}
|
||||
.ui-dialog-buttonset button.ui-button-text-only {
|
||||
background-color: #CDCDCD;
|
||||
background: inherit;
|
||||
@ -1666,9 +1663,6 @@ body {
|
||||
*/
|
||||
#socialMedia {
|
||||
position: relative;
|
||||
bottom: 20px;
|
||||
float: right;
|
||||
right: -10px;
|
||||
}
|
||||
#socialMedia a {
|
||||
margin-left: 10px;
|
||||
@ -1683,13 +1677,21 @@ body {
|
||||
border: none;
|
||||
margin: 0;
|
||||
background-color: white;
|
||||
background-image: url(../images/login/fullscreen.jpg);
|
||||
background-repeat: no-repeat;
|
||||
background-position: 50% 50%;
|
||||
background-size: cover;
|
||||
}
|
||||
#loginMainDiv #divAppIconBar {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
display: inline-block;
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
top: 20%;
|
||||
transform: translate(-50%, -50%);
|
||||
background: transparent;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
max-width: 250px;
|
||||
}
|
||||
#loginMainDiv #divAppIconBar #divLogo {
|
||||
position: relative;
|
||||
@ -1700,32 +1702,41 @@ body {
|
||||
max-width: 400px;
|
||||
}
|
||||
#loginMainDiv #divAppIconBar #divLogo img[src$="svg"] {
|
||||
width: 70%;
|
||||
max-width: 2560px;
|
||||
width: 150px;
|
||||
max-width: 150px;
|
||||
}
|
||||
#loginMainDiv #loginScreenMessage {
|
||||
margin: 1em;
|
||||
color: #0a5ca5;
|
||||
font-size: 12pt;
|
||||
}
|
||||
#loginMainDiv div#login_footer {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
display: inline-block;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
}
|
||||
#loginMainDiv div#login_footer a.logo_footer {
|
||||
float: right;
|
||||
margin: 10px;
|
||||
}
|
||||
#loginMainDiv div#login_footer a.logo_footer img {
|
||||
height: 40px;
|
||||
width: 40px;
|
||||
}
|
||||
#loginMainDiv div#centerBox {
|
||||
margin: 0% auto;
|
||||
width: 57em;
|
||||
background-color: #CDCDCD;
|
||||
display: inline-block;
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
top: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
background-color: white;
|
||||
border: none;
|
||||
z-index: 100;
|
||||
padding: 25px 10px 10px;
|
||||
-webkit-border-top-right-radius: 5px;
|
||||
-webkit-border-bottom-right-radius: 5px;
|
||||
-webkit-border-bottom-left-radius: 5px;
|
||||
-webkit-border-top-left-radius: 50px;
|
||||
-moz-border-radius-topright: 5px;
|
||||
-moz-border-radius-bottomright: 5px;
|
||||
-moz-border-radius-bottomleft: 5px;
|
||||
-moz-border-radius-topleft: 50px;
|
||||
border-top-right-radius: 5px;
|
||||
border-bottom-right-radius: 5px;
|
||||
border-bottom-left-radius: 5px;
|
||||
border-top-left-radius: 50px;
|
||||
/*.background-clip(padding-box);*/
|
||||
}
|
||||
#loginMainDiv div#centerBox #loginScreenMessage {
|
||||
margin: 1em;
|
||||
padding: 0;
|
||||
border-radius: 5px;
|
||||
opacity: 0.94;
|
||||
}
|
||||
#loginMainDiv div#centerBox #loginCdMessage {
|
||||
margin: 1em;
|
||||
@ -1735,9 +1746,8 @@ body {
|
||||
-moz-border-radius-topleft: 10px;
|
||||
border-radius: 3px;
|
||||
border-top-left-radius: 10px;
|
||||
color: red;
|
||||
color: #0a5ca5;
|
||||
text-align: center;
|
||||
padding: 1em;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
#loginMainDiv div#centerBox #loginCdMessage.error {
|
||||
@ -1746,6 +1756,9 @@ body {
|
||||
#loginMainDiv div#centerBox form {
|
||||
margin: 1em;
|
||||
}
|
||||
#loginMainDiv div#centerBox form .hiddenCredential {
|
||||
display: none;
|
||||
}
|
||||
#loginMainDiv div#centerBox form table.divLoginbox {
|
||||
background-color: transparent;
|
||||
-webkit-border-radius: 3px;
|
||||
@ -1785,76 +1798,33 @@ body {
|
||||
height: 40px;
|
||||
}
|
||||
#loginMainDiv div#centerBox form table.divLoginbox td {
|
||||
padding: 0.5em;
|
||||
font-weight: bold;
|
||||
color: #26537C;
|
||||
font-size: 12pt;
|
||||
}
|
||||
#loginMainDiv div#centerBox form table.divLoginbox select {
|
||||
/*.box_shadow_standard_light;*/
|
||||
width: auto;
|
||||
padding: 3px;
|
||||
outline: none;
|
||||
display: inline-block;
|
||||
-webkit-appearance: none;
|
||||
-moz-appearance: none;
|
||||
appearance: none;
|
||||
cursor: pointer;
|
||||
margin: 5px 0em 5px 0px;
|
||||
padding-left: 5px;
|
||||
width: 100%;
|
||||
}
|
||||
#loginMainDiv div#centerBox form table.divLoginbox select:hover {
|
||||
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
||||
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
||||
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
||||
height: 42px;
|
||||
border: none;
|
||||
border-bottom: 1px solid silver;
|
||||
}
|
||||
#loginMainDiv div#centerBox form table.divLoginbox input {
|
||||
border: 1px solid rgba(0, 0, 0, 0.15);
|
||||
border-color: #B4B4B4;
|
||||
-webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
|
||||
-moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
|
||||
box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
|
||||
width: auto;
|
||||
/*margin: 0.5em 0em 0.5em 0;*/
|
||||
-webkit-border-radius: 3px;
|
||||
-moz-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
width: calc(250px - 8px);
|
||||
}
|
||||
#loginMainDiv div#centerBox form table.divLoginbox input:hover {
|
||||
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
||||
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
||||
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
||||
height: 40px;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
border: none;
|
||||
border-bottom: 1px solid silver;
|
||||
padding-left: 5px;
|
||||
}
|
||||
#loginMainDiv div#centerBox form table.divLoginbox input:focus {
|
||||
outline: 0;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-color: #B4B4B4;
|
||||
-webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
|
||||
-moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
|
||||
box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
|
||||
outline: none;
|
||||
}
|
||||
#loginMainDiv div#centerBox form table.divLoginbox input[type="submit"] {
|
||||
background-color: #ffc200;
|
||||
color: #000000;
|
||||
background-color: #0a5ca5;
|
||||
color: #ffffff;
|
||||
font-size: 20px;
|
||||
width: 250px;
|
||||
}
|
||||
#loginMainDiv div#centerBox form table.divLoginbox input[type="submit"]:hover {
|
||||
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
||||
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
||||
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
||||
background-color: #189800 !important;
|
||||
}
|
||||
#loginMainDiv div#centerBox form table.divLoginbox input[type="submit"]:focus {
|
||||
outline: 0;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-color: #B4B4B4;
|
||||
-webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
|
||||
-moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
|
||||
box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
|
||||
margin-top: 25px;
|
||||
}
|
||||
#wrap {
|
||||
/* float: left;
|
||||
@ -2164,7 +2134,6 @@ button[id="calendar-edit_button[delete]"]:hover,
|
||||
button[id="timesheet-edit_button[delete]"]:hover,
|
||||
button[id="displayToolbar-delete"]:hover,
|
||||
button.et2_button_delete:hover {
|
||||
background-image: url('../images/delete-hover.png') !important;
|
||||
background-color: #b81f00 !important;
|
||||
/*.border_normal;*/
|
||||
/*.box_shadow_standard_light;*/
|
||||
|
Loading…
Reference in New Issue
Block a user