Changeset - 855f0ee4995c
[Not reviewed]
default
0 1 0
domruf - 8 years ago 2017-10-27 19:42:16
dominikruf@gmail.com
less: navbar elements should not be hidden

navbar elements should not overflow, but if they do, hidding them is not helpful.
1 file changed with 0 insertions and 3 deletions:
0 comments (0 inline, 0 general)
kallithea/public/css/contextbar.css
Show inline comments
 
@@ -40,33 +40,30 @@ nav.navbar #quick li a.menu_link:focus,
 
  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;
 
}
 
nav.navbar #quick a {
 
  overflow: hidden;
 
}
 
#context-pages a.dropdown-toggle:after {
 
  position: absolute;
 
  float: right;
 
  padding-left: 5px;
 
  padding-right: 5px;
 
}
0 comments (0 inline, 0 general)