Fix issue with long database names in header
This commit is contained in:
parent
c28695fa18
commit
4af979ac9b
File diff suppressed because one or more lines are too long
@ -81,18 +81,34 @@
|
|||||||
line-height: 33px;
|
line-height: 33px;
|
||||||
height: 33px;
|
height: 33px;
|
||||||
padding: 0px 8px;
|
padding: 0px 8px;
|
||||||
padding-left: 12px;
|
|
||||||
color: #555;
|
color: #555;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidebar .title.main {
|
#sidebar .title.main {
|
||||||
line-height: 50px;
|
|
||||||
height: 50px;
|
height: 50px;
|
||||||
|
line-height: 50px;
|
||||||
|
font-size: 14px;
|
||||||
background: #79589f;
|
background: #79589f;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-size: 14px;
|
padding: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#sidebar .title.main i.fa-database {
|
||||||
|
position: absolute;
|
||||||
|
left: 8px;
|
||||||
|
top: 18px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#sidebar span.current-database {
|
||||||
|
margin-left: 30px;
|
||||||
|
display: inline-block;
|
||||||
|
width: 200px;
|
||||||
|
height: 50px;
|
||||||
|
white-space: nowrap;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidebar div.tables-list {
|
#sidebar div.tables-list {
|
||||||
@ -110,7 +126,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#sidebar div.tables-list .title span.current-database {
|
#sidebar div.tables-list .title span.current-database {
|
||||||
margin-left: 4px;
|
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -119,8 +134,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#sidebar div.tables-list .title span.refresh {
|
#sidebar div.tables-list .title span.refresh {
|
||||||
float: right;
|
position: absolute;
|
||||||
margin-right: 4px;
|
top: 0px;
|
||||||
|
right: 6px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
display: none;
|
display: none;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user