Sha256: 4c84093c907a6fc3aa4a1710888f8678f879ac703fb4ce862953f0c25e7507d7
Contents?: true
Size: 2 KB
Versions: 19
Compression:
Stored size: 2 KB
Contents
/* bootstrap-base-overrides.css */ /* These overrides come after bootstrap.css */ body { padding-top: 70px; padding-bottom: 90px; } /* Skinnier titles */ h1, h2, h3, h4, h5, h6 { font-weight: 300; } /* Make sure navbar brand does not wrap onto two lines */ .navbar-brand { white-space: nowrap; } .navbar-inverse .navbar-brand { color: #ffffff; } /* Add spacing for definition lists */ dl { padding-left: 15px; padding-right: 15px; } dt, dd { line-height: 18px; min-height: 40px; } .dl-horizontal dt { white-space: normal; overflow: visible; } /* Modify the page-header class to look differently on mobile and larger screen */ .page-header { text-align: center; } .page-header h1, .page-header .h1 { font-size: 30px } @media screen and (min-width: 768px) { .page-header { text-align: left; } .page-header h1, .page-header .h1 { font-size: 38px } } /* Make sure datepicker shows up ontop of bootstrap modals */ .datepicker { z-index: 10000 !important; } .datepicker-dropdown { padding: 4px; } /* Make sure some text is always veiwable in the form control */ .form-control { min-width: 100px; } /* Custom Classes */ /* Allows modals to be wider on larger screens */ @media screen and (min-width: 900px) { .modal-dialog.modal-wide-width { width: 900px; } } .center { text-align: center; } .flash-block { position: absolute; right: 0px; top: -20px; z-index: 1000; white-space: nowrap; } .flash-block .alert .close { right: -5px; top: -2px; position: relative; } .btn-danger-inverse { color: #d43f3a; border-color: #ffe3e3; background-color: white; } .btn-danger-inverse:hover, .btn-danger-inverse:focus, .btn-danger-inverse:active, .btn-danger-inverse.active, .btn-danger-inverse.disabled, .btn-danger-inverse[disabled] { color: #fff; background-color: #d43f3a; border-color: #c9302c; } .form-inline select, .form-inline input[type="text"], .form-inline input[type="password"] { width: 180px; } .radio, .checkbox { min-height: 35px; }
Version data entries
19 entries across 19 versions & 1 rubygems