|
|
@ -129,6 +129,7 @@ background-color: $componentbg; |
|
|
|
display:inline-block; |
|
|
|
display:inline-block; |
|
|
|
padding:0 1em; |
|
|
|
padding:0 1em; |
|
|
|
position:relative; |
|
|
|
position:relative; |
|
|
|
|
|
|
|
min-height: 44px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@media all and (max-width: 700px) { |
|
|
|
@media all and (max-width: 700px) { |
|
|
@ -154,7 +155,7 @@ position:relative; |
|
|
|
} |
|
|
|
} |
|
|
|
#bar > .middle { |
|
|
|
#bar > .middle { |
|
|
|
display:block; |
|
|
|
display:block; |
|
|
|
max-width:50%; |
|
|
|
max-width:40%; |
|
|
|
overflow:hidden; |
|
|
|
overflow:hidden; |
|
|
|
text-overflow:ellipsis; |
|
|
|
text-overflow:ellipsis; |
|
|
|
white-space:nowrap; |
|
|
|
white-space:nowrap; |
|
|
|