Changeset - c0f455bad77b
[Not reviewed]
default
0 2 0
domruf - 8 years ago 2017-10-27 20:13:39
dominikruf@gmail.com
less: stick with the default of no shadow in navbar

And .icon is a span now, so display: inline has no effect
2 files changed with 1 insertions and 10 deletions:
0 comments (0 inline, 0 general)
kallithea/public/css/style.css
Show inline comments
 
@@ -74,57 +74,53 @@ a.permalink {
 
  visibility: visible;
 
}
 
.radio-inline,
 
.checkbox-inline {
 
  vertical-align: inherit;
 
}
 
.navbar-inverse {
 
  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 {
 
  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;
 
}
 
.dt_repo i.icon-keyhole-circled,
 
@@ -622,49 +618,48 @@ table#changesets .booktag {
 
}
 
.logbooks .booktag,
 
.logbooks .booktag a,
 
.right .logtags .booktag,
 
.logtags .booktag a {
 
  color: #ffffff;
 
}
 
.logbooks .booktag,
 
.logbooks .booktag a:hover,
 
.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;
 
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
 
}
 
#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
 
@@ -80,57 +80,54 @@ a.permalink {
 
}
 

	
 
.radio-inline,
 
.checkbox-inline {
 
  vertical-align: inherit;
 
}
 
.navbar-inverse {
 
  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 {
 
  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;
 
}
 
.dt_repo i.icon-keyhole-circled,
 
@@ -396,49 +393,48 @@ ul#summary-menu-stats {
 
#clone_by_id.input-group > span {
 
  display: inline-block;
 
  float: left;
 
  height: 30px;
 
}
 
#clone_by_name.input-group > input,
 
#clone_by_id.input-group > input {
 
  width: 50%;
 
}
 
#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;
 
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
 
}
 
#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)