From b9ab718d7112dd41085e47c7212605ad375c4700 Mon Sep 17 00:00:00 2001 From: Sebastian Grewe Date: Wed, 15 Jul 2015 15:59:52 +0200 Subject: [PATCH] Revert "[FIX][#2454][#2377] MPOS stylesheet improvements" This reverts commit f5234ea74eaf34455cd7ceabd18b75cce80d767b. Broke the login form, Username and Password hints were not readable. --- public/site_assets/bootstrap/css/mpos.css | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) diff --git a/public/site_assets/bootstrap/css/mpos.css b/public/site_assets/bootstrap/css/mpos.css index 3e9ef681..67f85adf 100644 --- a/public/site_assets/bootstrap/css/mpos.css +++ b/public/site_assets/bootstrap/css/mpos.css @@ -71,8 +71,7 @@ input[type="color"], color: #555555; border: 1px solid #ccc; height: 25px; - /*line-height: 25px; IE FIX?*/ - width: 100%; + line-height: 25px; } .input-group-sm > .form-control, @@ -585,7 +584,6 @@ div.fade { .table > tbody > tr > td { padding:4px; - vertical-align: middle; } .panel > .table, @@ -627,21 +625,3 @@ 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; -}