Changeset - 4f183cfd4ceb
[Not reviewed]
default
0 3 0
domruf - 8 years ago 2017-10-27 20:13:39
dominikruf@gmail.com
less: some cleanup of footer styling
3 files changed with 2 insertions and 16 deletions:
0 comments (0 inline, 0 general)
kallithea/public/css/contextbar.css
Show inline comments
 
@@ -12,28 +12,24 @@ i[class^='icon-'] {
 
}
 
/* Note: class 'icon-empty' or 'icon-gravatar' can be used to get icon styling without an actual glyph */
 
nav.navbar #quick a,
 
#content #context-bar,
 
#content #context-bar a {
 
  color: #FFFFFF;
 
}
 
nav.navbar #quick a:hover,
 
#content #context-bar a:hover {
 
  text-decoration: none;
 
  background: inherit;
 
}
 
.navbar-text {
 
  margin-top: 0;
 
  margin-bottom: 0;
 
}
 
nav.navbar #quick ul,
 
#context-pages ul {
 
  background: #577632;
 
}
 
.repo-switcher-dropdown.select2-drop.select2-drop-active .select2-results .select2-highlighted,
 
ul.dropdown-menu li a:focus,
 
nav.navbar #quick li:hover,
 
#quick_login > .pull-right .list-group-item:hover,
 
#context-pages li:hover,
 
nav.navbar #quick li.active,
 
nav.navbar #quick li a.menu_link:focus,
 
#context-pages li.active {
kallithea/public/css/style.css
Show inline comments
 
@@ -627,39 +627,33 @@ table#changesets .booktag {
 
.logtags .booktag,
 
.logtags .booktag a:hover,
 
.booktag a,
 
.booktag a:hover {
 
  text-decoration: none;
 
  color: inherit;
 
}
 
#summary .desc {
 
  white-space: pre;
 
  width: 100%;
 
}
 
#footer {
 
  padding: 10px 15px;
 
  background-color: #577632;
 
  background-repeat: repeat-x;
 
}
 
#footer > span {
 
  color: #FFF;
 
  font-weight: 700;
 
}
 
#footer .navbar-link {
 
  color: #FFF;
 
}
 
#footer.navbar {
 
  min-height: inherit;
 
  padding-bottom: 8px;
 
}
 
#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;
kallithea/public/less/style.less
Show inline comments
 
@@ -401,40 +401,36 @@ ul#summary-menu-stats {
 
}
 
#clone_by_name.input-group .form-control,
 
#clone_by_id.input-group .form-control {
 
  height: 30px;
 
}
 

	
 
@import "kallithea-tags.less";
 

	
 
#summary .desc {
 
  white-space: pre;
 
  width: 100%;
 
}
 

	
 
#footer {
 
  padding: 10px 15px;
 
  background-color: #577632;
 
  background-repeat: repeat-x;
 
}
 
#footer > span {
 
  color: #FFF;
 
  font-weight: 700;
 
}
 
#footer .navbar-link {
 
  color: #FFF;
 
}
 
#footer.navbar {
 
  min-height: inherit;
 
  padding-bottom: 8px;
 
}
 

	
 
#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;
0 comments (0 inline, 0 general)