Restored the old behavior for toolbars with lots of elements

If a toolbar includes lots of elements, some of them may
span to a new line, increasing the height of the toolbar
This commit is contained in:
Javier Eguiluz 2015-07-31 15:08:06 +02:00
parent 597637ecea
commit 7d92cb8a02

View File

@ -22,7 +22,6 @@
box-shadow: 0 -1px 0px rgba(0, 0, 0, 0.2);
color: #EEE;
font: 11px Arial, sans-serif;
height: 36px;
left: 0;
margin: 0;
padding: 0 36px 0 0;
@ -348,7 +347,6 @@
bottom: auto;
box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2);
top: 0;
overflow: hidden; /* needed to aovid issues for toolbars with lots of elements */
}
.sf-toolbar-block .sf-toolbar-info {
@ -361,10 +359,6 @@
.sf-toolbarreset {
position: static;
}
.sf-toolbar-block:hover .sf-toolbar-icon {
background-color: inherit;
}
{% endif %}
/* Responsive Design */