From 519073d3a6a5caf35dc900b4446e2b5a4b3760cd Mon Sep 17 00:00:00 2001 From: Js41637 Date: Thu, 9 Feb 2017 14:05:59 +1100 Subject: [PATCH] Remove that --- css/global.css | 60 -------------------------------------------------- 1 file changed, 60 deletions(-) diff --git a/css/global.css b/css/global.css index 832c91e4a..b351933b1 100644 --- a/css/global.css +++ b/css/global.css @@ -314,63 +314,3 @@ strong { opacity: 1; } } - -/* Remove this and load from bootstrap */ - -.form-control { - display: block; - width: 100%; - height: 34px; - padding: 6px 12px; - font-size: 14px; - line-height: 1.42857143; - color: #555; - background-color: #fff; - background-image: none; - border: 1px solid #ccc; - border-radius: 4px; - -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075); - box-shadow: inset 0 1px 1px rgba(0,0,0,.075); - -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s; - -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; - transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; -} - -.input-group { - position: relative; - display: table; - border-collapse: separate; -} - -.input-group .form-control { - position: relative; - z-index: 2; - float: left; - width: 100%; - margin-bottom: -11px; -} - -.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn-group:not(:last-child)>.btn, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) { - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} - -.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child>.btn-group:not(:first-child)>.btn, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle { - border-top-left-radius: 0; - border-bottom-left-radius: 0; -} - -.input-group .form-control, .input-group-addon, .input-group-btn { - display: table-cell; -} - -.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group { - z-index: 2; - margin-left: -1px; -} - -.input-group-btn>.btn { - position: relative; -} - -/* Remove end */