Skip to content

Commit

Permalink
v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JimBobSquarePants committed Jul 19, 2013
1 parent f1f0102 commit e29e578
Show file tree
Hide file tree
Showing 75 changed files with 212 additions and 176 deletions.
2 changes: 1 addition & 1 deletion builder/builder/Web.config
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
</security>
<processing>
<!-- Whether to minify the css and js files and whether to compress the http response using gzip.-->
<compression minifyCSS="true" minifyJS="true" compressResponse="true" />
<compression minifyCSS="false" minifyJS="false" compressResponse="true" />
<!-- The comma separated virtual paths to the css and js folders.-->
<virtualPaths cssPaths="~/responsive" jsPaths="~/responsive" />
</processing>
Expand Down
2 changes: 1 addition & 1 deletion builder/builder/responsive/css/alerts.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Responsive Alert v1.0.1 */
/* Responsive Alert */

.alert {
background-color: #FCF8E3;
Expand Down
3 changes: 2 additions & 1 deletion builder/builder/responsive/css/autosize.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/* Responsive Autosize v1.0.1 */
/* Responsive Autosize */

.autosize,
[data-autosize] {
overflow: hidden;
-webkit-transition: border linear 0.3s, box-shadow linear 0.3s, height 0.3s linear;
Expand Down
2 changes: 1 addition & 1 deletion builder/builder/responsive/css/base.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Responsive Base v1.0.1 */
/* Responsive Base */

/*
* Fix the box model
Expand Down
2 changes: 1 addition & 1 deletion builder/builder/responsive/css/buttons.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Responsive Buttons v1.0.1 */
/* Responsive Buttons */

/*
* Normalize button borders, colour, and padding.
Expand Down
11 changes: 9 additions & 2 deletions builder/builder/responsive/css/carousel.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Responsive Carousel v1.0.1 */
/* Responsive Carousel */

.carousel {
position: relative;
Expand Down Expand Up @@ -109,6 +109,7 @@
/*
* Fade version
*/
.carousel-fade .carousel-item,
.carousel[data-carousel-mode="fade"] .carousel-item {
-webkit-transition: opacity 1.4s ease-in-out;
-moz-transition: opacity 1.4s ease-in-out;
Expand All @@ -123,11 +124,14 @@
opacity: 0;
}

.carousel-fade .carousel-active,
.carousel[data-carousel-mode="fade"] .carousel-active {
-moz-opacity: 1;
opacity: 1;
}

.carousel-fade .carousel-active.left,
.carousel-fade .carousel-active.right,
.carousel[data-carousel-mode="fade"] .carousel-active.left,
.carousel[data-carousel-mode="fade"] .carousel-active.right {
left: 0;
Expand All @@ -136,6 +140,8 @@
z-index: 2;
}

.carousel-fade .carousel-item.next,
.carousel-fade .carousel-item.prev,
.carousel[data-carousel-mode="fade"] .carousel-item.next,
.carousel[data-carousel-mode="fade"] .carousel-item.prev {
left: 0;
Expand All @@ -144,13 +150,14 @@
opacity: 1;
}

.carousel-fade .carousel-item.carousel-active,
.carousel[data-carousel-mode="fade"] .carousel-item.carousel-active {
position: relative;
width: 100%;
height: 100%;
}

.carousel[data-carousel-mode="fade"] .carousel-control,
.carousel.carousel-fade .carousel-control:visited {
.carousel-fade .carousel-control:visited {
z-index: 3;
}
2 changes: 1 addition & 1 deletion builder/builder/responsive/css/code.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Responsive Code v1.0.1 */
/* Responsive Code */

/*
* Colours and padding.
Expand Down
2 changes: 1 addition & 1 deletion builder/builder/responsive/css/dropdown.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Responsive Dropdown v1.0.1 */
/* Responsive Dropdown */

.accordion {
border: solid 1px #c0c0c0;
Expand Down
File renamed without changes
2 changes: 1 addition & 1 deletion builder/builder/responsive/css/forms-base.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Responsive Forms Base v1.0.1 */
/* Responsive Forms Base */

.form {
margin: 1em 0;
Expand Down
2 changes: 1 addition & 1 deletion builder/builder/responsive/css/forms.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Responsive Forms v1.0.1 */
/* Responsive Forms */

/* horizontal */
.form-horizontal label {
Expand Down
2 changes: 1 addition & 1 deletion builder/builder/responsive/css/grid-legacy.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Responsive Grid Legacy v1.0.1 */
/* Responsive Grid Legacy */

.container {
margin: 0 auto;
Expand Down
2 changes: 1 addition & 1 deletion builder/builder/responsive/css/grid.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Responsive Grid v1.0.1 */
/* Responsive Grid */

.container {
margin: 0 auto;
Expand Down
2 changes: 1 addition & 1 deletion builder/builder/responsive/css/helpers-base.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Responsive Helpers Base v1.0.1 */
/* Responsive Helpers Base */

/*
* Image replacement
Expand Down
2 changes: 1 addition & 1 deletion builder/builder/responsive/css/helpers.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Responsive Helpers v1.0.1 */
/* Responsive Helpers */

/*
* Responsive helpers to toggle visibility.
Expand Down
20 changes: 10 additions & 10 deletions builder/builder/responsive/css/lightbox-base.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Responsive LightBox Base v1.0.1 */
/* Responsive LightBox Base */

/*
* 1: Average max z-index.
Expand All @@ -13,18 +13,10 @@
top: 0;
right: 0;
bottom: 0;
background: rgba(0,0,0,.7);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000, endColorstr=#B2000000)"; /* 2 */
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QkYxMDI4MzlFRkU1MTFFMjg3QUU4NzI5RTNDQTdBNzciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QkYxMDI4M0FFRkU1MTFFMjg3QUU4NzI5RTNDQTdBNzciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCRjEwMjgzN0VGRTUxMUUyODdBRTg3MjlFM0NBN0E3NyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCRjEwMjgzOEVGRTUxMUUyODdBRTg3MjlFM0NBN0E3NyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuF8nHUAAAAPSURBVHjaYmBgYNgMEGAAALgAtNah8fUAAAAASUVORK5CYII=') /*overlay.png*/;
text-align: center;
}

/*
* IE9 hack to prevent background color mix
*/
.lightbox-overlay:not(dummy) {
filter: progid:dximagetransform.microsoft.gradient(enabled=false); /* 1 */
}

.lightbox {
position: relative;
text-align: left;
Expand Down Expand Up @@ -69,6 +61,10 @@
overflow-x: hidden;
}

.lightbox-content > img {
width: auto;
}

/*
* IOS iframes don't naturally allow scroll.
*/
Expand All @@ -86,6 +82,9 @@
-webkit-overflow-scrolling: touch;
}

/*
* 1: IE8 won't stretch.
*/
.lightbox iframe {
padding: 0;
margin: 0;
Expand All @@ -94,6 +93,7 @@
vertical-align: top;
display: block;
width: 100%;
min-width: 600px \0; /* 1 */
min-height: 400px;
height: 100%;
background-color: transparent;
Expand Down
2 changes: 1 addition & 1 deletion builder/builder/responsive/css/lightbox.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Responsive LightBox Base v1.0.1 */
/* Responsive LightBox Base */

/*
* Responsive iframe widths.
Expand Down
2 changes: 1 addition & 1 deletion builder/builder/responsive/css/lists-base.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Responsive Lists Base v1.0.1*/
/* Responsive Lists Base */

/*
* Unordered and ordered lists
Expand Down
2 changes: 1 addition & 1 deletion builder/builder/responsive/css/lists.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Responsive Lists v1.0.1*/
/* Responsive Lists */

/* Definition lists */

Expand Down
2 changes: 1 addition & 1 deletion builder/builder/responsive/css/media.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Responsive Media v1.0.1*/
/* Responsive Media */

/*
* Remove the gap between images and the bottom of their containers.
Expand Down
Binary file added builder/builder/responsive/css/overlay.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion builder/builder/responsive/css/print.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Responsive Print v1.0.1*/
/* Responsive Print */

@media print {
* {
Expand Down
2 changes: 1 addition & 1 deletion builder/builder/responsive/css/responsive-legacy.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
Licensed under the Apache License v2.0.
============================================================================== */

/*! Responsive v1.0.1 | Apache v2.0 License | git.io/rRNRLA */
/*! Responsive v1.0.2 | Apache v2.0 License | git.io/rRNRLA */
/* All CSS files combined. This should be ran through a preprocessor */
@import url(normalize.css);
@import url(grid-legacy.css);
Expand Down
2 changes: 1 addition & 1 deletion builder/builder/responsive/css/responsive.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
Licensed under the Apache License v2.0.
============================================================================== */

/*! Responsive v1.0.1 | Apache v2.0 License | git.io/rRNRLA */
/*! Responsive v1.0.2 | Apache v2.0 License | git.io/rRNRLA */
/* All CSS files combined. This should be ran through a preprocessor */
@import url(normalize.css);
@import url(grid.css);
Expand Down
2 changes: 1 addition & 1 deletion builder/builder/responsive/css/tables.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Responsive Tables v1.0.1*/
/* Responsive Tables*/

/*
* Make it responsive
Expand Down
2 changes: 1 addition & 1 deletion builder/builder/responsive/css/tabs.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Responsive Tabs v1.0.1*/
/* Responsive Tabs*/

[data-tabs] ul.tabs {
list-style: none;
Expand Down
2 changes: 1 addition & 1 deletion builder/builder/responsive/js/responsive.autosize.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Responsive AutoSize v1.0.1
* Responsive AutoSize
*/

/*global jQuery*/
Expand Down
4 changes: 2 additions & 2 deletions builder/builder/responsive/js/responsive.carousel.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Responsive Carousel v1.0.1
*/
* Responsive Carousel
*/

/*global jQuery*/
/*jshint expr:true*/
Expand Down
4 changes: 2 additions & 2 deletions builder/builder/responsive/js/responsive.dismiss.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Responsive Dismiss v1.0.1
*/
* Responsive Dismiss
*/

/*global jQuery*/
/*jshint expr:true*/
Expand Down
4 changes: 2 additions & 2 deletions builder/builder/responsive/js/responsive.dropdown.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Responsive Dropdown v1.0.1
*/
* Responsive Dropdown
*/

/*global jQuery*/
(function ($) {
Expand Down
4 changes: 2 additions & 2 deletions builder/builder/responsive/js/responsive.lightbox.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Responsive Lightbox v1.0.1
*/
* Responsive Lightbox
*/

/*global jQuery*/
/*jshint expr:true*/
Expand Down
4 changes: 2 additions & 2 deletions builder/builder/responsive/js/responsive.tabs.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Responsive tabs v1.0.1
*/
* Responsive tabs
*/

/*global jQuery*/
/*jshint expr:true*/
Expand Down
4 changes: 2 additions & 2 deletions builder/builder/responsive/js/responsive.utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
Licensed under the Apache License v2.0.
============================================================================== */

/*! Responsive v1.0.1 | Apache v2.0 License | git.io/rRNRLA */
/*! Responsive v1.0.2 | Apache v2.0 License | git.io/rRNRLA */

/*
* Responsive Utils v1.0.1
* Responsive Utils
*/

/*global jQuery*/
Expand Down
Loading

0 comments on commit e29e578

Please sign in to comment.