mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-06 09:38:23 +01:00
CSS
This commit is contained in:
@@ -2202,7 +2202,7 @@ datalist {
|
|||||||
|
|
||||||
div#login_left, div#login_right {
|
div#login_left, div#login_right {
|
||||||
min-width: 150px !important;
|
min-width: 150px !important;
|
||||||
max-width: 200px !important;
|
max-width: 240px !important;
|
||||||
padding-left: 5px !important;
|
padding-left: 5px !important;
|
||||||
padding-right: 5px !important;
|
padding-right: 5px !important;
|
||||||
}
|
}
|
||||||
@@ -2257,7 +2257,7 @@ datalist {
|
|||||||
min-width: 20px;
|
min-width: 20px;
|
||||||
}
|
}
|
||||||
.trinputlogin input[type=text], input[type=password] {
|
.trinputlogin input[type=text], input[type=password] {
|
||||||
max-width: 140px;
|
max-width: 180px;
|
||||||
}
|
}
|
||||||
.vmenu .searchform input {
|
.vmenu .searchform input {
|
||||||
max-width: 138px; /* length of input text in the quick search box when using a smartphone and without dolidroid */
|
max-width: 138px; /* length of input text in the quick search box when using a smartphone and without dolidroid */
|
||||||
@@ -3395,6 +3395,7 @@ if (getDolGlobalString('MAIN_LOGIN_BACKGROUND')) {
|
|||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
|
margin-right: 10px;
|
||||||
}
|
}
|
||||||
.login_table input#username:focus, .login_table input#password:focus, .login_table input#securitycode:focus {
|
.login_table input#username:focus, .login_table input#password:focus, .login_table input#securitycode:focus {
|
||||||
outline: none !important;
|
outline: none !important;
|
||||||
@@ -3452,6 +3453,7 @@ div#login_left, div#login_right {
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
min-width: 245px;
|
min-width: 245px;
|
||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
|
padding-bottom: 10px;
|
||||||
padding-left: 16px;
|
padding-left: 16px;
|
||||||
padding-right: 16px;
|
padding-right: 16px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@@ -3477,7 +3479,7 @@ table.login_table_securitycode tr td {
|
|||||||
border: 1px solid #DDDDDD;
|
border: 1px solid #DDDDDD;
|
||||||
}
|
}
|
||||||
#img_logo, .img_logo {
|
#img_logo, .img_logo {
|
||||||
max-width: 170px;
|
max-width: 160px;
|
||||||
max-height: 90px;
|
max-height: 90px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -3433,6 +3433,7 @@ form#login {
|
|||||||
max-width: 530px;
|
max-width: 530px;
|
||||||
color: #aaa !important;
|
color: #aaa !important;
|
||||||
padding-bottom: 20px;
|
padding-bottom: 20px;
|
||||||
|
font-size: 0.9em;
|
||||||
/* text-shadow: 1px 1px 1px #FFF; */
|
/* text-shadow: 1px 1px 1px #FFF; */
|
||||||
}
|
}
|
||||||
.login_table label {
|
.login_table label {
|
||||||
@@ -3516,6 +3517,7 @@ div#login_left, div#login_right {
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
min-width: 245px;
|
min-width: 245px;
|
||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
|
padding-bottom: 10px;
|
||||||
padding-left: 16px;
|
padding-left: 16px;
|
||||||
padding-right: 16px;
|
padding-right: 16px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@@ -3541,7 +3543,7 @@ table.login_table_securitycode tr td {
|
|||||||
border: 1px solid #f4f4f4;
|
border: 1px solid #f4f4f4;
|
||||||
}
|
}
|
||||||
#img_logo, .img_logo {
|
#img_logo, .img_logo {
|
||||||
max-width: 170px;
|
max-width: 160px;
|
||||||
max-height: 90px;
|
max-height: 90px;
|
||||||
}
|
}
|
||||||
.loginbuttonexternal {
|
.loginbuttonexternal {
|
||||||
|
|||||||
Reference in New Issue
Block a user