Fix login.

This commit is contained in:
Paulo Gustavo Veiga
2014-02-09 04:03:43 -03:00
parent 726ffcd817
commit 6624abb9ed
4 changed files with 26 additions and 22 deletions

View File

@@ -177,7 +177,7 @@ input#selectAll {
span.starredOff {
background: url('../images/star-off.png') no-repeat center left;
padding: 10px;
margin: 0 0px 0 5px;
margin: 0 0 0 10px;
}
span.starredOff:hover {
@@ -187,7 +187,7 @@ span.starredOff:hover {
span.starredOn {
background: url('../images/star-on.png') no-repeat center left;
padding: 10px;
margin: 0 0px 0 5px;
margin: 0 0 0 10px;
}
span.starredOn:hover {
@@ -212,4 +212,14 @@ abbr[title] {
#foldersContainer {
padding-top: 60px;
}
}
#footerContainer > ul {
padding:0px;
margin:0px;
}
#footerContainer > li.active {
padding:0px;
margin:0px;
}

View File

@@ -18,7 +18,7 @@ html,body {
}
#headerToolbar {
height: 30px;
height: 35px;
width: 100%;
background-color: #171a17;
border-top: 1px solid #999999;
@@ -36,7 +36,7 @@ html,body {
}
#headerLogo {
margin-top: 18px;
margin-top: 23px;
height: 80px;
width: 160px;
background: url("../images/logo-medium.png") no-repeat;