webgme
Version:
Web-based Generic Modeling Environment
26 lines (25 loc) • 691 B
CSS
/*
* Copyright (C) 2013 Vanderbilt University, All rights reserved.
*
* Author: Robert Kereskenyi
*/
.object-browser ul.nav {
position: relative;
margin-bottom: 0;
height: 24px;
white-space: nowrap; }
.object-browser ul.nav.nav-tabs > li {
display: inline-block;
float: none; }
.object-browser ul.nav.nav-tabs > li > a {
padding: 5px 3px 5px 3px;
line-height: 13px;
font-size: 11px; }
.object-browser ul.nav.nav-tabs > li > a .tab-title {
white-space: nowrap;
display: inline-block;
max-width: 120px;
overflow: hidden;
text-overflow: ellipsis; }
.object-browser .tab-content {
overflow: visible; }