]> git.mxchange.org Git - friendica.git/blob - view/theme/frio/frameworks/bootstrap-toggle/css/bootstrap2-toggle.min.css
Merge pull request #3213 from Hypolite/issue/#2792-2
[friendica.git] / view / theme / frio / frameworks / bootstrap-toggle / css / bootstrap2-toggle.min.css
1 /*! ========================================================================
2  * Bootstrap Toggle: bootstrap2-toggle.css v2.2.0
3  * http://www.bootstraptoggle.com
4  * ========================================================================
5  * Copyright 2014 Min Hur, The New York Times Company
6  * Licensed under MIT
7  * ======================================================================== */
8 label.checkbox .toggle,label.checkbox.inline .toggle{margin-left:-20px;margin-right:5px}
9 .toggle{min-width:40px;height:20px;position:relative;overflow:hidden}
10 .toggle input[type=checkbox]{display:none}
11 .toggle-group{position:absolute;width:200%;top:0;bottom:0;left:0;transition:left .35s;-webkit-transition:left .35s;-moz-user-select:none;-webkit-user-select:none}
12 .toggle.off .toggle-group{left:-100%}
13 .toggle-on{position:absolute;top:0;bottom:0;left:0;right:50%;margin:0;border:0;border-radius:0}
14 .toggle-off{position:absolute;top:0;bottom:0;left:50%;right:0;margin:0;border:0;border-radius:0}
15 .toggle-handle{position:relative;margin:0 auto;padding-top:0;padding-bottom:0;height:100%;width:0;border-width:0 1px}
16 .toggle-handle.btn-mini{top:-1px}
17 .toggle.btn{min-width:30px}
18 .toggle-on.btn{padding-right:24px}
19 .toggle-off.btn{padding-left:24px}
20 .toggle.btn-large{min-width:40px}
21 .toggle-on.btn-large{padding-right:35px}
22 .toggle-off.btn-large{padding-left:35px}
23 .toggle.btn-small{min-width:25px}
24 .toggle-on.btn-small{padding-right:20px}
25 .toggle-off.btn-small{padding-left:20px}
26 .toggle.btn-mini{min-width:20px}
27 .toggle-on.btn-mini{padding-right:12px}
28 .toggle-off.btn-mini{padding-left:12px}