|
|
@@ -2,8 +2,8 @@
|
|
|
<div id="skin-blur-violate">
|
|
|
<section id="login">
|
|
|
<header>
|
|
|
- <img src="../static/images/login/logo.png" height="109" width="109" id="logo" />
|
|
|
- <img src="../static/images/login/title.png" height="100%" width="274px" />
|
|
|
+ <img src="../static/images/login/logo.png" height="59" width="59" id="logo" />
|
|
|
+ <img src="../static/images/login/title.png" width="274px" />
|
|
|
</header>
|
|
|
<div class="clearfix"></div>
|
|
|
<!-- Login -->
|
|
|
@@ -389,14 +389,15 @@
|
|
|
overflow: hidden;
|
|
|
display: block;
|
|
|
margin: 0 auto;
|
|
|
+ overflow-y: scroll;
|
|
|
}
|
|
|
|
|
|
#login .box {
|
|
|
margin: 0 auto;
|
|
|
position: inherit;
|
|
|
- margin-top: 20px;
|
|
|
+ margin-top: 0px;
|
|
|
border-radius: 9px;
|
|
|
- padding: 20px 20px;
|
|
|
+ padding: 0px 20px;
|
|
|
}
|
|
|
|
|
|
h1 {
|
|
|
@@ -411,7 +412,7 @@
|
|
|
|
|
|
#login header {
|
|
|
text-align: center;
|
|
|
- margin-top: 15%;
|
|
|
+ margin-top: 5%;
|
|
|
}
|
|
|
|
|
|
#box-login h2 {
|
|
|
@@ -419,7 +420,7 @@
|
|
|
overflow: hidden;
|
|
|
display: block;
|
|
|
margin: 0 auto;
|
|
|
- margin-bottom: 20px;
|
|
|
+ margin-bottom: 2px;
|
|
|
text-align: center;
|
|
|
font-size: 24px;
|
|
|
color: #fff;
|
|
|
@@ -439,13 +440,13 @@
|
|
|
#login .box {
|
|
|
margin: 0 auto;
|
|
|
position: inherit;
|
|
|
- margin-top: 20px;
|
|
|
+ margin-top: 4px;
|
|
|
border-radius: 9px !important;
|
|
|
}
|
|
|
|
|
|
#login header {
|
|
|
text-align: center;
|
|
|
- margin-top: 15%;
|
|
|
+ margin-top: 5%;
|
|
|
}
|
|
|
|
|
|
#tableBordered {
|
|
|
@@ -476,7 +477,7 @@
|
|
|
overflow: hidden;
|
|
|
display: block;
|
|
|
margin: 0 auto;
|
|
|
- margin-top: 42px;
|
|
|
+ margin-top: 12px;
|
|
|
background: #E75296;
|
|
|
color: #fff;
|
|
|
font-size: 14px;
|