1
0
mirror of https://github.com/e107inc/e107.git synced 2025-09-02 02:42:40 +02:00

Bootswitch styling.

This commit is contained in:
Cameron
2017-02-10 09:16:40 -08:00
parent 503fa926ac
commit a631bd5195
4 changed files with 26 additions and 4 deletions

View File

@@ -218,8 +218,12 @@ a.tweet_action { font-size:8px }
/* Bootstrap Bug Fix See: https://github.com/twitter/bootstrap/issues/3494 Specific for e107-admin InfoPanel */
.row-fluid ul.thumbnails li.span12 + li { margin-left : 0px; }
.row-fluid div.s-message + div { margin-left : 0px; }
.row-fluid ul.thumbnails li.span12 + li { margin-left : 0; }
.row-fluid div.s-message + div { margin-left : 0; }
.bootstrap-switch .bootstrap-switch-label { background: inherit }
.bootstrap-switch.form-control { padding:0; height:auto }
/*
.row-fluid ul.thumbXnails li.span6:nth-child(2n + 3) { margin-left : 0px; }