From: rsiddharth Date: Mon, 21 Oct 2013 18:30:29 +0000 (+0530) Subject: (custom.css) increased the left margin for .checkbox/.radio-inline classes. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=a75faf2edd1b41f2b7e650fb991e8bef4f082fa7;p=libreplanet-static.git (custom.css) increased the left margin for .checkbox/.radio-inline classes. --- diff --git a/2014/assets/css/custom.css b/2014/assets/css/custom.css index 6c02089a..d920bace 100644 --- a/2014/assets/css/custom.css +++ b/2014/assets/css/custom.css @@ -160,6 +160,16 @@ input[type="checkbox"] { line-height: normal; } +.radio-inline, +.checkbox-inline { + display: inline-block; + padding-left: 25px; + margin-bottom: 0; + font-weight: normal; + vertical-align: middle; + cursor: pointer; +} + .btn-default { color: #ffffff; background-color: rgba(145, 145, 145, 0.5);