From 4c8e483b99bb243d5adae02a4fec5abebe193a58 Mon Sep 17 00:00:00 2001 From: Jerome Morjon Date: Fri, 20 Feb 2015 01:09:05 +0100 Subject: [PATCH] fix button size bug --- SRC/public/css/app.css | 3 ++- SRC/public/css/referent.css | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/SRC/public/css/app.css b/SRC/public/css/app.css index dc93351..ec43290 100755 --- a/SRC/public/css/app.css +++ b/SRC/public/css/app.css @@ -2830,7 +2830,8 @@ fieldset[disabled] .btn-default.active { font-size: 12px; font-weight : normal; border-top: 1px solid #3B96D7; - padding: 3%; + padding-left: 15px; + padding-right: 15px; background: rgb(98,186,236); background: -moz-linear-gradient(top, rgba(98,186,236,1) 0%, rgba(18,128,211,1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(98,186,236,1)), color-stop(100%,rgba(18,128,211,1))); diff --git a/SRC/public/css/referent.css b/SRC/public/css/referent.css index ad8e90d..cb673e3 100644 --- a/SRC/public/css/referent.css +++ b/SRC/public/css/referent.css @@ -53,6 +53,7 @@ background: linear-gradient(to bottom, #a7cfdf 0%,#23538a 100%); /* W3C */ border-radius: 3px; border: 1px solid grey; box-shadow: 0px 0px 2px dimgrey; + width : 90%; } .princ