bootstrapped-rails 2.0.7.1 → 2.0.7.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (63) hide show
  1. data/lib/bootstrapped-rails/version.rb +1 -1
  2. data/readme.md +1 -9
  3. data/vendor/assets/stylesheets/{bootstrapped/responsive.scss → _bootstrap-responsive.scss} +28 -33
  4. data/vendor/assets/stylesheets/_bootstrap.scss +63 -0
  5. data/vendor/assets/stylesheets/bootstrapped-responsive.css.scss +1 -0
  6. data/vendor/assets/stylesheets/{bootstrapped/accordion.scss → bootstrapped-sass/_accordion.scss} +1 -1
  7. data/vendor/assets/stylesheets/{bootstrapped/alerts.scss → bootstrapped-sass/_alerts.scss} +8 -16
  8. data/vendor/assets/stylesheets/{bootstrapped/breadcrumbs.scss → bootstrapped-sass/_breadcrumbs.scss} +2 -2
  9. data/vendor/assets/stylesheets/{bootstrapped/button-groups.scss → bootstrapped-sass/_button-groups.scss} +8 -19
  10. data/vendor/assets/stylesheets/bootstrapped-sass/_buttons.scss +163 -0
  11. data/vendor/assets/stylesheets/{bootstrapped/carousel.scss → bootstrapped-sass/_carousel.scss} +7 -12
  12. data/vendor/assets/stylesheets/{bootstrapped/close.scss → bootstrapped-sass/_close.scss} +2 -2
  13. data/vendor/assets/stylesheets/{bootstrapped/code.scss → bootstrapped-sass/_code.scss} +16 -4
  14. data/vendor/assets/stylesheets/{bootstrapped/component-animations.scss → bootstrapped-sass/_component-animations.scss} +1 -1
  15. data/vendor/assets/stylesheets/{bootstrapped/dropdowns.scss → bootstrapped-sass/_dropdowns.scss} +6 -11
  16. data/vendor/assets/stylesheets/{bootstrapped/forms.scss → bootstrapped-sass/_forms.scss} +71 -124
  17. data/vendor/assets/stylesheets/bootstrapped-sass/_grid.scss +8 -0
  18. data/vendor/assets/stylesheets/{bootstrapped/hero-unit.scss → bootstrapped-sass/_hero-unit.scss} +1 -1
  19. data/vendor/assets/stylesheets/bootstrapped-sass/_labels.scss +32 -0
  20. data/vendor/assets/stylesheets/{bootstrapped/layouts.scss → bootstrapped-sass/_layouts.scss} +0 -0
  21. data/vendor/assets/stylesheets/{bootstrapped/mixins.scss → bootstrapped-sass/_mixins.scss} +109 -90
  22. data/vendor/assets/stylesheets/{bootstrapped/modals.scss → bootstrapped-sass/_modals.scss} +15 -4
  23. data/vendor/assets/stylesheets/{bootstrapped/navbar.scss → bootstrapped-sass/_navbar.scss} +32 -42
  24. data/vendor/assets/stylesheets/{bootstrapped/navs.scss → bootstrapped-sass/_navs.scss} +42 -60
  25. data/vendor/assets/stylesheets/{bootstrapped/pager.scss → bootstrapped-sass/_pager.scss} +1 -1
  26. data/vendor/assets/stylesheets/{bootstrapped/pagination.scss → bootstrapped-sass/_pagination.scss} +5 -7
  27. data/vendor/assets/stylesheets/{bootstrapped/popovers.scss → bootstrapped-sass/_popovers.scss} +5 -5
  28. data/vendor/assets/stylesheets/{bootstrapped/progress-bars.scss → bootstrapped-sass/_progress-bars.scss} +1 -1
  29. data/vendor/assets/stylesheets/{bootstrapped/reset.scss → bootstrapped-sass/_reset.scss} +11 -32
  30. data/vendor/assets/stylesheets/{bootstrapped/scaffolding.scss → bootstrapped-sass/_scaffolding.scss} +1 -1
  31. data/vendor/assets/stylesheets/{bootstrapped/sprites.scss → bootstrapped-sass/_sprites.scss} +0 -0
  32. data/vendor/assets/stylesheets/{bootstrapped/tables.scss → bootstrapped-sass/_tables.scss} +26 -30
  33. data/vendor/assets/stylesheets/{bootstrapped/thumbnails.scss → bootstrapped-sass/_thumbnails.scss} +3 -3
  34. data/vendor/assets/stylesheets/{bootstrapped/tooltip.scss → bootstrapped-sass/_tooltip.scss} +5 -5
  35. data/vendor/assets/stylesheets/{bootstrapped/type.scss → bootstrapped-sass/_type.scss} +7 -15
  36. data/vendor/assets/stylesheets/{bootstrapped/utilities.scss → bootstrapped-sass/_utilities.scss} +1 -1
  37. data/vendor/assets/stylesheets/bootstrapped-sass/_variables.scss +103 -0
  38. data/vendor/assets/stylesheets/{bootstrapped/wells.scss → bootstrapped-sass/_wells.scss} +1 -1
  39. data/vendor/assets/stylesheets/{bootstrapped → bootstrapped-sass}/fontawesome-webfont.eot +0 -0
  40. data/vendor/assets/stylesheets/{bootstrapped → bootstrapped-sass}/fontawesome-webfont.svg +0 -0
  41. data/vendor/assets/stylesheets/{bootstrapped → bootstrapped-sass}/fontawesome-webfont.svgz +0 -0
  42. data/vendor/assets/stylesheets/{bootstrapped → bootstrapped-sass}/fontawesome-webfont.ttf +0 -0
  43. data/vendor/assets/stylesheets/{bootstrapped → bootstrapped-sass}/fontawesome-webfont.woff +0 -0
  44. data/vendor/assets/stylesheets/bootstrapped.css.scss +1 -0
  45. data/vendor/assets/stylesheets/bootstrapped.css.scss.css +1 -0
  46. data/vendor/assets/stylesheets/custom_partials/transition.scss +1 -1
  47. data/vendor/assets/stylesheets/fontawesome-webfont.eot +0 -0
  48. data/vendor/assets/stylesheets/fontawesome-webfont.svg +175 -0
  49. data/vendor/assets/stylesheets/fontawesome-webfont.svgz +0 -0
  50. data/vendor/assets/stylesheets/fontawesome-webfont.ttf +0 -0
  51. data/vendor/assets/stylesheets/fontawesome-webfont.woff +0 -0
  52. metadata +56 -55
  53. data/vendor/assets/stylesheets/bootstrap-xtra/mixins.scss +0 -19
  54. data/vendor/assets/stylesheets/bootstrap-xtra/patterns_xtra.scss +0 -178
  55. data/vendor/assets/stylesheets/bootstrap-xtra/type_xtra.css +0 -12
  56. data/vendor/assets/stylesheets/bootstrap-xtra/variables_xtra.scss +0 -13
  57. data/vendor/assets/stylesheets/bootstrap-xtra/xtra.scss +0 -24
  58. data/vendor/assets/stylesheets/bootstrapped.css +0 -4
  59. data/vendor/assets/stylesheets/bootstrapped/bootstrap.scss +0 -62
  60. data/vendor/assets/stylesheets/bootstrapped/buttons.scss +0 -189
  61. data/vendor/assets/stylesheets/bootstrapped/grid.scss +0 -8
  62. data/vendor/assets/stylesheets/bootstrapped/labels.scss +0 -16
  63. data/vendor/assets/stylesheets/bootstrapped/variables.scss +0 -99
