1
0
Fork 0

restricted max length of db name in navbar - shortened

This commit is contained in:
Guido Schwab 2014-02-21 16:43:15 +01:00
parent 85d1f6af3d
commit 1dd358e5ec
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
<script id="dbSelectionView.ejs" type="text/template">
<a href="#" class="tab dbselection" id="dbselection">DB: <%=current%> <b class="caret"></b></a>
<a href="#" class="tab" id="dbselection"></span><div class="dbselection">DB: <%=current%></div> <b class="caret"></b></a>
<ul class="link-dropdown-menu" id="dbs_dropdown">
<%
if (list.length > 1) {

View File

@ -2,7 +2,7 @@
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
max-width: 180px;
max-width: 160px;
float: left;
margin-right: 3px;
}

View File

@ -518,6 +518,6 @@ select.filterSelect {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
max-width: 180px;
max-width: 160px;
float: left;
margin-right: 3px; }