fix select width in toolbar

This commit is contained in:
Matthias BUSSONNIER 2013-01-25 23:21:34 +01:00
parent 09f6c1a2cc
commit 44ca075073

View File

@ -87,7 +87,7 @@ span#notebook_name {
border-bottom: @borderwidth @border_color solid;
}
#maintoolbar > select, #maintoolbar label {
.toolbar select, #maintoolbar label {
height : 23px;
vertical-align: top;
margin-right:2px;
@ -96,7 +96,10 @@ span#notebook_name {
font-size: 85%;
margin-left:0.3em;
margin-right:0.3em;
}
.toolbar select{
width:auto;
}