@@ -1,12 +0,0 @@
1
- /* TypographyXtra.less
2
- * Headings, body text, lists, code, and more for a versatile and durable typography system
3
- * ---------------------------------------------------------------------------------------- */
4
-
5
- // ICON FONTS
6
- // ---------
7
- @font-face {
8
- font-family: "IconicStrokeRegular";
9
- src: url("/assets/fonts/iconic_stroke.woff") format("woff");
10
- src: url("/assets/fonts/iconic_stroke.svg#iconic_stroke") format('svg');
11
- src: url("/assets/fonts/iconic_stroke.ttf") format('ttf');
12
- }
@@ -1,13 +0,0 @@
1
- /* VariablesXtra.less
2
- * Variables to customize the look and feel of Bootstrap
3
- * ----------------------------------------------------- */
4
-
5
- //Icons
6
-
7
- $iconFontFamily: "IconicStrokeRegular";
8
- $iconFileName: "/assets/fonts/iconic_stroke";
9
- $iconColor: #000;
10
- $basefont: 13px;
11
- $alternativeIconColor: #fff;
12
- $iconBasefont: 13px;
13
- $iconBaseline: 14px;
@@ -1,24 +0,0 @@
1
- /*!
2
- * Bootstrap Xtra @VERSION
3
- *
4
- * Copyright 2011 Twitter, Inc
5
- * Licensed under the Apache License v2.0
6
- * http://www.apache.org/licenses/LICENSE-2.0
7
- *
8
- * Designed and built with all the love in the world @twitter by @mdo and @fat.
9
- * Date: @DATE
10
- */
11
-
12
- // CSS Reset
13
-
14
- // Core variables and mixins
15
- @import "variables_xtra.scss";
16
- @import "type_xtra.css.scss";
17
- @import "mixins.scss";
18
-
19
- // Grid system and page structure
20
- @import "patterns_xtra.scss";
21
-
22
- // Styled patterns and elements
23
-
24
-
@@ -1,4 +0,0 @@
1
- /*
2
- *= require_self
3
- *= require bootstrapped/bootstrap
4
- */
@@ -1,62 +0,0 @@
1
- /*!
2
- * Bootstrap v2.0.0
3
- *
4
- * Copyright 2012 Twitter, Inc
5
- * Licensed under the Apache License v2.0
6
- * http://www.apache.org/licenses/LICENSE-2.0
7
- *
8
- * Designed and built with all the love in the world @twitter by @mdo and @fat.
9
- */
10
-
11
- // Core variables and mixins
12
- @import "variables.scss"; // Modify this for custom colors, font-sizes, etc
13
- @import "mixins.scss";
14
-
15
- // CSS Reset
16
- @import "reset.scss";
17
-
18
- // Grid system and page structure
19
- @import "scaffolding.scss";
20
- @import "grid.scss";
21
- @import "layouts.scss";
22
-
23
- // Base CSS
24
- @import "type.scss";
25
- @import "code.scss";
26
- @import "forms.scss";
27
- @import "tables.scss";
28
-
29
- // Components: common
30
- @import "sprites.scss";
31
- @import "dropdowns.scss";
32
- @import "wells.scss";
33
- @import "component-animations.scss";
34
- @import "close.scss";
35
-
36
- // Components: Buttons & Alerts
37
- @import "buttons.scss";
38
- @import "button-groups.scss";
39
- @import "alerts.scss"; // Note: alerts share common CSS with buttons and thus have styles in buttons.scss
40
-
41
- // Components: Nav
42
- @import "navs.scss";
43
- @import "navbar.scss";
44
- @import "breadcrumbs.scss";
45
- @import "pagination.scss";
46
- @import "pager.scss";
47
-
48
- // Components: Popovers
49
- @import "modals.scss";
50
- @import "tooltip.scss";
51
- @import "popovers.scss";
52
-
53
- // Components: Misc
54
- @import "thumbnails.scss";
55
- @import "labels.scss";
56
- @import "progress-bars.scss";
57
- @import "accordion.scss";
58
- @import "carousel.scss";
59
- @import "hero-unit.scss";
60
- //@import "flash_notice.scss";
61
- // Utility classes
62
- @import "utilities.scss"; // Has to be last to override when necessary
@@ -1,189 +0,0 @@
1
- // BUTTON STYLES
2
- // -------------
3
-
4
-
5
- // Base styles
6
- // --------------------------------------------------
7
-
8
- // Core
9
- .btn {
10
- display: inline-block;
11
- padding: 4px 10px 4px;
12
- font-size: $baseFontSize;
13
- line-height: $baseLineHeight;
14
- color: $grayDark;
15
- text-align: center;
16
- text-shadow: 0 1px 1px rgba(255,255,255,.75);
17
- @include gradient-vertical-three-colors($white, $white, 25%, darken($white, 10%)); // Don't use .gradientbar() here since it does a three-color gradient
18
- border: 1px solid #ccc;
19
- border-bottom-color: #bbb;
20
- @include border-radius(4px);
21
- $shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
22
- @include box-shadow($shadow);
23
- cursor: pointer;
24
- &:hover {
25
- color: $grayDark;
26
- text-decoration: none;
27
- // background-color: darken($white, 10%);
28
- background-position: 0 35px;
29
- @include gradient-vertical-three-colors(darken($white, 6.2%), darken($white, 6.2%), 25%, darken($white, 16.2%));
30
- // transition is only when going to hover, otherwise the background
31
- // behind the gradient (there for IE<=9 fallback) gets mismatched
32
- @include transition(background-position .1s linear);
33
- }
34
- // Give IE7 some love
35
- @include ie7-restore-left-whitespace();
36
- }
37
-
38
-
39
- // Focus state for keyboard and accessibility
40
- .btn:focus {
41
- @include tab-focus();
42
- }
43
-
44
- // Active state
45
- .btn.active,
46
- .btn:active {
47
- background-image: none;
48
- $shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
49
- @include box-shadow($shadow);
50
- background-color: darken($white, 10%);
51
- background-color: darken($white, 15%) \9;
52
- color: rgba(0,0,0,.5);
53
- outline: 0;
54
- }
55
-
56
- // Disabled state
57
- .btn.disabled,
58
- .btn[disabled] {
59
- cursor: default;
60
- background-image: none;
61
- background-color: darken($white, 10%);
62
- @include opacity(65);
63
- @include box-shadow(none);
64
- }
65
-
66
-
67
- // Button Sizes
68
- // --------------------------------------------------
69
-
70
- // Large
71
- .btn-large {
72
- padding: 9px 14px;
73
- font-size: $baseFontSize + 2px;
74
- line-height: normal;
75
- @include border-radius(5px);
76
- }
77
- .btn-large .icon {
78
- margin-top: 1px;
79
- }
80
-
81
- // Small
82
- .btn-small {
83
- padding: 5px 9px;
84
- font-size: baseFontSize - 2px;
85
- line-height: baseLineHeight - 2px;
86
- }
87
- .btn-small .icon {
88
- margin-top: -1px;
89
- }
90
-
91
-
92
- // Alternate buttons
93
- // --------------------------------------------------
94
-
95
- // Set text color
96
- // -------------------------
97
- .btn-primary,
98
- .btn-primary:hover,
99
- .btn-warning,
100
- .btn-warning:hover,
101
- .btn-danger,
102
- .btn-danger:hover,
103
- .btn-success,
104
- .btn-success:hover,
105
- .btn-info,
106
- .btn-info:hover {
107
- text-shadow: 0 -1px 0 rgba(0,0,0,.25);
108
- color: $white;
109
- }
110
- // Provide *some* extra contrast for those who can get it
111
- .btn-primary.active,
112
- .btn-warning.active,
113
- .btn-danger.active,
114
- .btn-success.active,
115
- .btn-info.active {
116
- color: rgba(255,255,255,.75);
117
- }
118
-
119
- // Set the backgrounds
120
- // -------------------------
121
- .btn-primary, .btn.btn-primary {
122
- @include button-background($primaryButtonBackground, adjust-hue($primaryButtonBackground, 20));
123
- &:hover {
124
- @include button-background(darken($primaryButtonBackground, 6.2%), adjust-hue(darken($primaryButtonBackground, 6.2%), 20));
125
- @include transition(background-position .2s linear);
126
- }
127
- }
128
- // Warning appears are orange
129
- .btn-warning, .btn.btn-warning {
130
- @include button-background(lighten($orange, 15%), $orange);
131
- &:hover {
132
- @include button-background(darken($orange, 6.2%), adjust-hue(darken($orange, 6.2%), 20));
133
- @include transition(background-position .2s linear);
134
- }
135
- }
136
- // Danger and error appear as red
137
- .btn-danger, .btn.btn-danger {
138
- @include button-background(#ee5f5b, #bd362f);
139
- &:hover {
140
- @include button-background(darken(#ee5f5b, 6.2%), adjust-hue(darken(#bd362f, 6.2%), 20));
141
- @include transition(background-position .2s linear);
142
- }
143
- }
144
- // Success appears as green
145
- .btn-success, .btn.btn-success {
146
- @include button-background(#62c462, #51a351);
147
- &:hover {
148
- @include button-background(darken(#62c462, 6.2%), adjust-hue(darken(#51a351, 6.2%), 20));
149
- @include transition(background-position .2s linear);
150
- }
151
- }
152
- // Info appears as a neutral blue
153
- .btn-info, .btn.btn-info {
154
- @include button-background(#5bc0de, #2f96b4);
155
- &:hover {
156
- @include button-background(darken(#5bc0de, 6.2%), adjust-hue(darken(#2f96b4, 6.2%), 20));
157
- @include transition(background-position .2s linear);
158
- }
159
- }
160
- .btn-inverse, .btn.btn-inverse {
161
- @include button-background(#454545, #262626);
162
- &:hover {
163
- @include button-background(darken(#454545, 6.2%), adjust-hue(darken(#262626, 6.2%), 20));
164
- @include transition(background-position .2s linear);
165
- }
166
- }
167
-
168
- // Cross-browser Jank
169
- // --------------------------------------------------
170
-
171
- button.btn,
172
- input[type="submit"].btn {
173
- &::-moz-focus-inner {
174
- padding: 0;
175
- border: 0;
176
- }
177
-
178
- // IE7 has some default padding on button controls
179
- *padding-top: 2px;
180
- *padding-bottom: 2px;
181
- &.large {
182
- *padding-top: 7px;
183
- *padding-bottom: 7px;
184
- }
185
- &.small {
186
- *padding-top: 3px;
187
- *padding-bottom: 3px;
188
- }
189
- }
@@ -1,8 +0,0 @@
1
- // GRID SYSTEM
2
- // -----------
3
-
4
- // Fixed (940px)
5
- @include grid-system-generate($gridColumns, $gridColumnWidth, $gridGutterWidth);
6
-
7
- // Fluid (940px)
8
- @include fluid-grid-system-generate($gridColumns, $fluidGridColumnWidth, $fluidGridGutterWidth);
@@ -1,16 +0,0 @@
1
- // LABELS
2
- // ------
3
-
4
- .label {
5
- padding: 1px 3px 2px;
6
- font-size: $baseFontSize * .75;
7
- font-weight: bold;
8
- color: $white;
9
- text-transform: uppercase;
10
- background-color: $grayLight;
11
- @include border-radius(3px);
12
- }
13
- .label-important { background-color: $errorText; }
14
- .label-warning { background-color: $orange; }
15
- .label-success { background-color: $successText; }
16
- .label-info { background-color: $infoText; }
@@ -1,99 +0,0 @@
1
- // Variables.less
2
- // Variables to customize the look and feel of Bootstrap
3
- // -----------------------------------------------------
4
-
5
-
6
-
7
- // GLOBAL VALUES
8
- // --------------------------------------------------
9
-
10
- // Links
11
- $linkColor: #08c;
12
- $linkColorHover: darken($linkColor, 15%);
13
-
14
- // Grays
15
- $black: #000;
16
- $grayDarker: #222;
17
- $grayDark: #333;
18
- $gray: #555;
19
- $grayLight: #999;
20
- $grayLighter: #eee;
21
- $white: #fff;
22
-
23
- // Accent colors
24
- $blue: #049cdb;
25
- $blueDark: #0064cd;
26
- $green: #46a546;
27
- $red: #9d261d;
28
- $yellow: #ffc40d;
29
- $orange: #f89406;
30
- $pink: #c3325f;
31
- $purple: #7a43b6;
32
-
33
- // Typography
34
- $baseFontSize: 13px;
35
- $baseFontFamily: "Helvetica Neue", Helvetica, Arial, sans-serif;
36
- $baseLineHeight: 18px;
37
- $textColor: $grayDark;
38
-
39
- // Buttons
40
- $primaryButtonBackground: $linkColor;
41
-
42
-
43
-
44
- // COMPONENT VARIABLES
45
- // --------------------------------------------------
46
-
47
- // Z-index master list
48
- // Used for a bird's eye view of components dependent on the z-axis
49
- // Try to avoid customizing these :)
50
- $zindexDropdown: 1000;
51
- $zindexPopover: 1010;
52
- $zindexTooltip: 1020;
53
- $zindexFixedNavbar: 1030;
54
- $zindexModalBackdrop: 1040;
55
- $zindexModal: 1050;
56
-
57
- // Input placeholder text color
58
- $placeholderText: $grayLight;
59
-
60
- // Navbar
61
- $navbarHeight: 40px;
62
- $navbarBackground: $grayDarker;
63
- $navbarBackgroundHighlight: $grayDark;
64
-
65
- $navbarText: $grayLight;
66
- $navbarLinkColor: $grayLight;
67
- $navbarLinkColorHover: $white;
68
-
69
- // Form states and alerts
70
- $warningText: #c09853;
71
- $warningBackground: #fcf8e3;
72
- $warningBorder: darken(adjust-hue($warningBackground, -10), 3%);
73
-
74
- $errorText: #b94a48;
75
- $errorBackground: #f2dede;
76
- $errorBorder: darken(adjust-hue($errorBackground, -10), 3%);
77
-
78
- $successText: #468847;
79
- $successBackground: #dff0d8;
80
- $successBorder: darken(adjust-hue($successBackground, -10), 5%);
81
-
82
- $infoText: #3a87ad;
83
- $infoBackground: #d9edf7;
84
- $infoBorder: darken(adjust-hue($infoBackground, -10), 7%);
85
-
86
-
87
-
88
- // GRID
89
- // --------------------------------------------------
90
-
91
- // Default 940px grid
92
- $gridColumns: 12;
93
- $gridColumnWidth: 60px;
94
- $gridGutterWidth: 20px;
95
- $gridRowWidth: ($gridColumns * $gridColumnWidth) + ($gridGutterWidth * ($gridColumns - 1));
96
-
97
- // Fluid grid
98
- $fluidGridColumnWidth: 6.382978723%;
99
- $fluidGridGutterWidth: 2.127659574%;