[auth] UI changes
This commit is contained in:
@@ -37,6 +37,27 @@
|
||||
}
|
||||
}
|
||||
|
||||
.authorize__btn_operation {
|
||||
height: 18px;
|
||||
vertical-align: middle;
|
||||
display: inline-block;
|
||||
background: url(../images/explorer_icons.png) no-repeat;
|
||||
}
|
||||
|
||||
.authorize__btn_operation_login {
|
||||
background-position: 0 0;
|
||||
width: 18px;
|
||||
margin-top: -6px;
|
||||
margin-left: 4px;
|
||||
}
|
||||
|
||||
.authorize__btn_operation_logout {
|
||||
background-position: -30px 0;
|
||||
width: 18px;
|
||||
margin-top: -6px;
|
||||
margin-left: 4px;
|
||||
}
|
||||
|
||||
#auth_container {
|
||||
color: #fff;
|
||||
display: inline-block;
|
||||
@@ -54,8 +75,9 @@
|
||||
padding: 0 0 10px;
|
||||
margin-bottom: 5px;
|
||||
border-bottom: solid 1px #CCC;
|
||||
font-size: 0.9em;
|
||||
|
||||
.basic_auth__title {
|
||||
.auth__title {
|
||||
color: #547f00;
|
||||
font-size: 1.2em;
|
||||
}
|
||||
@@ -75,8 +97,13 @@
|
||||
height: 30px;
|
||||
}
|
||||
|
||||
.basic_auth_container {
|
||||
font-size: 0.9em;
|
||||
.key_auth__field {
|
||||
margin: 5px 0;
|
||||
}
|
||||
|
||||
.key_auth__label {
|
||||
display: inline-block;
|
||||
width: 60px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -79,6 +79,7 @@
|
||||
background-color: #89bf04;
|
||||
padding: 9px 14px 19px 14px;
|
||||
height: 23px;
|
||||
min-width: 775px;
|
||||
}
|
||||
|
||||
#input_baseUrl { width: 400px; }
|
||||
|
||||
Reference in New Issue
Block a user