mirror of
https://github.com/jasny/bootstrap.git
synced 2026-01-21 04:17:53 -05:00
Preparing for Boostrap-server 2.0
This commit is contained in:
4
Makefile
4
Makefile
@@ -2,8 +2,8 @@ BOOTSTRAP = ./docs/assets/css/bootstrap.css
|
||||
BOOTSTRAP_LESS = ./less/bootstrap.less
|
||||
BOOTSTRAP_RESPONSIVE = ./docs/assets/css/bootstrap-responsive.css
|
||||
BOOTSTRAP_RESPONSIVE_LESS = ./less/responsive.less
|
||||
JASNY_BOOTSTRAP_LESS = ./less/jasny/bootstrap.less
|
||||
JASNY_BOOTSTRAP_RESPONSIVE_LESS = ./less/jasny/responsive.less
|
||||
JASNY_BOOTSTRAP_LESS = ./less/jasny-bootstrap.less
|
||||
JASNY_BOOTSTRAP_RESPONSIVE_LESS = ./less/jasny-responsive.less
|
||||
DATE=$(shell date +%I:%M%p)
|
||||
CHECK=\033[32m✔\033[39m
|
||||
HR=\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "bootstrap",
|
||||
"version": "2.2.1",
|
||||
"version": "2.2.1-j3",
|
||||
"main": ["./docs/assets/js/bootstrap.js", "./docs/assets/css/bootstrap.css"],
|
||||
"dependencies": {
|
||||
"jquery": "~1.8.0"
|
||||
|
||||
139
docs/assets/css/bootstrap-responsive.css
vendored
139
docs/assets/css/bootstrap-responsive.css
vendored
@@ -1086,5 +1086,142 @@
|
||||
overflow: visible !important;
|
||||
}
|
||||
}
|
||||
[31mError reading file: [39m[90m./less/jasny/responsive.less[39m
|
||||
/*!
|
||||
* Jasny Bootstrap Responsive Extensions j2
|
||||
*
|
||||
* Copyright 2012 Jasny BV
|
||||
* Licensed under the Apache License v2.0
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Extended with pride by @ArnoldDaniels of jasny.net
|
||||
*/
|
||||
|
||||
.clearfix {
|
||||
*zoom: 1;
|
||||
}
|
||||
|
||||
.clearfix:before,
|
||||
.clearfix:after {
|
||||
display: table;
|
||||
line-height: 0;
|
||||
content: "";
|
||||
}
|
||||
|
||||
.clearfix:after {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.hide-text {
|
||||
font: 0/0 a;
|
||||
color: transparent;
|
||||
text-shadow: none;
|
||||
background-color: transparent;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.input-block-level {
|
||||
display: block;
|
||||
width: 100%;
|
||||
min-height: 30px;
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.container-semifluid {
|
||||
max-width: 1170px;
|
||||
}
|
||||
|
||||
@media (min-width: 768px) and (max-width: 979px) {
|
||||
.row-desktop.row-fluid {
|
||||
width: 100%;
|
||||
}
|
||||
.row-desktop.row {
|
||||
margin-left: 0;
|
||||
}
|
||||
.row-desktop > [class*="span"],
|
||||
.row-desktop > [class*="span"] {
|
||||
display: block;
|
||||
float: none;
|
||||
width: auto;
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 480px) {
|
||||
.form-horizontal .controls,
|
||||
.form-horizontal .well .controls,
|
||||
.small-labels .controls {
|
||||
margin-left: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.form-horizontal .form-actions {
|
||||
padding-left: 18px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 768px) and (max-width: 979px) {
|
||||
.form-horizontal .control-label {
|
||||
width: 100px;
|
||||
}
|
||||
.form-horizontal .controls {
|
||||
margin-left: 110px;
|
||||
}
|
||||
.form-horizontal .form-actions {
|
||||
padding-left: 110px;
|
||||
}
|
||||
.form-horizontal .well .control-label {
|
||||
width: 80px;
|
||||
}
|
||||
.form-horizontal .well .controls {
|
||||
margin-left: 90px;
|
||||
}
|
||||
.small-labels .control-group > label {
|
||||
width: 50px;
|
||||
}
|
||||
.small-labels .controls {
|
||||
margin-left: 60px;
|
||||
}
|
||||
.small-labels .form-actions {
|
||||
padding-left: 60px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 1200px) {
|
||||
.small-labels .control-group > label {
|
||||
width: 80px;
|
||||
}
|
||||
.small-labels .controls {
|
||||
margin-left: 100px;
|
||||
}
|
||||
.small-labels .form-actions {
|
||||
padding-left: 100px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 480px) {
|
||||
.page-alert {
|
||||
position: static;
|
||||
width: auto;
|
||||
}
|
||||
.page-alert .alert {
|
||||
width: auto;
|
||||
margin-left: 0;
|
||||
border-top-width: 1px;
|
||||
-webkit-border-radius: 4px;
|
||||
-moz-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
body > .page-alert {
|
||||
position: static;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 1200px) {
|
||||
.page-alert .alert {
|
||||
width: 700px;
|
||||
margin-left: -375px;
|
||||
}
|
||||
}
|
||||
|
||||
1454
docs/assets/css/bootstrap.css
vendored
1454
docs/assets/css/bootstrap.css
vendored
File diff suppressed because it is too large
Load Diff
28
docs/templates/pages/customize.mustache
vendored
28
docs/templates/pages/customize.mustache
vendored
@@ -44,48 +44,40 @@
|
||||
<label class="checkbox"><input checked="checked" type="checkbox" value="scaffolding.less"> {{_i}}Body type and links{{/i}}</label>
|
||||
<label class="checkbox"><input checked="checked" type="checkbox" value="grid.less"> {{_i}}Grid system{{/i}}</label>
|
||||
<label class="checkbox"><input checked="checked" type="checkbox" value="layouts.less"> {{_i}}Layouts{{/i}}</label>
|
||||
<label class="checkbox"><input checked="checked" type="checkbox" class="jasny" value="jasny/layouts-semifluid.less"> {{_i}}Semi-fluid layout{{/i}} <i class="iconic-award-stroke"></i></label>
|
||||
<label class="checkbox"><input checked="checked" type="checkbox" class="jasny" value="layouts-semifluid.less"> {{_i}}Semi-fluid layout{{/i}} <i class="iconic-award-stroke"></i></label>
|
||||
<h3>{{_i}}Base CSS{{/i}}</h3>
|
||||
<label class="checkbox"><input checked="checked" type="checkbox" value="type.less"> {{_i}}Headings, body, etc{{/i}}</label>
|
||||
<label class="checkbox"><input checked="checked" type="checkbox" value="code.less"> {{_i}}Code and pre{{/i}}</label>
|
||||
<label class="checkbox"><input checked="checked" type="checkbox" value="labels-badges.less"> {{_i}}Labels and badges{{/i}}</label>
|
||||
<label class="checkbox"><input checked="checked" type="checkbox" class="jasny" value="jasny/actions-areas.less"> {{_i}}Action areas{{/i}} <i class="iconic-award-stroke"></i></label>
|
||||
<label class="checkbox"><input checked="checked" type="checkbox" class="jasny" value="actions-areas.less"> {{_i}}Action areas{{/i}} <i class="iconic-award-stroke"></i></label>
|
||||
<label class="checkbox"><input checked="checked" type="checkbox" value="tables.less"> {{_i}}Tables{{/i}}</label>
|
||||
<label class="checkbox"><input checked="checked" type="checkbox" value="forms.less"> {{_i}}Forms{{/i}}</label>
|
||||
<label class="checkbox"><input checked="checked" type="checkbox" class="jasny" value="jasny/forms.less"> {{_i}}Additional form styles{{/i}} <i class="iconic-award-stroke"></i></label>
|
||||
<label class="checkbox"><input checked="checked" type="checkbox" class="jasny" value="jasny/forms-uneditable.less"> {{_i}}Uneditable forms{{/i}} <i class="iconic-award-stroke"></i></label>
|
||||
<label class="checkbox"><input checked="checked" type="checkbox" class="jasny" value="jasny-forms.less"> {{_i}}Additional form styles{{/i}} <i class="iconic-award-stroke"></i></label>
|
||||
<label class="checkbox"><input checked="checked" type="checkbox" class="jasny" value="forms-uneditable.less"> {{_i}}Uneditable forms{{/i}} <i class="iconic-award-stroke"></i></label>
|
||||
<label class="checkbox"><input checked="checked" type="checkbox" value="buttons.less"> {{_i}}Buttons{{/i}}</label>
|
||||
<label class="checkbox"><input checked="checked" type="checkbox" class="jasny" value="jasny/action-links.less"> {{_i}}Action links{{/i}} <i class="iconic-award-stroke"></i></label>
|
||||
<label class="checkbox"><input checked="checked" type="checkbox" class="jasny" value="action-links.less"> {{_i}}Action links{{/i}} <i class="iconic-award-stroke"></i></label>
|
||||
<label class="checkbox"><input checked="checked" type="checkbox" value="sprites.less"> {{_i}}Icons by Glyphicons{{/i}} <small>{{_i}}(sprites){{/i}}</small></label>
|
||||
<label class="checkbox"><input checked="checked" type="checkbox" class="jasny" value="jasny/iconic.less"> {{_i}}Iconic icons{{/i}} <small>{{_i}}(font){{/i}}</small> <i class="iconic-award-stroke"></i></label>
|
||||
<label class="checkbox"><input checked="checked" type="checkbox" class="jasny" value="iconic.less"> {{_i}}Iconic icons{{/i}} <small>{{_i}}(font){{/i}}</small> <i class="iconic-award-stroke"></i></label>
|
||||
</div><!-- /span -->
|
||||
<div class="span3">
|
||||
<h3>{{_i}}Components{{/i}}</h3>
|
||||
<label class="checkbox"><input checked="checked" type="checkbox" value="button-groups.less"> {{_i}}Button groups and dropdowns{{/i}}</label>
|
||||
<label class="checkbox"><input checked="checked" type="checkbox" value="navs.less"> {{_i}}Navs, tabs, and pills{{/i}}</label>
|
||||
<label class="checkbox"><input checked="checked" type="checkbox" class="jasny" value="jasny/navs-tabbable.less"> {{_i}}Tabbable improvements{{/i}} <i class="iconic-award-stroke"></i></label>
|
||||
<label class="checkbox"><input checked="checked" type="checkbox" class="jasny" value="jasny-navs-tabbable.less"> {{_i}}Tabbable improvements{{/i}} <i class="iconic-award-stroke"></i></label>
|
||||
<label class="checkbox"><input checked="checked" type="checkbox" value="navbar.less"> {{_i}}Navbar{{/i}}</label>
|
||||
<label class="checkbox"><input checked="checked" type="checkbox" value="breadcrumbs.less"> {{_i}}Breadcrumbs{{/i}}</label>
|
||||
<label class="checkbox"><input checked="checked" type="checkbox" value="pagination.less"> {{_i}}Pagination{{/i}}</label>
|
||||
<label class="checkbox"><input checked="checked" type="checkbox" value="pager.less"> {{_i}}Pager{{/i}}</label>
|
||||
<label class="checkbox"><input checked="checked" type="checkbox" value="thumbnails.less"> {{_i}}Thumbnails{{/i}}</label>
|
||||
<label class="checkbox"><input checked="checked" type="checkbox" value="alerts.less"> {{_i}}Alerts{{/i}}</label>
|
||||
<label class="checkbox"><input checked="checked" type="checkbox" class="jasny" value="jasny/page-alert.less"> {{_i}}Page alerts{{/i}} <i class="iconic-award-stroke"></i></label>
|
||||
<label class="checkbox"><input checked="checked" type="checkbox" class="jasny" value="page-alert.less"> {{_i}}Page alerts{{/i}} <i class="iconic-award-stroke"></i></label>
|
||||
<label class="checkbox"><input checked="checked" type="checkbox" value="progress-bars.less"> {{_i}}Progress bars{{/i}}</label>
|
||||
<label class="checkbox"><input checked="checked" type="checkbox" value="hero-unit.less"> {{_i}}Hero unit{{/i}}</label>
|
||||
<label class="checkbox"><input checked="checked" type="checkbox" value="media.less"> {{_i}}Media component{{/i}}</label>
|
||||
<h3>{{_i}}JS Components{{/i}}</h3>
|
||||
<label class="checkbox"><input checked="checked" type="checkbox" value="tooltip.less"> {{_i}}Tooltips{{/i}}</label>
|
||||
<label class="checkbox"><input checked="checked" type="checkbox" value="popovers.less"> {{_i}}Popovers{{/i}}</label>
|
||||
<label class="checkbox"><input checked="checked" type="checkbox" value="modals.less"> {{_i}}Modals{{/i}}</label>
|
||||
<label class="checkbox"><input checked="checked" type="checkbox" value="dropdowns.less"> {{_i}}Dropdowns{{/i}}</label>
|
||||
<label class="checkbox"><input checked="checked" type="checkbox" value="accordion.less"> {{_i}}Collapse{{/i}}</label>
|
||||
<label class="checkbox"><input checked="checked" type="checkbox" value="carousel.less"> {{_i}}Carousel{{/i}}</label>
|
||||
<label class="checkbox"><input checked="checked" type="checkbox" class="jasny" value="jasny/rowlink.less"> {{_i}}Row link{{/i}} <i class="iconic-award-stroke"></i></label>
|
||||
<label class="checkbox"><input checked="checked" type="checkbox" class="jasny" value="jasny/fileupload.less"> {{_i}}File upload{{/i}} <i class="iconic-award-stroke"></i></label>
|
||||
</div><!-- /span -->
|
||||
<div class="span3">
|
||||
<h3>{{_i}}Miscellaneous{{/i}}</h3>
|
||||
<label class="checkbox"><input checked="checked" type="checkbox" value="match:js"> {{_i}}CSS for selected jQuery plugins{{/i}}</label>
|
||||
<label class="checkbox"><input checked="checked" type="checkbox" value="media.less"> {{_i}}Media object{{/i}}</label>
|
||||
<label class="checkbox"><input checked="checked" type="checkbox" value="wells.less"> {{_i}}Wells{{/i}}</label>
|
||||
<label class="checkbox"><input checked="checked" type="checkbox" value="close.less"> {{_i}}Close icon{{/i}}</label>
|
||||
@@ -97,7 +89,7 @@
|
||||
<label class="checkbox"><input checked="checked" type="checkbox" class="jasny" value="responsive-768px-979px.less"> {{_i}}Tablets to desktops (767-979px){{/i}} *</label>
|
||||
<label class="checkbox"><input checked="checked" type="checkbox" class="jasny" value="responsive-1200px-min.less"> {{_i}}Large desktops (>1200px){{/i}} *</label>
|
||||
<label class="checkbox"><input checked="checked" type="checkbox" value="responsive-navbar.less"> {{_i}}Responsive navbar{{/i}}</label>
|
||||
<label class="checkbox"><input checked="checked" type="checkbox" class="jasny" value="jasny/responsive-row-desktop.less"> {{_i}}Desktop rows{{/i}} <i class="iconic-award-stroke"></i></label>
|
||||
<label class="checkbox"><input checked="checked" type="checkbox" class="jasny" value="responsive-row-desktop.less"> {{_i}}Desktop rows{{/i}} <i class="iconic-award-stroke"></i></label>
|
||||
<small class="note">* Please select these if you're using the Jasny extensions in a responsive design</small>
|
||||
</div><!-- /span -->
|
||||
</div><!-- /row -->
|
||||
|
||||
|
Before Width: | Height: | Size: 63 KiB After Width: | Height: | Size: 63 KiB |
|
Before Width: | Height: | Size: 66 KiB After Width: | Height: | Size: 66 KiB |
@@ -1,245 +0,0 @@
|
||||
[class^="icon-"],
|
||||
[class*=" icon-"] {
|
||||
font-family: FontAwesome;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.btn.dropdown-toggle [class^="icon-"], .btn.dropdown-toggle [class*=" icon-"] {
|
||||
/* keeps button heights with and without icons the same */
|
||||
line-height: 1.4em;
|
||||
}
|
||||
|
||||
.icon-large {
|
||||
font-size: 1.3333em;
|
||||
}
|
||||
|
||||
.ie7icon(@inner) {
|
||||
*zoom: ~"expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '@{inner} ')";
|
||||
}
|
||||
|
||||
.icon-glass { .ie7icon(''); }
|
||||
.icon-music { .ie7icon(''); }
|
||||
.icon-search { .ie7icon(''); }
|
||||
.icon-envelope { .ie7icon(''); }
|
||||
.icon-heart { .ie7icon(''); }
|
||||
.icon-star { .ie7icon(''); }
|
||||
.icon-star-empty { .ie7icon(''); }
|
||||
.icon-user { .ie7icon(''); }
|
||||
.icon-film { .ie7icon(''); }
|
||||
.icon-th-large { .ie7icon(''); }
|
||||
.icon-th { .ie7icon(''); }
|
||||
.icon-th-list { .ie7icon(''); }
|
||||
.icon-ok { .ie7icon(''); }
|
||||
.icon-remove { .ie7icon(''); }
|
||||
.icon-zoom-in { .ie7icon(''); }
|
||||
|
||||
.icon-zoom-out { .ie7icon(''); }
|
||||
.icon-off { .ie7icon(''); }
|
||||
.icon-signal { .ie7icon(''); }
|
||||
.icon-cog { .ie7icon(''); }
|
||||
.icon-trash { .ie7icon(''); }
|
||||
.icon-home { .ie7icon(''); }
|
||||
.icon-file { .ie7icon(''); }
|
||||
.icon-time { .ie7icon(''); }
|
||||
.icon-road { .ie7icon(''); }
|
||||
.icon-download-alt { .ie7icon(''); }
|
||||
.icon-download { .ie7icon(''); }
|
||||
.icon-upload { .ie7icon(''); }
|
||||
.icon-inbox { .ie7icon(''); }
|
||||
.icon-play-circle { .ie7icon(''); }
|
||||
.icon-repeat { .ie7icon(''); }
|
||||
|
||||
.icon-refresh { .ie7icon(''); }
|
||||
.icon-list-alt { .ie7icon(''); }
|
||||
.icon-lock { .ie7icon(''); }
|
||||
.icon-flag { .ie7icon(''); }
|
||||
.icon-headphones { .ie7icon(''); }
|
||||
.icon-volume-off { .ie7icon(''); }
|
||||
.icon-volume-down { .ie7icon(''); }
|
||||
.icon-volume-up { .ie7icon(''); }
|
||||
.icon-qrcode { .ie7icon(''); }
|
||||
.icon-barcode { .ie7icon(''); }
|
||||
.icon-tag { .ie7icon(''); }
|
||||
.icon-tags { .ie7icon(''); }
|
||||
.icon-book { .ie7icon(''); }
|
||||
.icon-bookmark { .ie7icon(''); }
|
||||
.icon-print { .ie7icon(''); }
|
||||
|
||||
.icon-camera { .ie7icon(''); }
|
||||
.icon-font { .ie7icon(''); }
|
||||
.icon-bold { .ie7icon(''); }
|
||||
.icon-italic { .ie7icon(''); }
|
||||
.icon-text-height { .ie7icon(''); }
|
||||
.icon-text-width { .ie7icon(''); }
|
||||
.icon-align-left { .ie7icon(''); }
|
||||
.icon-align-center { .ie7icon(''); }
|
||||
.icon-align-right { .ie7icon(''); }
|
||||
.icon-align-justify { .ie7icon(''); }
|
||||
.icon-list { .ie7icon(''); }
|
||||
.icon-indent-left { .ie7icon(''); }
|
||||
.icon-indent-right { .ie7icon(''); }
|
||||
.icon-facetime-video { .ie7icon(''); }
|
||||
.icon-picture { .ie7icon(''); }
|
||||
|
||||
.icon-pencil { .ie7icon(''); }
|
||||
.icon-map-marker { .ie7icon(''); }
|
||||
.icon-adjust { .ie7icon(''); }
|
||||
.icon-tint { .ie7icon(''); }
|
||||
.icon-edit { .ie7icon(''); }
|
||||
.icon-share { .ie7icon(''); }
|
||||
.icon-check { .ie7icon(''); }
|
||||
.icon-move { .ie7icon(''); }
|
||||
.icon-step-backward { .ie7icon(''); }
|
||||
.icon-fast-backward { .ie7icon(''); }
|
||||
.icon-backward { .ie7icon(''); }
|
||||
.icon-play { .ie7icon(''); }
|
||||
.icon-pause { .ie7icon(''); }
|
||||
.icon-stop { .ie7icon(''); }
|
||||
.icon-forward { .ie7icon(''); }
|
||||
|
||||
.icon-fast-forward { .ie7icon(''); }
|
||||
.icon-step-forward { .ie7icon(''); }
|
||||
.icon-eject { .ie7icon(''); }
|
||||
.icon-chevron-left { .ie7icon(''); }
|
||||
.icon-chevron-right { .ie7icon(''); }
|
||||
.icon-plus-sign { .ie7icon(''); }
|
||||
.icon-minus-sign { .ie7icon(''); }
|
||||
.icon-remove-sign { .ie7icon(''); }
|
||||
.icon-ok-sign { .ie7icon(''); }
|
||||
.icon-question-sign { .ie7icon(''); }
|
||||
.icon-info-sign { .ie7icon(''); }
|
||||
.icon-screenshot { .ie7icon(''); }
|
||||
.icon-remove-circle { .ie7icon(''); }
|
||||
.icon-ok-circle { .ie7icon(''); }
|
||||
.icon-ban-circle { .ie7icon(''); }
|
||||
|
||||
.icon-arrow-left { .ie7icon(''); }
|
||||
.icon-arrow-right { .ie7icon(''); }
|
||||
.icon-arrow-up { .ie7icon(''); }
|
||||
.icon-arrow-down { .ie7icon(''); }
|
||||
.icon-share-alt { .ie7icon(''); }
|
||||
.icon-resize-full { .ie7icon(''); }
|
||||
.icon-resize-small { .ie7icon(''); }
|
||||
.icon-plus { .ie7icon(''); }
|
||||
.icon-minus { .ie7icon(''); }
|
||||
.icon-asterisk { .ie7icon(''); }
|
||||
.icon-exclamation-sign { .ie7icon(''); }
|
||||
.icon-gift { .ie7icon(''); }
|
||||
.icon-leaf { .ie7icon(''); }
|
||||
.icon-fire { .ie7icon(''); }
|
||||
.icon-eye-open { .ie7icon(''); }
|
||||
|
||||
.icon-eye-close { .ie7icon(''); }
|
||||
.icon-warning-sign { .ie7icon(''); }
|
||||
.icon-plane { .ie7icon(''); }
|
||||
.icon-calendar { .ie7icon(''); }
|
||||
.icon-random { .ie7icon(''); }
|
||||
.icon-comment { .ie7icon(''); }
|
||||
.icon-magnet { .ie7icon(''); }
|
||||
.icon-chevron-up { .ie7icon(''); }
|
||||
.icon-chevron-down { .ie7icon(''); }
|
||||
.icon-retweet { .ie7icon(''); }
|
||||
.icon-shopping-cart { .ie7icon(''); }
|
||||
.icon-folder-close { .ie7icon(''); }
|
||||
.icon-folder-open { .ie7icon(''); }
|
||||
.icon-resize-vertical { .ie7icon(''); }
|
||||
.icon-resize-horizontal { .ie7icon(''); }
|
||||
|
||||
.icon-bar-chart { .ie7icon(''); }
|
||||
.icon-twitter-sign { .ie7icon(''); }
|
||||
.icon-facebook-sign { .ie7icon(''); }
|
||||
.icon-camera-retro { .ie7icon(''); }
|
||||
.icon-key { .ie7icon(''); }
|
||||
.icon-cogs { .ie7icon(''); }
|
||||
.icon-comments { .ie7icon(''); }
|
||||
.icon-thumbs-up { .ie7icon(''); }
|
||||
.icon-thumbs-down { .ie7icon(''); }
|
||||
.icon-star-half { .ie7icon(''); }
|
||||
.icon-heart-empty { .ie7icon(''); }
|
||||
.icon-signout { .ie7icon(''); }
|
||||
.icon-linkedin-sign { .ie7icon(''); }
|
||||
.icon-pushpin { .ie7icon(''); }
|
||||
.icon-external-link { .ie7icon(''); }
|
||||
|
||||
.icon-signin { .ie7icon(''); }
|
||||
.icon-trophy { .ie7icon(''); }
|
||||
.icon-github-sign { .ie7icon(''); }
|
||||
.icon-upload-alt { .ie7icon(''); }
|
||||
.icon-lemon { .ie7icon(''); }
|
||||
.icon-phone { .ie7icon(''); }
|
||||
.icon-check-empty { .ie7icon(''); }
|
||||
.icon-bookmark-empty { .ie7icon(''); }
|
||||
.icon-phone-sign { .ie7icon(''); }
|
||||
.icon-twitter { .ie7icon(''); }
|
||||
.icon-facebook { .ie7icon(''); }
|
||||
.icon-github { .ie7icon(''); }
|
||||
.icon-unlock { .ie7icon(''); }
|
||||
.icon-credit-card { .ie7icon(''); }
|
||||
.icon-rss { .ie7icon(''); }
|
||||
|
||||
.icon-hdd { .ie7icon(''); }
|
||||
.icon-bullhorn { .ie7icon(''); }
|
||||
.icon-bell { .ie7icon(''); }
|
||||
.icon-certificate { .ie7icon(''); }
|
||||
.icon-hand-right { .ie7icon(''); }
|
||||
.icon-hand-left { .ie7icon(''); }
|
||||
.icon-hand-up { .ie7icon(''); }
|
||||
.icon-hand-down { .ie7icon(''); }
|
||||
.icon-circle-arrow-left { .ie7icon(''); }
|
||||
.icon-circle-arrow-right { .ie7icon(''); }
|
||||
.icon-circle-arrow-up { .ie7icon(''); }
|
||||
.icon-circle-arrow-down { .ie7icon(''); }
|
||||
.icon-globe { .ie7icon(''); }
|
||||
.icon-wrench { .ie7icon(''); }
|
||||
.icon-tasks { .ie7icon(''); }
|
||||
|
||||
.icon-filter { .ie7icon(''); }
|
||||
.icon-briefcase { .ie7icon(''); }
|
||||
.icon-fullscreen { .ie7icon(''); }
|
||||
|
||||
.icon-group { .ie7icon(''); }
|
||||
.icon-link { .ie7icon(''); }
|
||||
.icon-cloud { .ie7icon(''); }
|
||||
.icon-beaker { .ie7icon(''); }
|
||||
.icon-cut { .ie7icon(''); }
|
||||
.icon-copy { .ie7icon(''); }
|
||||
.icon-paper-clip { .ie7icon(''); }
|
||||
.icon-save { .ie7icon(''); }
|
||||
.icon-sign-blank { .ie7icon(''); }
|
||||
.icon-reorder { .ie7icon(''); }
|
||||
.icon-list-ul { .ie7icon(''); }
|
||||
.icon-list-ol { .ie7icon(''); }
|
||||
.icon-strikethrough { .ie7icon(''); }
|
||||
.icon-underline { .ie7icon(''); }
|
||||
.icon-table { .ie7icon(''); }
|
||||
|
||||
.icon-magic { .ie7icon(''); }
|
||||
.icon-truck { .ie7icon(''); }
|
||||
.icon-pinterest { .ie7icon(''); }
|
||||
.icon-pinterest-sign { .ie7icon(''); }
|
||||
.icon-google-plus-sign { .ie7icon(''); }
|
||||
.icon-google-plus { .ie7icon(''); }
|
||||
.icon-money { .ie7icon(''); }
|
||||
.icon-caret-down { .ie7icon(''); }
|
||||
.icon-caret-up { .ie7icon(''); }
|
||||
.icon-caret-left { .ie7icon(''); }
|
||||
.icon-caret-right { .ie7icon(''); }
|
||||
.icon-columns { .ie7icon(''); }
|
||||
.icon-sort { .ie7icon(''); }
|
||||
.icon-sort-down { .ie7icon(''); }
|
||||
.icon-sort-up { .ie7icon(''); }
|
||||
|
||||
.icon-envelope-alt { .ie7icon(''); }
|
||||
.icon-linkedin { .ie7icon(''); }
|
||||
.icon-undo { .ie7icon(''); }
|
||||
.icon-legal { .ie7icon(''); }
|
||||
.icon-dashboard { .ie7icon(''); }
|
||||
.icon-comment-alt { .ie7icon(''); }
|
||||
.icon-comments-alt { .ie7icon(''); }
|
||||
.icon-bolt { .ie7icon(''); }
|
||||
.icon-sitemap { .ie7icon(''); }
|
||||
.icon-umbrella { .ie7icon(''); }
|
||||
.icon-paste { .ie7icon(''); }
|
||||
|
||||
.icon-user-md { .ie7icon(''); }
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
// Base CSS
|
||||
@import "jasny-forms.less";
|
||||
@import "jasny-forms-uneditable.less";
|
||||
@import "forms-uneditable.less";
|
||||
@import "action-areas.less";
|
||||
@import "rowlink.less";
|
||||
|
||||
@@ -29,6 +29,3 @@
|
||||
|
||||
// Components: Nav
|
||||
@import "jasny-navs-tabbable.less";
|
||||
|
||||
// Components: Popovers
|
||||
@import "jasny-modals.less";
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
// Fixes for modals
|
||||
// ----------------
|
||||
|
||||
.modal form {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
/*!
|
||||
* Jasny Bootstrap Responsive Extensions j2
|
||||
* Jasny Bootstrap Responsive Extensions j3
|
||||
*
|
||||
* Copyright 2012 Jasny BV
|
||||
* Licensed under the Apache License v2.0
|
||||
@@ -14,7 +14,7 @@
|
||||
|
||||
// Grid system and page structure
|
||||
@import "layouts-semifluid.responsive-1200px-min.less";
|
||||
@import "jasny-responsive-row-desktop.less";
|
||||
@import "responsive-row-desktop.less";
|
||||
|
||||
// Base CSS
|
||||
@import "jasny-forms.responsive-767px-max.less";
|
||||
|
||||
Reference in New Issue
Block a user