diff --git a/client/less/main.less b/client/less/main.less index 1efd312a3d..a5a7a1ceda 100644 --- a/client/less/main.less +++ b/client/less/main.less @@ -42,13 +42,17 @@ html { overflow-x: hidden; } -input[type=checkbox] { - /* Double-sized Checkboxes */ - -ms-transform: scale(2); /* IE */ - -moz-transform: scale(2); /* FF */ - -webkit-transform: scale(2); /* Safari and Chrome */ - -o-transform: scale(2); /* Opera */ - padding: 10px; +//input[type=checkbox] { +// /* Double-sized Checkboxes */ +// -ms-transform: scale(2); /* IE */ +// -moz-transform: scale(2); /* FF */ +// -webkit-transform: scale(2); /* Safari and Chrome */ +// -o-transform: scale(2); /* Opera */ +// padding: 10px; +//} + +.btn-group { + border-color: @brand-primary; } body.full-screen-body-background { @@ -90,7 +94,7 @@ h1, h2, h3, h4, h5, h6, p, li { .thumbnail { background-color: #EEEEEE; - // box-shadow: 0 0 5px #ccc, inset 0 0 0 #000; +// box-shadow: 0 0 5px #ccc, inset 0 0 0 #000; } // Font Icons @@ -366,7 +370,7 @@ ul { } *, *:before, *:after { - box-sizing: border-box !important; + box-sizing: border-box !important; } .btn-big { @@ -428,7 +432,7 @@ thead { } .navbar-right { - background-color: #4a2b0f; + background-color: #215f1e; text-align: center; >>>>>>> start simplifying views } @@ -681,8 +685,8 @@ div.CodeMirror-scroll { border-radius: 5px; } .bonfire-flames { - margin-top: -20px; - margin-bottom: -2px; + margin-top: -20px; + margin-bottom: -2px; } .bonfire-top { @@ -939,8 +943,8 @@ hr { } .checklist-element { - margin-left: -60px; - margin-right: -20px; + margin-left: -60px; + margin-right: -20px; } .profile-social-icons { @@ -1001,7 +1005,7 @@ code { } .gitter-chat-embed { - z-index: 20000 !important; + z-index: 20000 !important; }