From f5234ea74eaf34455cd7ceabd18b75cce80d767b Mon Sep 17 00:00:00 2001 From: Sebastian Grewe Date: Wed, 15 Jul 2015 14:50:07 +0200 Subject: [PATCH] [FIX][#2454][#2377] MPOS stylesheet improvements --- public/site_assets/bootstrap/css/mpos.css | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/public/site_assets/bootstrap/css/mpos.css b/public/site_assets/bootstrap/css/mpos.css index 67f85adf..3e9ef681 100644 --- a/public/site_assets/bootstrap/css/mpos.css +++ b/public/site_assets/bootstrap/css/mpos.css @@ -71,7 +71,8 @@ input[type="color"], color: #555555; border: 1px solid #ccc; height: 25px; - line-height: 25px; + /*line-height: 25px; IE FIX?*/ + width: 100%; } .input-group-sm > .form-control, @@ -584,6 +585,7 @@ div.fade { .table > tbody > tr > td { padding:4px; + vertical-align: middle; } .panel > .table, @@ -625,3 +627,21 @@ div.fade { } /* End Footer */ + +.navbar-right { + float: right !important; + margin-right: 0; +} + +.input-group .form-control { + position: relative; + z-index: 2; + float: left; + margin-bottom: 0px; + width: auto; + min-width: 100%; +} + +.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn { + line-height: 0; +}