From 02bf5c87bb13c726e2deec671941afd565fd83cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gre=CC=81goire=20Daussin?= Date: Thu, 17 Oct 2013 13:01:21 +0200 Subject: [PATCH] Design --- css/styles.css | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/css/styles.css b/css/styles.css index 9000769..fa1e9cf 100644 --- a/css/styles.css +++ b/css/styles.css @@ -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; }