spiderfw 0.6.39 → 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/CHANGELOG +2 -0
- data/Rakefile +4 -3
- data/VERSION +1 -1
- data/apps/core/admin/public/css/sass/admin.css +61 -12
- data/apps/core/admin/public/sass/admin.scss +51 -0
- data/apps/core/admin/views/login.layout.shtml +1 -1
- data/apps/core/components/assets.rb +34 -2
- data/apps/core/components/po/it/spider_components.po +2 -2
- data/apps/core/components/public/bootstrap/scss/_aggiunte_bootstrap_3.scss +54 -0
- data/apps/core/components/public/bootstrap/scss/_pagination.scss +1 -1
- data/apps/core/components/public/bootstrap/scss/_variables.scss +2 -0
- data/apps/core/components/public/bootstrap/scss/bootstrap.css +48 -2
- data/apps/core/components/public/bootstrap/scss/bootstrap.scss +4 -1
- data/apps/core/components/public/bootstrap_3/img/glyphicons-halflings-regular.eot +0 -0
- data/apps/core/components/public/bootstrap_3/img/glyphicons-halflings-regular.svg +272 -213
- data/apps/core/components/public/bootstrap_3/img/glyphicons-halflings-regular.ttf +0 -0
- data/apps/core/components/public/bootstrap_3/img/glyphicons-halflings-regular.woff +0 -0
- data/apps/core/components/public/bootstrap_3/img/glyphicons-halflings-regular.woff2 +0 -0
- data/apps/core/components/public/bootstrap_3/js/affix.js +48 -26
- data/apps/core/components/public/bootstrap_3/js/alert.js +8 -6
- data/apps/core/components/public/bootstrap_3/js/button.js +27 -17
- data/apps/core/components/public/bootstrap_3/js/carousel.js +66 -39
- data/apps/core/components/public/bootstrap_3/js/collapse.js +73 -42
- data/apps/core/components/public/bootstrap_3/js/dropdown.js +54 -40
- data/apps/core/components/public/bootstrap_3/js/modal.js +102 -42
- data/apps/core/components/public/bootstrap_3/js/popover.js +6 -11
- data/apps/core/components/public/bootstrap_3/js/scrollspy.js +47 -33
- data/apps/core/components/public/bootstrap_3/js/tab.js +48 -21
- data/apps/core/components/public/bootstrap_3/js/tooltip.js +118 -60
- data/apps/core/components/public/bootstrap_3/js/transition.js +15 -4
- data/apps/core/components/public/bootstrap_3/scss/_alerts.scss +8 -2
- data/apps/core/components/public/bootstrap_3/scss/_badges.scss +14 -3
- data/apps/core/components/public/bootstrap_3/scss/_button-groups.scss +23 -19
- data/apps/core/components/public/bootstrap_3/scss/_buttons.scss +22 -13
- data/apps/core/components/public/bootstrap_3/scss/_carousel.scss +28 -2
- data/apps/core/components/public/bootstrap_3/scss/_close.scss +1 -0
- data/apps/core/components/public/bootstrap_3/scss/_code.scss +7 -0
- data/apps/core/components/public/bootstrap_3/scss/_component-animations.scss +3 -1
- data/apps/core/components/public/bootstrap_3/scss/_dropdowns.scss +11 -9
- data/apps/core/components/public/bootstrap_3/scss/_forms.scss +190 -68
- data/apps/core/components/public/bootstrap_3/scss/_glyphicons.scss +83 -13
- data/apps/core/components/public/bootstrap_3/scss/_grid.scss +4 -4
- data/apps/core/components/public/bootstrap_3/scss/_input-groups.scss +1 -0
- data/apps/core/components/public/bootstrap_3/scss/_jumbotron.scss +8 -4
- data/apps/core/components/public/bootstrap_3/scss/_list-group.scss +13 -12
- data/apps/core/components/public/bootstrap_3/scss/_media.scss +40 -30
- data/apps/core/components/public/bootstrap_3/scss/_mixins.scss +1 -0
- data/apps/core/components/public/bootstrap_3/scss/_modals.scss +7 -4
- data/apps/core/components/public/bootstrap_3/scss/_navbar.scss +36 -32
- data/apps/core/components/public/bootstrap_3/scss/_navs.scss +3 -3
- data/apps/core/components/public/bootstrap_3/scss/_normalize.scss +12 -13
- data/apps/core/components/public/bootstrap_3/scss/_pager.scss +2 -3
- data/apps/core/components/public/bootstrap_3/scss/_pagination.scss +4 -3
- data/apps/core/components/public/bootstrap_3/scss/_panels.scss +38 -7
- data/apps/core/components/public/bootstrap_3/scss/_popovers.scss +5 -7
- data/apps/core/components/public/bootstrap_3/scss/_print.scss +96 -96
- data/apps/core/components/public/bootstrap_3/scss/_progress-bars.scss +20 -22
- data/apps/core/components/public/bootstrap_3/scss/_responsive-embed.scss +10 -9
- data/apps/core/components/public/bootstrap_3/scss/_responsive-utilities.scss +8 -3
- data/apps/core/components/public/bootstrap_3/scss/_scaffolding.scss +15 -4
- data/apps/core/components/public/bootstrap_3/scss/_tables.scss +15 -14
- data/apps/core/components/public/bootstrap_3/scss/_theme.scss +57 -13
- data/apps/core/components/public/bootstrap_3/scss/_thumbnails.scss +2 -2
- data/apps/core/components/public/bootstrap_3/scss/_tooltip.scss +13 -7
- data/apps/core/components/public/bootstrap_3/scss/_type.scss +21 -21
- data/apps/core/components/public/bootstrap_3/scss/_utilities.scss +3 -4
- data/apps/core/components/public/bootstrap_3/scss/_variables.scss +54 -32
- data/apps/core/components/public/bootstrap_3/scss/bootstrap.css +8772 -0
- data/apps/core/components/public/bootstrap_3/scss/bootstrap.scss +6 -0
- data/apps/core/components/public/bootstrap_3/scss/mixins/_background-variant.scss +2 -1
- data/apps/core/components/public/bootstrap_3/scss/mixins/_buttons.scss +19 -1
- data/apps/core/components/public/bootstrap_3/scss/mixins/_forms.scss +5 -1
- data/apps/core/components/public/bootstrap_3/scss/mixins/_gradients.scss +1 -1
- data/apps/core/components/public/bootstrap_3/scss/mixins/_grid-framework.scss +4 -10
- data/apps/core/components/public/bootstrap_3/scss/mixins/_grid.scss +7 -7
- data/apps/core/components/public/bootstrap_3/scss/mixins/_hide-text.scss +3 -3
- data/apps/core/components/public/bootstrap_3/scss/mixins/_labels.scss +1 -1
- data/apps/core/components/public/bootstrap_3/scss/mixins/_list-group.scss +3 -2
- data/apps/core/components/public/bootstrap_3/scss/mixins/_opacity.scss +1 -1
- data/apps/core/components/public/bootstrap_3/scss/mixins/_pagination.scss +2 -1
- data/apps/core/components/public/bootstrap_3/scss/mixins/_panels.scss +4 -0
- data/apps/core/components/public/bootstrap_3/scss/mixins/_progress-bar.scss +3 -1
- data/apps/core/components/public/bootstrap_3/scss/mixins/_reset-text.scss +18 -0
- data/apps/core/components/public/bootstrap_3/scss/mixins/_responsive-visibility.scss +1 -1
- data/apps/core/components/public/bootstrap_3/scss/mixins/_text-emphasis.scss +2 -1
- data/apps/core/components/public/bootstrap_3/scss/mixins/_vendor-prefixes.scss +11 -13
- data/apps/core/components/public/css/table_base.css +46 -1
- data/apps/core/components/public/fontawesome_4/fonts/font-awesome/fontawesome-webfont.eot +0 -0
- data/apps/core/components/public/fontawesome_4/fonts/font-awesome/fontawesome-webfont.svg +565 -0
- data/apps/core/components/public/fontawesome_4/fonts/font-awesome/fontawesome-webfont.ttf +0 -0
- data/apps/core/components/public/fontawesome_4/fonts/font-awesome/fontawesome-webfont.woff +0 -0
- data/apps/core/components/public/fontawesome_4/fonts/font-awesome/fontawesome-webfont.woff2 +0 -0
- data/apps/core/components/public/fontawesome_4/stylesheets/font-awesome.css +2893 -0
- data/apps/core/components/public/fontawesome_4/stylesheets/font-awesome/_animated.scss +34 -0
- data/apps/core/components/public/fontawesome_4/stylesheets/font-awesome/_bordered-pulled.scss +16 -0
- data/apps/core/components/public/fontawesome_4/stylesheets/font-awesome/_core.scss +12 -0
- data/apps/core/components/public/fontawesome_4/stylesheets/font-awesome/_extras.scss +44 -0
- data/apps/core/components/public/fontawesome_4/stylesheets/font-awesome/_fixed-width.scss +6 -0
- data/apps/core/components/public/fontawesome_4/stylesheets/font-awesome/_icons.scss +596 -0
- data/apps/core/components/public/fontawesome_4/stylesheets/font-awesome/_larger.scss +13 -0
- data/apps/core/components/public/fontawesome_4/stylesheets/font-awesome/_list.scss +19 -0
- data/apps/core/components/public/fontawesome_4/stylesheets/font-awesome/_mixins.scss +26 -0
- data/apps/core/components/public/fontawesome_4/stylesheets/font-awesome/_path.scss +14 -0
- data/apps/core/components/public/fontawesome_4/stylesheets/font-awesome/_rotated-flipped.scss +20 -0
- data/apps/core/components/public/fontawesome_4/stylesheets/font-awesome/_stacked.scss +20 -0
- data/apps/core/components/public/fontawesome_4/stylesheets/font-awesome/_variables.scss +608 -0
- data/apps/core/components/public/fontawesome_4/stylesheets/font_awesome.css +2893 -0
- data/apps/core/components/public/fontawesome_4/stylesheets/font_awesome.scss +17 -0
- data/apps/core/components/public/js/paginatore.js +307 -0
- data/apps/core/components/public/js/spin.js +399 -0
- data/apps/core/components/public/mmenu/js/jquery.mmenu.js +133 -0
- data/apps/core/components/public/mmenu/scss/extensions/_jquery.mmenu.borderstyle.scss +33 -0
- data/apps/core/components/public/mmenu/scss/extensions/_jquery.mmenu.effects.scss +199 -0
- data/apps/core/components/public/mmenu/scss/extensions/_jquery.mmenu.fullscreen.scss +24 -0
- data/apps/core/components/public/mmenu/scss/extensions/_jquery.mmenu.iconbar.scss +26 -0
- data/apps/core/components/public/mmenu/scss/extensions/_jquery.mmenu.multiline.scss +15 -0
- data/apps/core/components/public/mmenu/scss/extensions/_jquery.mmenu.pagedim.scss +36 -0
- data/apps/core/components/public/mmenu/scss/extensions/_jquery.mmenu.pageshadow.scss +36 -0
- data/apps/core/components/public/mmenu/scss/extensions/_jquery.mmenu.positioning.scss +87 -0
- data/apps/core/components/public/mmenu/scss/extensions/_jquery.mmenu.themes.scss +76 -0
- data/apps/core/components/public/mmenu/scss/extensions/_jquery.mmenu.tileview.scss +98 -0
- data/apps/core/components/public/mmenu/scss/extensions/_jquery.mmenu.widescreen.scss +61 -0
- data/apps/core/components/public/mmenu/scss/inc/_colors.scss +175 -0
- data/apps/core/components/public/mmenu/scss/inc/_mixins.scss +135 -0
- data/apps/core/components/public/mmenu/scss/inc/_sizing.scss +86 -0
- data/apps/core/components/public/mmenu/scss/inc/_variables.scss +61 -0
- data/apps/core/components/public/mmenu/scss/jquery.mmenu.scss +478 -0
- data/apps/core/components/widgets/table/table.rb +7 -0
- data/apps/core/components/widgets/table/table.shtml +50 -17
- data/apps/core/forms/tags/row.erb +1 -1
- data/lib/spiderfw/cmd/cmd.rb +2 -0
- data/lib/spiderfw/cmd/commands/assets.rb +12 -0
- data/lib/spiderfw/controller/mixins/visual.rb +1 -0
- data/lib/spiderfw/create.rb +0 -1
- data/lib/spiderfw/i18n/gettext.rb +33 -0
- data/lib/spiderfw/i18n/javascript_parser.rb +2 -2
- data/lib/spiderfw/i18n/shtml_parser.rb +2 -2
- data/lib/spiderfw/model/model.rb +2 -1
- data/lib/spiderfw/setup/app_manager.rb +8 -0
- data/lib/spiderfw/spider.rb +9 -1
- data/lib/spiderfw/templates/layout.rb +47 -39
- data/lib/spiderfw/templates/template.rb +12 -4
- metadata +46 -1
@@ -1,9 +1,9 @@
|
|
1
|
-
/*! normalize.css v3.0.
|
1
|
+
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
|
2
2
|
|
3
3
|
//
|
4
4
|
// 1. Set default font family to sans-serif.
|
5
|
-
// 2. Prevent iOS text size adjust after orientation change,
|
6
|
-
// user zoom.
|
5
|
+
// 2. Prevent iOS and IE text size adjust after device orientation change,
|
6
|
+
// without disabling user zoom.
|
7
7
|
//
|
8
8
|
|
9
9
|
html {
|
@@ -25,7 +25,8 @@ body {
|
|
25
25
|
|
26
26
|
//
|
27
27
|
// Correct `block` display not defined for any HTML5 element in IE 8/9.
|
28
|
-
// Correct `block` display not defined for `details` or `summary` in IE 10/11
|
28
|
+
// Correct `block` display not defined for `details` or `summary` in IE 10/11
|
29
|
+
// and Firefox.
|
29
30
|
// Correct `block` display not defined for `main` in IE 11.
|
30
31
|
//
|
31
32
|
|
@@ -38,6 +39,7 @@ footer,
|
|
38
39
|
header,
|
39
40
|
hgroup,
|
40
41
|
main,
|
42
|
+
menu,
|
41
43
|
nav,
|
42
44
|
section,
|
43
45
|
summary {
|
@@ -69,7 +71,7 @@ audio:not([controls]) {
|
|
69
71
|
|
70
72
|
//
|
71
73
|
// Address `[hidden]` styling not present in IE 8/9/10.
|
72
|
-
// Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
|
74
|
+
// Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
|
73
75
|
//
|
74
76
|
|
75
77
|
[hidden],
|
@@ -85,11 +87,12 @@ template {
|
|
85
87
|
//
|
86
88
|
|
87
89
|
a {
|
88
|
-
background: transparent;
|
90
|
+
background-color: transparent;
|
89
91
|
}
|
90
92
|
|
91
93
|
//
|
92
|
-
// Improve readability
|
94
|
+
// Improve readability of focused elements when they are also in an
|
95
|
+
// active/hover state.
|
93
96
|
//
|
94
97
|
|
95
98
|
a:active,
|
@@ -207,7 +210,6 @@ figure {
|
|
207
210
|
//
|
208
211
|
|
209
212
|
hr {
|
210
|
-
-moz-box-sizing: content-box;
|
211
213
|
box-sizing: content-box;
|
212
214
|
height: 0;
|
213
215
|
}
|
@@ -348,15 +350,12 @@ input[type="number"]::-webkit-outer-spin-button {
|
|
348
350
|
|
349
351
|
//
|
350
352
|
// 1. Address `appearance` set to `searchfield` in Safari and Chrome.
|
351
|
-
// 2. Address `box-sizing` set to `border-box` in Safari and Chrome
|
352
|
-
// (include `-moz` to future-proof).
|
353
|
+
// 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
|
353
354
|
//
|
354
355
|
|
355
356
|
input[type="search"] {
|
356
357
|
-webkit-appearance: textfield; // 1
|
357
|
-
|
358
|
-
-webkit-box-sizing: content-box; // 2
|
359
|
-
box-sizing: content-box;
|
358
|
+
box-sizing: content-box; //2
|
360
359
|
}
|
361
360
|
|
362
361
|
//
|
@@ -8,7 +8,7 @@
|
|
8
8
|
margin: $line-height-computed 0;
|
9
9
|
list-style: none;
|
10
10
|
text-align: center;
|
11
|
-
@include clearfix
|
11
|
+
@include clearfix;
|
12
12
|
li {
|
13
13
|
display: inline;
|
14
14
|
> a,
|
@@ -48,8 +48,7 @@
|
|
48
48
|
> span {
|
49
49
|
color: $pager-disabled-color;
|
50
50
|
background-color: $pager-bg;
|
51
|
-
cursor:
|
51
|
+
cursor: $cursor-disabled;
|
52
52
|
}
|
53
53
|
}
|
54
|
-
|
55
54
|
}
|
@@ -40,6 +40,7 @@
|
|
40
40
|
> li > span {
|
41
41
|
&:hover,
|
42
42
|
&:focus {
|
43
|
+
z-index: 3;
|
43
44
|
color: $pagination-hover-color;
|
44
45
|
background-color: $pagination-hover-bg;
|
45
46
|
border-color: $pagination-hover-border;
|
@@ -69,7 +70,7 @@
|
|
69
70
|
color: $pagination-disabled-color;
|
70
71
|
background-color: $pagination-disabled-bg;
|
71
72
|
border-color: $pagination-disabled-border;
|
72
|
-
cursor:
|
73
|
+
cursor: $cursor-disabled;
|
73
74
|
}
|
74
75
|
}
|
75
76
|
}
|
@@ -79,10 +80,10 @@
|
|
79
80
|
|
80
81
|
// Large
|
81
82
|
.pagination-lg {
|
82
|
-
@include pagination-size($padding-large-vertical, $padding-large-horizontal, $font-size-large, $border-radius-large);
|
83
|
+
@include pagination-size($padding-large-vertical, $padding-large-horizontal, $font-size-large, $line-height-large, $border-radius-large);
|
83
84
|
}
|
84
85
|
|
85
86
|
// Small
|
86
87
|
.pagination-sm {
|
87
|
-
@include pagination-size($padding-small-vertical, $padding-small-horizontal, $font-size-small, $border-radius-small);
|
88
|
+
@include pagination-size($padding-small-vertical, $padding-small-horizontal, $font-size-small, $line-height-small, $border-radius-small);
|
88
89
|
}
|
@@ -15,7 +15,7 @@
|
|
15
15
|
// Panel contents
|
16
16
|
.panel-body {
|
17
17
|
padding: $panel-body-padding;
|
18
|
-
@include clearfix
|
18
|
+
@include clearfix;
|
19
19
|
}
|
20
20
|
|
21
21
|
// Optional heading
|
@@ -36,7 +36,11 @@
|
|
36
36
|
font-size: ceil(($font-size-base * 1.125));
|
37
37
|
color: inherit;
|
38
38
|
|
39
|
-
> a
|
39
|
+
> a,
|
40
|
+
> small,
|
41
|
+
> .small,
|
42
|
+
> small > a,
|
43
|
+
> .small > a {
|
40
44
|
color: inherit;
|
41
45
|
}
|
42
46
|
}
|
@@ -56,7 +60,8 @@
|
|
56
60
|
// any kind of custom content between the two.
|
57
61
|
|
58
62
|
.panel {
|
59
|
-
> .list-group
|
63
|
+
> .list-group,
|
64
|
+
> .panel-collapse > .list-group {
|
60
65
|
margin-bottom: 0;
|
61
66
|
|
62
67
|
.list-group-item {
|
@@ -71,6 +76,7 @@
|
|
71
76
|
@include border-top-radius(($panel-border-radius - 1));
|
72
77
|
}
|
73
78
|
}
|
79
|
+
|
74
80
|
// Add border bottom radius for last one
|
75
81
|
&:last-child {
|
76
82
|
.list-group-item:last-child {
|
@@ -79,6 +85,11 @@
|
|
79
85
|
}
|
80
86
|
}
|
81
87
|
}
|
88
|
+
> .panel-heading + .panel-collapse > .list-group {
|
89
|
+
.list-group-item:first-child {
|
90
|
+
@include border-top-radius(0);
|
91
|
+
}
|
92
|
+
}
|
82
93
|
}
|
83
94
|
// Collapse space between when there's no additional content.
|
84
95
|
.panel-heading + .list-group {
|
@@ -86,7 +97,9 @@
|
|
86
97
|
border-top-width: 0;
|
87
98
|
}
|
88
99
|
}
|
89
|
-
|
100
|
+
.list-group + .panel-footer {
|
101
|
+
border-top-width: 0;
|
102
|
+
}
|
90
103
|
|
91
104
|
// Tables in panels
|
92
105
|
//
|
@@ -95,8 +108,14 @@
|
|
95
108
|
|
96
109
|
.panel {
|
97
110
|
> .table,
|
98
|
-
> .table-responsive > .table
|
111
|
+
> .table-responsive > .table,
|
112
|
+
> .panel-collapse > .table {
|
99
113
|
margin-bottom: 0;
|
114
|
+
|
115
|
+
caption {
|
116
|
+
padding-left: $panel-body-padding;
|
117
|
+
padding-right: $panel-body-padding;
|
118
|
+
}
|
100
119
|
}
|
101
120
|
// Add border top radius for first one
|
102
121
|
> .table:first-child,
|
@@ -106,6 +125,9 @@
|
|
106
125
|
> thead:first-child,
|
107
126
|
> tbody:first-child {
|
108
127
|
> tr:first-child {
|
128
|
+
border-top-left-radius: ($panel-border-radius - 1);
|
129
|
+
border-top-right-radius: ($panel-border-radius - 1);
|
130
|
+
|
109
131
|
td:first-child,
|
110
132
|
th:first-child {
|
111
133
|
border-top-left-radius: ($panel-border-radius - 1);
|
@@ -125,6 +147,9 @@
|
|
125
147
|
> tbody:last-child,
|
126
148
|
> tfoot:last-child {
|
127
149
|
> tr:last-child {
|
150
|
+
border-bottom-left-radius: ($panel-border-radius - 1);
|
151
|
+
border-bottom-right-radius: ($panel-border-radius - 1);
|
152
|
+
|
128
153
|
td:first-child,
|
129
154
|
th:first-child {
|
130
155
|
border-bottom-left-radius: ($panel-border-radius - 1);
|
@@ -137,7 +162,9 @@
|
|
137
162
|
}
|
138
163
|
}
|
139
164
|
> .panel-body + .table,
|
140
|
-
> .panel-body + .table-responsive
|
165
|
+
> .panel-body + .table-responsive,
|
166
|
+
> .table + .panel-body,
|
167
|
+
> .table-responsive + .panel-body {
|
141
168
|
border-top: 1px solid $table-border-color;
|
142
169
|
}
|
143
170
|
> .table > tbody:first-child > tr:first-child th,
|
@@ -199,6 +226,7 @@
|
|
199
226
|
.panel {
|
200
227
|
margin-bottom: 0;
|
201
228
|
border-radius: $panel-border-radius;
|
229
|
+
|
202
230
|
+ .panel {
|
203
231
|
margin-top: 5px;
|
204
232
|
}
|
@@ -206,10 +234,13 @@
|
|
206
234
|
|
207
235
|
.panel-heading {
|
208
236
|
border-bottom: 0;
|
209
|
-
|
237
|
+
|
238
|
+
+ .panel-collapse > .panel-body,
|
239
|
+
+ .panel-collapse > .list-group {
|
210
240
|
border-top: 1px solid $panel-inner-border;
|
211
241
|
}
|
212
242
|
}
|
243
|
+
|
213
244
|
.panel-footer {
|
214
245
|
border-top: 0;
|
215
246
|
+ .panel-collapse .panel-body {
|
@@ -11,7 +11,11 @@
|
|
11
11
|
display: none;
|
12
12
|
max-width: $popover-max-width;
|
13
13
|
padding: 1px;
|
14
|
-
|
14
|
+
// Our parent element can be arbitrary since popovers are by default inserted as a sibling of their target element.
|
15
|
+
// So reset our font and text properties to avoid inheriting weird values.
|
16
|
+
@include reset-text;
|
17
|
+
font-size: $font-size-base;
|
18
|
+
|
15
19
|
background-color: $popover-bg;
|
16
20
|
background-clip: padding-box;
|
17
21
|
border: 1px solid $popover-fallback-border-color;
|
@@ -19,9 +23,6 @@
|
|
19
23
|
border-radius: $border-radius-large;
|
20
24
|
@include box-shadow(0 5px 10px rgba(0,0,0,.2));
|
21
25
|
|
22
|
-
// Overrides for proper insertion
|
23
|
-
white-space: normal;
|
24
|
-
|
25
26
|
// Offset the popover to account for the popover arrow
|
26
27
|
&.top { margin-top: -$popover-arrow-width; }
|
27
28
|
&.right { margin-left: $popover-arrow-width; }
|
@@ -33,8 +34,6 @@
|
|
33
34
|
margin: 0; // reset heading margin
|
34
35
|
padding: 8px 14px;
|
35
36
|
font-size: $font-size-base;
|
36
|
-
font-weight: normal;
|
37
|
-
line-height: 18px;
|
38
37
|
background-color: $popover-title-bg;
|
39
38
|
border-bottom: 1px solid darken($popover-title-bg, 5%);
|
40
39
|
border-radius: ($border-radius-large - 1) ($border-radius-large - 1) 0 0;
|
@@ -129,5 +128,4 @@
|
|
129
128
|
bottom: -$popover-arrow-width;
|
130
129
|
}
|
131
130
|
}
|
132
|
-
|
133
131
|
}
|
@@ -1,101 +1,101 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
//
|
4
|
-
//
|
1
|
+
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
|
2
|
+
|
3
|
+
// ==========================================================================
|
4
|
+
// Print styles.
|
5
|
+
// Inlined to avoid the additional HTTP request: h5bp.com/r
|
6
|
+
// ==========================================================================
|
5
7
|
|
6
8
|
@media print {
|
9
|
+
*,
|
10
|
+
*:before,
|
11
|
+
*:after {
|
12
|
+
background: transparent !important;
|
13
|
+
color: #000 !important; // Black prints faster: h5bp.com/s
|
14
|
+
box-shadow: none !important;
|
15
|
+
text-shadow: none !important;
|
16
|
+
}
|
17
|
+
|
18
|
+
a,
|
19
|
+
a:visited {
|
20
|
+
text-decoration: underline;
|
21
|
+
}
|
22
|
+
|
23
|
+
a[href]:after {
|
24
|
+
content: " (" attr(href) ")";
|
25
|
+
}
|
26
|
+
|
27
|
+
abbr[title]:after {
|
28
|
+
content: " (" attr(title) ")";
|
29
|
+
}
|
30
|
+
|
31
|
+
// Don't show links that are fragment identifiers,
|
32
|
+
// or use the `javascript:` pseudo protocol
|
33
|
+
a[href^="#"]:after,
|
34
|
+
a[href^="javascript:"]:after {
|
35
|
+
content: "";
|
36
|
+
}
|
37
|
+
|
38
|
+
pre,
|
39
|
+
blockquote {
|
40
|
+
border: 1px solid #999;
|
41
|
+
page-break-inside: avoid;
|
42
|
+
}
|
43
|
+
|
44
|
+
thead {
|
45
|
+
display: table-header-group; // h5bp.com/t
|
46
|
+
}
|
47
|
+
|
48
|
+
tr,
|
49
|
+
img {
|
50
|
+
page-break-inside: avoid;
|
51
|
+
}
|
52
|
+
|
53
|
+
img {
|
54
|
+
max-width: 100% !important;
|
55
|
+
}
|
56
|
+
|
57
|
+
p,
|
58
|
+
h2,
|
59
|
+
h3 {
|
60
|
+
orphans: 3;
|
61
|
+
widows: 3;
|
62
|
+
}
|
63
|
+
|
64
|
+
h2,
|
65
|
+
h3 {
|
66
|
+
page-break-after: avoid;
|
67
|
+
}
|
68
|
+
|
69
|
+
// Bootstrap specific changes start
|
7
70
|
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
border: 1px solid #999;
|
37
|
-
page-break-inside: avoid;
|
38
|
-
}
|
39
|
-
|
40
|
-
thead {
|
41
|
-
display: table-header-group; // h5bp.com/t
|
42
|
-
}
|
43
|
-
|
44
|
-
tr,
|
45
|
-
img {
|
46
|
-
page-break-inside: avoid;
|
47
|
-
}
|
48
|
-
|
49
|
-
img {
|
50
|
-
max-width: 100% !important;
|
51
|
-
}
|
52
|
-
|
53
|
-
p,
|
54
|
-
h2,
|
55
|
-
h3 {
|
56
|
-
orphans: 3;
|
57
|
-
widows: 3;
|
58
|
-
}
|
59
|
-
|
60
|
-
h2,
|
61
|
-
h3 {
|
62
|
-
page-break-after: avoid;
|
63
|
-
}
|
64
|
-
|
65
|
-
// Chrome (OSX) fix for https://github.com/twbs/bootstrap/issues/11245
|
66
|
-
// Once fixed, we can just straight up remove this.
|
67
|
-
select {
|
68
|
-
background: #fff !important;
|
69
|
-
}
|
70
|
-
|
71
|
-
// Bootstrap components
|
72
|
-
.navbar {
|
73
|
-
display: none;
|
74
|
-
}
|
75
|
-
.table {
|
76
|
-
td,
|
77
|
-
th {
|
78
|
-
background-color: #fff !important;
|
79
|
-
}
|
80
|
-
}
|
81
|
-
.btn,
|
82
|
-
.dropup > .btn {
|
83
|
-
> .caret {
|
84
|
-
border-top-color: #000 !important;
|
85
|
-
}
|
86
|
-
}
|
87
|
-
.label {
|
88
|
-
border: 1px solid #000;
|
89
|
-
}
|
90
|
-
|
91
|
-
.table {
|
92
|
-
border-collapse: collapse !important;
|
93
|
-
}
|
94
|
-
.table-bordered {
|
95
|
-
th,
|
96
|
-
td {
|
97
|
-
border: 1px solid #ddd !important;
|
98
|
-
}
|
99
|
-
}
|
71
|
+
// Bootstrap components
|
72
|
+
.navbar {
|
73
|
+
display: none;
|
74
|
+
}
|
75
|
+
.btn,
|
76
|
+
.dropup > .btn {
|
77
|
+
> .caret {
|
78
|
+
border-top-color: #000 !important;
|
79
|
+
}
|
80
|
+
}
|
81
|
+
.label {
|
82
|
+
border: 1px solid #000;
|
83
|
+
}
|
84
|
+
|
85
|
+
.table {
|
86
|
+
border-collapse: collapse !important;
|
87
|
+
|
88
|
+
td,
|
89
|
+
th {
|
90
|
+
background-color: #fff !important;
|
91
|
+
}
|
92
|
+
}
|
93
|
+
.table-bordered {
|
94
|
+
th,
|
95
|
+
td {
|
96
|
+
border: 1px solid #ddd !important;
|
97
|
+
}
|
98
|
+
}
|
100
99
|
|
100
|
+
// Bootstrap specific changes end
|
101
101
|
}
|