Changeset - 900c99095c62
[Not reviewed]
default
0 2 0
domruf - 8 years ago 2017-10-29 11:21:34
dominikruf@gmail.com
less: remove unused style .user-menu .gravatar
2 files changed with 0 insertions and 20 deletions:
0 comments (0 inline, 0 general)
kallithea/public/css/style.css
Show inline comments
 
@@ -424,34 +424,24 @@ table#changesets .booktag {
 
#footer .navbar-link {
 
  color: #FFF;
 
}
 
#login .panel-body .icon-lock {
 
  font-size: 100px;
 
  color: #DDD;
 
  margin-left: -15px;
 
  z-index: 1;
 
}
 
.user-menu {
 
  padding: 0 !important;
 
}
 
.user-menu .gravatar {
 
  margin: 0px 0px 0px 0px;
 
  cursor: pointer;
 
}
 
.user-menu .gravatar.enabled {
 
  background-color: #FDF784 !important;
 
}
 
.user-menu .gravatar:hover {
 
  background-color: #FDF784 !important;
 
}
 
#quick_login {
 
  width: 330px;
 
  min-height: 110px;
 
  padding: 0;
 
  position: absolute;
 
  right: 0;
 
  color: #fff;
 
  background-color: #577632;
 
  background-repeat: repeat-x;
 
  background-image: linear-gradient(to bottom, #577632, #577632);
 
  z-index: 999;
 
  border-radius: 0px 0px 4px 4px;
kallithea/public/less/style.less
Show inline comments
 
@@ -212,34 +212,24 @@ div.panel.panel-default > div.panel-head
 
  color: #FFF;
 
}
 

	
 
#login .panel-body .icon-lock {
 
  font-size: 100px;
 
  color: #DDD;
 
  margin-left: -15px;
 
  z-index: 1;
 
}
 
.user-menu {
 
  padding: 0 !important;
 
}
 
.user-menu .gravatar {
 
  margin: 0px 0px 0px 0px;
 
  cursor: pointer;
 
}
 
.user-menu .gravatar.enabled {
 
  background-color: #FDF784 !important;
 
}
 
.user-menu .gravatar:hover {
 
  background-color: #FDF784 !important;
 
}
 
#quick_login {
 
  width: 330px;
 
  min-height: 110px;
 
  padding: 0;
 
  position: absolute;
 
  right: 0;
 
  color: #fff;
 
  background-color: #577632;
 
  background-repeat: repeat-x;
 
  background-image: linear-gradient(to bottom, #577632, #577632);
 
  z-index: 999;
 
  border-radius: 0px 0px 4px 4px;
0 comments (0 inline, 0 general)