This commit is contained in:
Grégoire Daussin 2013-10-17 13:01:21 +02:00
parent f27194511f
commit 02bf5c87bb
1 changed files with 6 additions and 5 deletions

View File

@ -14,10 +14,10 @@
.toolbar-top {
}
.toolbar-top .btn-group .btn {
.toolbar-top.btn-group .btn {
border-bottom: 0;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0 !important;
border-bottom-right-radius: 0 !important;
}
h4 {
@ -29,7 +29,7 @@ pre {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
margin: 0;
height: 325px;
height: 225px;
overflow: auto;
}
@ -43,8 +43,9 @@ pre {
.toolbar-bottom .input-block-level {
box-sizing: border-box;
border-top-left-radius: 0;
width: 100% !important;
}
.toolbar-bottom .btn {
width:80px;
border-top-right-radius: 0;
border-top-right-radius: 0 !important;
}