balmet.com

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

input-list.css (407B)


      1 .rwmb-toggle-all-wrapper {
      2 	margin-top: 0;
      3 }
      4 .rwmb-input-list {
      5 	margin: 0;
      6 	line-height: 1.8;
      7 }
      8 .rwmb-input-list .rwmb-input-list {
      9 	margin-left: 20px;
     10 }
     11 .rwmb-input-list li {
     12 	list-style: none;
     13 	margin-bottom: 0;
     14 }
     15 .rwmb-input-list.rwmb-inline {
     16 	line-height: inherit;
     17 }
     18 .rwmb-input-list.rwmb-inline li {
     19 	display: inline-block;
     20 }
     21 .rwmb-input-list.rwmb-inline li:not(:last-child) {
     22 	margin-right: 20px;
     23 }