Changeset - 334870b15a82
[Not reviewed]
default
0 3 0
domruf - 8 years ago 2017-10-27 19:46:33
dominikruf@gmail.com
less: remove navbar styles that cancel each other out
3 files changed with 0 insertions and 5 deletions:
0 comments (0 inline, 0 general)
kallithea/public/css/contextbar.css
Show inline comments
 
@@ -37,33 +37,30 @@ nav.navbar #quick li:hover,
 
nav.navbar #quick li.active,
 
nav.navbar #quick li a.menu_link:focus,
 
#context-pages li.active {
 
  background: linear-gradient(to bottom, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.1) 100%); /* W3C */
 
}
 
#quick_login > .pull-right .list-group-item {
 
  background-color: #577632;
 
  border: 0;
 
}
 
#content #context-pages .follow .show-following,
 
#content #context-pages .following .show-follow {
 
  display: none;
 
}
 

	
 
.nav .open > a {
 
  background: inherit !important;
 
}
 
nav.navbar #quick > li > a,
 
nav.navbar #quick .select2-container .select2-choice .select2-chosen,
 
#context-pages > ul > li > a,
 
#context-pages .select2-container .select2-choice .select2-chosen {
 
  padding: 0px 15px 1px 15px;
 
  line-height: 43px;
 
}
 
nav.navbar #quick a#quick_login_link {
 
  padding-left: 0px;
 
}
 
#context-pages a.dropdown-toggle:after {
 
  position: absolute;
 
  float: right;
 
  padding-left: 5px;
 
  padding-right: 5px;
 
}
kallithea/public/css/style.css
Show inline comments
 
@@ -81,49 +81,48 @@ a.permalink {
 
  border: none;
 
}
 
.navbar-inverse .navbar-nav > .active > a,
 
.navbar-inverse .navbar-nav > .active > a:hover,
 
.navbar-inverse .navbar-nav > .active > a:focus {
 
  background-color: inherit;
 
}
 
nav.navbar .navbar-brand:hover,
 
nav.navbar .navbar-brand {
 
  font-size: 20px;
 
  padding-top: 12px;
 
  color: white !important;
 
  height: 44px;
 
}
 
nav.navbar {
 
  min-height: 44px;
 
  background-color: #577632;
 
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
 
}
 
nav.navbar #logo > .navbar-brand > img {
 
  margin-top: -9px;
 
  margin-right: 5px;
 
}
 
nav.navbar #quick li .icon {
 
  padding-left: 10px;
 
  display: inline;
 
}
 
.form-group > label {
 
  float: left;
 
}
 
label {
 
  font-weight: inherit;
 
}
 
label.control-label {
 
  font-weight: bold;
 
}
 
.groups_breadcrumbs a {
 
  color: #fff;
 
}
 
.groups_breadcrumbs a:hover {
 
  color: #bfe3ff;
 
  text-decoration: none;
 
}
 
.dt_repo {
 
  white-space: nowrap;
 
  color: #577632;
 
}
 
.dt_repo_pending {
 
  opacity: 0.5;
kallithea/public/less/style.less
Show inline comments
 
@@ -87,49 +87,48 @@ a.permalink {
 
  border: none;
 
}
 
.navbar-inverse .navbar-nav > .active > a,
 
.navbar-inverse .navbar-nav > .active > a:hover,
 
.navbar-inverse .navbar-nav > .active > a:focus {
 
  background-color: inherit;
 
}
 
nav.navbar .navbar-brand:hover,
 
nav.navbar .navbar-brand {
 
  font-size: 20px;
 
  padding-top: 12px;
 
  color: white !important;
 
  height: 44px;
 
}
 
nav.navbar {
 
  min-height: 44px;
 
  background-color: #577632;
 
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
 
}
 
nav.navbar #logo > .navbar-brand > img {
 
  margin-top: -9px;
 
  margin-right: 5px;
 
}
 
nav.navbar #quick li .icon {
 
  padding-left: 10px;
 
  display: inline;
 
}
 
.form-group > label {
 
  float: left;
 
}
 
label {
 
  font-weight: inherit;
 
}
 
label.control-label {
 
  font-weight: bold;
 
}
 
.groups_breadcrumbs a {
 
  color: #fff;
 
}
 
.groups_breadcrumbs a:hover {
 
  color: #bfe3ff;
 
  text-decoration: none;
 
}
 
.dt_repo {
 
  white-space: nowrap;
 
  color: #577632;
 
}
 
.dt_repo_pending {
 
  opacity: 0.5;
0 comments (0 inline, 0 general)