bootstrap_admin 0.0.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (70) hide show
  1. data/.gitignore +17 -0
  2. data/Gemfile +4 -0
  3. data/LICENSE.txt +22 -0
  4. data/README.md +246 -0
  5. data/Rakefile +1 -0
  6. data/app/assets/images/cross.gif +0 -0
  7. data/app/assets/images/search_btn.png +0 -0
  8. data/app/assets/javascripts/bootstrap_admin/bootstrap_admin.js.coffee +13 -0
  9. data/app/assets/javascripts/bootstrap_admin.js +5 -0
  10. data/app/assets/stylesheets/_backgrounds.scss +12 -0
  11. data/app/assets/stylesheets/bootstrap_admin.css +12 -0
  12. data/app/assets/stylesheets/bootstrap_overrides.css.scss +173 -0
  13. data/app/helpers/bootstrap_admin/menu_helper.rb +117 -0
  14. data/app/helpers/bootstrap_admin/paginator_helper.rb +115 -0
  15. data/app/helpers/bootstrap_admin_helper.rb +235 -0
  16. data/app/views/admin/shared/_flash_area.html.haml +6 -0
  17. data/app/views/admin/shared/_login_area.html.haml +0 -0
  18. data/app/views/admin/shared/_navigation.html.haml +8 -0
  19. data/app/views/defaults/_form.html.haml +9 -0
  20. data/app/views/defaults/_form_fields.html.haml +5 -0
  21. data/app/views/defaults/_index.html.haml +17 -0
  22. data/app/views/defaults/_paginator.html.haml +6 -0
  23. data/app/views/defaults/_search_box.html.haml +7 -0
  24. data/app/views/defaults/_show.html.haml +4 -0
  25. data/app/views/defaults/edit.html.haml +3 -0
  26. data/app/views/defaults/index.html.haml +14 -0
  27. data/app/views/defaults/new.html.haml +3 -0
  28. data/app/views/defaults/show.html.haml +11 -0
  29. data/app/views/layouts/bootstrap_admin.html.haml +16 -0
  30. data/bootstrap_admin.gemspec +25 -0
  31. data/config/initializers/simple_form.rb +34 -0
  32. data/config/locales/en.yml +5 -0
  33. data/lib/bootstrap_admin/actions.rb +121 -0
  34. data/lib/bootstrap_admin/active_record_extensions.rb +17 -0
  35. data/lib/bootstrap_admin/attribute.rb +34 -0
  36. data/lib/bootstrap_admin/controller_config.rb +57 -0
  37. data/lib/bootstrap_admin/controller_helpers.rb +78 -0
  38. data/lib/bootstrap_admin/responder.rb +157 -0
  39. data/lib/bootstrap_admin/routes.rb +28 -0
  40. data/lib/bootstrap_admin/version.rb +3 -0
  41. data/lib/bootstrap_admin.rb +58 -0
  42. data/lib/generators/bootstrap_admin/USAGE +24 -0
  43. data/lib/generators/bootstrap_admin/install_generator.rb +67 -0
  44. data/lib/generators/bootstrap_admin/templates/bootstrap_admin.rb +18 -0
  45. data/lib/generators/bootstrap_admin/templates/bootstrap_admin_menu.yml +37 -0
  46. data/lib/generators/bootstrap_admin/templates/en_bootstrap_admin.yml +37 -0
  47. data/vendor/assets/images/glyphicons-halflings-white.png +0 -0
  48. data/vendor/assets/images/glyphicons-halflings.png +0 -0
  49. data/vendor/assets/images/jqueryui/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  50. data/vendor/assets/images/jqueryui/ui-bg_flat_75_ffffff_40x100.png +0 -0
  51. data/vendor/assets/images/jqueryui/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
  52. data/vendor/assets/images/jqueryui/ui-bg_glass_65_ffffff_1x400.png +0 -0
  53. data/vendor/assets/images/jqueryui/ui-bg_glass_75_dadada_1x400.png +0 -0
  54. data/vendor/assets/images/jqueryui/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
  55. data/vendor/assets/images/jqueryui/ui-bg_glass_95_fef1ec_1x400.png +0 -0
  56. data/vendor/assets/images/jqueryui/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
  57. data/vendor/assets/images/jqueryui/ui-icons_222222_256x240.png +0 -0
  58. data/vendor/assets/images/jqueryui/ui-icons_2e83ff_256x240.png +0 -0
  59. data/vendor/assets/images/jqueryui/ui-icons_454545_256x240.png +0 -0
  60. data/vendor/assets/images/jqueryui/ui-icons_888888_256x240.png +0 -0
  61. data/vendor/assets/images/jqueryui/ui-icons_cd0a0a_256x240.png +0 -0
  62. data/vendor/assets/javascripts/bootstrap.js +2025 -0
  63. data/vendor/assets/javascripts/bootstrap.min.js +6 -0
  64. data/vendor/assets/javascripts/jquery-ui-1.9.2.custom.min.js +6 -0
  65. data/vendor/assets/stylesheets/bootstrap-responsive.css +1088 -0
  66. data/vendor/assets/stylesheets/bootstrap-responsive.min.css +9 -0
  67. data/vendor/assets/stylesheets/bootstrap.css +5893 -0
  68. data/vendor/assets/stylesheets/bootstrap.min.css +9 -0
  69. data/vendor/assets/stylesheets/jquery-ui-1.9.2.custom.css +462 -0
  70. metadata +197 -0
@@ -0,0 +1,462 @@
1
+ /*! jQuery UI - v1.9.2 - 2012-11-23
2
+ * http://jqueryui.com
3
+ * Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css
4
+ * To view and modify this theme, visit http://jqueryui.com/themeroller/
5
+ * Copyright (c) 2012 jQuery Foundation and other contributors Licensed MIT */
6
+
7
+ /* Layout helpers
8
+ ----------------------------------*/
9
+ .ui-helper-hidden { display: none; }
10
+ .ui-helper-hidden-accessible { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
11
+ .ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
12
+ .ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; }
13
+ .ui-helper-clearfix:after { clear: both; }
14
+ .ui-helper-clearfix { zoom: 1; }
15
+ .ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }
16
+
17
+
18
+ /* Interaction Cues
19
+ ----------------------------------*/
20
+ .ui-state-disabled { cursor: default !important; }
21
+
22
+
23
+ /* Icons
24
+ ----------------------------------*/
25
+
26
+ /* states and images */
27
+ .ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
28
+
29
+
30
+ /* Misc visuals
31
+ ----------------------------------*/
32
+
33
+ /* Overlays */
34
+ .ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
35
+ .ui-accordion .ui-accordion-header { display: block; cursor: pointer; position: relative; margin-top: 2px; padding: .5em .5em .5em .7em; zoom: 1; }
36
+ .ui-accordion .ui-accordion-icons { padding-left: 2.2em; }
37
+ .ui-accordion .ui-accordion-noicons { padding-left: .7em; }
38
+ .ui-accordion .ui-accordion-icons .ui-accordion-icons { padding-left: 2.2em; }
39
+ .ui-accordion .ui-accordion-header .ui-accordion-header-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
40
+ .ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; overflow: auto; zoom: 1; }
41
+ .ui-autocomplete {
42
+ position: absolute;
43
+ top: 0;
44
+ left: 0;
45
+ cursor: default;
46
+ }
47
+
48
+ /* workarounds */
49
+ * html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */
50
+ .ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
51
+ .ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active { text-decoration: none; }
52
+ .ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
53
+ button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
54
+ .ui-button-icons-only { width: 3.4em; }
55
+ button.ui-button-icons-only { width: 3.7em; }
56
+
57
+ /*button text element */
58
+ .ui-button .ui-button-text { display: block; line-height: 1.4; }
59
+ .ui-button-text-only .ui-button-text { padding: .4em 1em; }
60
+ .ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
61
+ .ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
62
+ .ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
63
+ .ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
64
+ /* no icon support for input elements, provide padding by default */
65
+ input.ui-button { padding: .4em 1em; }
66
+
67
+ /*button icon element(s) */
68
+ .ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
69
+ .ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
70
+ .ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
71
+ .ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
72
+ .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
73
+
74
+ /*button sets*/
75
+ .ui-buttonset { margin-right: 7px; }
76
+ .ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }
77
+
78
+ /* workarounds */
79
+ button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
80
+ .ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
81
+ .ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
82
+ .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
83
+ .ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
84
+ .ui-datepicker .ui-datepicker-prev { left:2px; }
85
+ .ui-datepicker .ui-datepicker-next { right:2px; }
86
+ .ui-datepicker .ui-datepicker-prev-hover { left:1px; }
87
+ .ui-datepicker .ui-datepicker-next-hover { right:1px; }
88
+ .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px; }
89
+ .ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
90
+ .ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
91
+ .ui-datepicker select.ui-datepicker-month-year {width: 100%;}
92
+ .ui-datepicker select.ui-datepicker-month,
93
+ .ui-datepicker select.ui-datepicker-year { width: 49%;}
94
+ .ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
95
+ .ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0; }
96
+ .ui-datepicker td { border: 0; padding: 1px; }
97
+ .ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
98
+ .ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
99
+ .ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
100
+ .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }
101
+
102
+ /* with multiple calendars */
103
+ .ui-datepicker.ui-datepicker-multi { width:auto; }
104
+ .ui-datepicker-multi .ui-datepicker-group { float:left; }
105
+ .ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
106
+ .ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
107
+ .ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
108
+ .ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
109
+ .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
110
+ .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
111
+ .ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
112
+ .ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }
113
+
114
+ /* RTL support */
115
+ .ui-datepicker-rtl { direction: rtl; }
116
+ .ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
117
+ .ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
118
+ .ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
119
+ .ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
120
+ .ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
121
+ .ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
122
+ .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
123
+ .ui-datepicker-rtl .ui-datepicker-group { float:right; }
124
+ .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
125
+ .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
126
+
127
+ /* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
128
+ .ui-datepicker-cover {
129
+ position: absolute; /*must have*/
130
+ z-index: -1; /*must have*/
131
+ filter: mask(); /*must have*/
132
+ top: -4px; /*must have*/
133
+ left: -4px; /*must have*/
134
+ width: 200px; /*must have*/
135
+ height: 200px; /*must have*/
136
+ }.ui-dialog { position: absolute; top: 0; left: 0; padding: .2em; width: 300px; overflow: hidden; }
137
+ .ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative; }
138
+ .ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; }
139
+ .ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
140
+ .ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
141
+ .ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
142
+ .ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
143
+ .ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
144
+ .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
145
+ .ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
146
+ .ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
147
+ .ui-draggable .ui-dialog-titlebar { cursor: move; }
148
+ .ui-menu { list-style:none; padding: 2px; margin: 0; display:block; outline: none; }
149
+ .ui-menu .ui-menu { margin-top: -3px; position: absolute; }
150
+ .ui-menu .ui-menu-item { margin: 0; padding: 0; zoom: 1; width: 100%; }
151
+ .ui-menu .ui-menu-divider { margin: 5px -2px 5px -2px; height: 0; font-size: 0; line-height: 0; border-width: 1px 0 0 0; }
152
+ .ui-menu .ui-menu-item a { text-decoration: none; display: block; padding: 2px .4em; line-height: 1.5; zoom: 1; font-weight: normal; }
153
+ .ui-menu .ui-menu-item a.ui-state-focus,
154
+ .ui-menu .ui-menu-item a.ui-state-active { font-weight: normal; margin: -1px; }
155
+
156
+ .ui-menu .ui-state-disabled { font-weight: normal; margin: .4em 0 .2em; line-height: 1.5; }
157
+ .ui-menu .ui-state-disabled a { cursor: default; }
158
+
159
+ /* icon support */
160
+ .ui-menu-icons { position: relative; }
161
+ .ui-menu-icons .ui-menu-item a { position: relative; padding-left: 2em; }
162
+
163
+ /* left-aligned */
164
+ .ui-menu .ui-icon { position: absolute; top: .2em; left: .2em; }
165
+
166
+ /* right-aligned */
167
+ .ui-menu .ui-menu-icon { position: static; float: right; }
168
+ .ui-progressbar { height:2em; text-align: left; overflow: hidden; }
169
+ .ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }.ui-resizable { position: relative;}
170
+ .ui-resizable-handle { position: absolute;font-size: 0.1px; display: block; }
171
+ .ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
172
+ .ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
173
+ .ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
174
+ .ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
175
+ .ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
176
+ .ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
177
+ .ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
178
+ .ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
179
+ .ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
180
+ .ui-slider { position: relative; text-align: left; }
181
+ .ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
182
+ .ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }
183
+
184
+ .ui-slider-horizontal { height: .8em; }
185
+ .ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
186
+ .ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
187
+ .ui-slider-horizontal .ui-slider-range-min { left: 0; }
188
+ .ui-slider-horizontal .ui-slider-range-max { right: 0; }
189
+
190
+ .ui-slider-vertical { width: .8em; height: 100px; }
191
+ .ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
192
+ .ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
193
+ .ui-slider-vertical .ui-slider-range-min { bottom: 0; }
194
+ .ui-slider-vertical .ui-slider-range-max { top: 0; }.ui-spinner { position:relative; display: inline-block; overflow: hidden; padding: 0; vertical-align: middle; }
195
+ .ui-spinner-input { border: none; background: none; padding: 0; margin: .2em 0; vertical-align: middle; margin-left: .4em; margin-right: 22px; }
196
+ .ui-spinner-button { width: 16px; height: 50%; font-size: .5em; padding: 0; margin: 0; text-align: center; position: absolute; cursor: default; display: block; overflow: hidden; right: 0; }
197
+ .ui-spinner a.ui-spinner-button { border-top: none; border-bottom: none; border-right: none; } /* more specificity required here to overide default borders */
198
+ .ui-spinner .ui-icon { position: absolute; margin-top: -8px; top: 50%; left: 0; } /* vertical centre icon */
199
+ .ui-spinner-up { top: 0; }
200
+ .ui-spinner-down { bottom: 0; }
201
+
202
+ /* TR overrides */
203
+ .ui-spinner .ui-icon-triangle-1-s {
204
+ /* need to fix icons sprite */
205
+ background-position:-65px -16px;
206
+ }
207
+ .ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
208
+ .ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
209
+ .ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 0; margin: 1px .2em 0 0; border-bottom: 0; padding: 0; white-space: nowrap; }
210
+ .ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
211
+ .ui-tabs .ui-tabs-nav li.ui-tabs-active { margin-bottom: -1px; padding-bottom: 1px; }
212
+ .ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a { cursor: text; }
213
+ .ui-tabs .ui-tabs-nav li a, .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
214
+ .ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
215
+ .ui-tooltip {
216
+ padding: 8px;
217
+ position: absolute;
218
+ z-index: 9999;
219
+ max-width: 300px;
220
+ -webkit-box-shadow: 0 0 5px #aaa;
221
+ box-shadow: 0 0 5px #aaa;
222
+ }
223
+ /* Fades and background-images don't work well together in IE6, drop the image */
224
+ * html .ui-tooltip {
225
+ background-image: none;
226
+ }
227
+ body .ui-tooltip { border-width: 2px; }
228
+
229
+ /* Component containers
230
+ ----------------------------------*/
231
+ .ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; }
232
+ .ui-widget .ui-widget { font-size: 1em; }
233
+ .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
234
+ .ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(/assets/jqueryui/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; }
235
+ .ui-widget-content a { color: #222222; }
236
+ .ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(/assets/jqueryui/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; }
237
+ .ui-widget-header a { color: #222222; }
238
+
239
+ /* Interaction states
240
+ ----------------------------------*/
241
+ .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 url(/assets/jqueryui/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #555555; }
242
+ .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; }
243
+ .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #999999; background: #dadada url(/assets/jqueryui/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
244
+ .ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited { color: #212121; text-decoration: none; }
245
+ .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url(/assets/jqueryui/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
246
+ .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; }
247
+
248
+ /* Interaction Cues
249
+ ----------------------------------*/
250
+ .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {border: 1px solid #fcefa1; background: #fbf9ee url(/assets/jqueryui/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color: #363636; }
251
+ .ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
252
+ .ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(/assets/jqueryui/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; }
253
+ .ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }
254
+ .ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
255
+ .ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
256
+ .ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
257
+ .ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
258
+ .ui-state-disabled .ui-icon { filter:Alpha(Opacity=35); } /* For IE8 - See #6059 */
259
+
260
+ /* Icons
261
+ ----------------------------------*/
262
+
263
+ /* states and images */
264
+ .ui-icon { width: 16px; height: 16px; background-image: url(/assets/jqueryui/ui-icons_222222_256x240.png); }
265
+ .ui-widget-content .ui-icon {background-image: url(/assets/jqueryui/ui-icons_222222_256x240.png); }
266
+ .ui-widget-header .ui-icon {background-image: url(/assets/jqueryui/ui-icons_222222_256x240.png); }
267
+ .ui-state-default .ui-icon { background-image: url(/assets/jqueryui/ui-icons_888888_256x240.png); }
268
+ .ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(/assets/jqueryui/ui-icons_454545_256x240.png); }
269
+ .ui-state-active .ui-icon {background-image: url(/assets/jqueryui/ui-icons_454545_256x240.png); }
270
+ .ui-state-highlight .ui-icon {background-image: url(/assets/jqueryui/ui-icons_2e83ff_256x240.png); }
271
+ .ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(/assets/jqueryui/ui-icons_cd0a0a_256x240.png); }
272
+
273
+ /* positioning */
274
+ .ui-icon-carat-1-n { background-position: 0 0; }
275
+ .ui-icon-carat-1-ne { background-position: -16px 0; }
276
+ .ui-icon-carat-1-e { background-position: -32px 0; }
277
+ .ui-icon-carat-1-se { background-position: -48px 0; }
278
+ .ui-icon-carat-1-s { background-position: -64px 0; }
279
+ .ui-icon-carat-1-sw { background-position: -80px 0; }
280
+ .ui-icon-carat-1-w { background-position: -96px 0; }
281
+ .ui-icon-carat-1-nw { background-position: -112px 0; }
282
+ .ui-icon-carat-2-n-s { background-position: -128px 0; }
283
+ .ui-icon-carat-2-e-w { background-position: -144px 0; }
284
+ .ui-icon-triangle-1-n { background-position: 0 -16px; }
285
+ .ui-icon-triangle-1-ne { background-position: -16px -16px; }
286
+ .ui-icon-triangle-1-e { background-position: -32px -16px; }
287
+ .ui-icon-triangle-1-se { background-position: -48px -16px; }
288
+ .ui-icon-triangle-1-s { background-position: -64px -16px; }
289
+ .ui-icon-triangle-1-sw { background-position: -80px -16px; }
290
+ .ui-icon-triangle-1-w { background-position: -96px -16px; }
291
+ .ui-icon-triangle-1-nw { background-position: -112px -16px; }
292
+ .ui-icon-triangle-2-n-s { background-position: -128px -16px; }
293
+ .ui-icon-triangle-2-e-w { background-position: -144px -16px; }
294
+ .ui-icon-arrow-1-n { background-position: 0 -32px; }
295
+ .ui-icon-arrow-1-ne { background-position: -16px -32px; }
296
+ .ui-icon-arrow-1-e { background-position: -32px -32px; }
297
+ .ui-icon-arrow-1-se { background-position: -48px -32px; }
298
+ .ui-icon-arrow-1-s { background-position: -64px -32px; }
299
+ .ui-icon-arrow-1-sw { background-position: -80px -32px; }
300
+ .ui-icon-arrow-1-w { background-position: -96px -32px; }
301
+ .ui-icon-arrow-1-nw { background-position: -112px -32px; }
302
+ .ui-icon-arrow-2-n-s { background-position: -128px -32px; }
303
+ .ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
304
+ .ui-icon-arrow-2-e-w { background-position: -160px -32px; }
305
+ .ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
306
+ .ui-icon-arrowstop-1-n { background-position: -192px -32px; }
307
+ .ui-icon-arrowstop-1-e { background-position: -208px -32px; }
308
+ .ui-icon-arrowstop-1-s { background-position: -224px -32px; }
309
+ .ui-icon-arrowstop-1-w { background-position: -240px -32px; }
310
+ .ui-icon-arrowthick-1-n { background-position: 0 -48px; }
311
+ .ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
312
+ .ui-icon-arrowthick-1-e { background-position: -32px -48px; }
313
+ .ui-icon-arrowthick-1-se { background-position: -48px -48px; }
314
+ .ui-icon-arrowthick-1-s { background-position: -64px -48px; }
315
+ .ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
316
+ .ui-icon-arrowthick-1-w { background-position: -96px -48px; }
317
+ .ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
318
+ .ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
319
+ .ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
320
+ .ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
321
+ .ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
322
+ .ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
323
+ .ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
324
+ .ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
325
+ .ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
326
+ .ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
327
+ .ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
328
+ .ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
329
+ .ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
330
+ .ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
331
+ .ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
332
+ .ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
333
+ .ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
334
+ .ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
335
+ .ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
336
+ .ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
337
+ .ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
338
+ .ui-icon-arrow-4 { background-position: 0 -80px; }
339
+ .ui-icon-arrow-4-diag { background-position: -16px -80px; }
340
+ .ui-icon-extlink { background-position: -32px -80px; }
341
+ .ui-icon-newwin { background-position: -48px -80px; }
342
+ .ui-icon-refresh { background-position: -64px -80px; }
343
+ .ui-icon-shuffle { background-position: -80px -80px; }
344
+ .ui-icon-transfer-e-w { background-position: -96px -80px; }
345
+ .ui-icon-transferthick-e-w { background-position: -112px -80px; }
346
+ .ui-icon-folder-collapsed { background-position: 0 -96px; }
347
+ .ui-icon-folder-open { background-position: -16px -96px; }
348
+ .ui-icon-document { background-position: -32px -96px; }
349
+ .ui-icon-document-b { background-position: -48px -96px; }
350
+ .ui-icon-note { background-position: -64px -96px; }
351
+ .ui-icon-mail-closed { background-position: -80px -96px; }
352
+ .ui-icon-mail-open { background-position: -96px -96px; }
353
+ .ui-icon-suitcase { background-position: -112px -96px; }
354
+ .ui-icon-comment { background-position: -128px -96px; }
355
+ .ui-icon-person { background-position: -144px -96px; }
356
+ .ui-icon-print { background-position: -160px -96px; }
357
+ .ui-icon-trash { background-position: -176px -96px; }
358
+ .ui-icon-locked { background-position: -192px -96px; }
359
+ .ui-icon-unlocked { background-position: -208px -96px; }
360
+ .ui-icon-bookmark { background-position: -224px -96px; }
361
+ .ui-icon-tag { background-position: -240px -96px; }
362
+ .ui-icon-home { background-position: 0 -112px; }
363
+ .ui-icon-flag { background-position: -16px -112px; }
364
+ .ui-icon-calendar { background-position: -32px -112px; }
365
+ .ui-icon-cart { background-position: -48px -112px; }
366
+ .ui-icon-pencil { background-position: -64px -112px; }
367
+ .ui-icon-clock { background-position: -80px -112px; }
368
+ .ui-icon-disk { background-position: -96px -112px; }
369
+ .ui-icon-calculator { background-position: -112px -112px; }
370
+ .ui-icon-zoomin { background-position: -128px -112px; }
371
+ .ui-icon-zoomout { background-position: -144px -112px; }
372
+ .ui-icon-search { background-position: -160px -112px; }
373
+ .ui-icon-wrench { background-position: -176px -112px; }
374
+ .ui-icon-gear { background-position: -192px -112px; }
375
+ .ui-icon-heart { background-position: -208px -112px; }
376
+ .ui-icon-star { background-position: -224px -112px; }
377
+ .ui-icon-link { background-position: -240px -112px; }
378
+ .ui-icon-cancel { background-position: 0 -128px; }
379
+ .ui-icon-plus { background-position: -16px -128px; }
380
+ .ui-icon-plusthick { background-position: -32px -128px; }
381
+ .ui-icon-minus { background-position: -48px -128px; }
382
+ .ui-icon-minusthick { background-position: -64px -128px; }
383
+ .ui-icon-close { background-position: -80px -128px; }
384
+ .ui-icon-closethick { background-position: -96px -128px; }
385
+ .ui-icon-key { background-position: -112px -128px; }
386
+ .ui-icon-lightbulb { background-position: -128px -128px; }
387
+ .ui-icon-scissors { background-position: -144px -128px; }
388
+ .ui-icon-clipboard { background-position: -160px -128px; }
389
+ .ui-icon-copy { background-position: -176px -128px; }
390
+ .ui-icon-contact { background-position: -192px -128px; }
391
+ .ui-icon-image { background-position: -208px -128px; }
392
+ .ui-icon-video { background-position: -224px -128px; }
393
+ .ui-icon-script { background-position: -240px -128px; }
394
+ .ui-icon-alert { background-position: 0 -144px; }
395
+ .ui-icon-info { background-position: -16px -144px; }
396
+ .ui-icon-notice { background-position: -32px -144px; }
397
+ .ui-icon-help { background-position: -48px -144px; }
398
+ .ui-icon-check { background-position: -64px -144px; }
399
+ .ui-icon-bullet { background-position: -80px -144px; }
400
+ .ui-icon-radio-on { background-position: -96px -144px; }
401
+ .ui-icon-radio-off { background-position: -112px -144px; }
402
+ .ui-icon-pin-w { background-position: -128px -144px; }
403
+ .ui-icon-pin-s { background-position: -144px -144px; }
404
+ .ui-icon-play { background-position: 0 -160px; }
405
+ .ui-icon-pause { background-position: -16px -160px; }
406
+ .ui-icon-seek-next { background-position: -32px -160px; }
407
+ .ui-icon-seek-prev { background-position: -48px -160px; }
408
+ .ui-icon-seek-end { background-position: -64px -160px; }
409
+ .ui-icon-seek-start { background-position: -80px -160px; }
410
+ /* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
411
+ .ui-icon-seek-first { background-position: -80px -160px; }
412
+ .ui-icon-stop { background-position: -96px -160px; }
413
+ .ui-icon-eject { background-position: -112px -160px; }
414
+ .ui-icon-volume-off { background-position: -128px -160px; }
415
+ .ui-icon-volume-on { background-position: -144px -160px; }
416
+ .ui-icon-power { background-position: 0 -176px; }
417
+ .ui-icon-signal-diag { background-position: -16px -176px; }
418
+ .ui-icon-signal { background-position: -32px -176px; }
419
+ .ui-icon-battery-0 { background-position: -48px -176px; }
420
+ .ui-icon-battery-1 { background-position: -64px -176px; }
421
+ .ui-icon-battery-2 { background-position: -80px -176px; }
422
+ .ui-icon-battery-3 { background-position: -96px -176px; }
423
+ .ui-icon-circle-plus { background-position: 0 -192px; }
424
+ .ui-icon-circle-minus { background-position: -16px -192px; }
425
+ .ui-icon-circle-close { background-position: -32px -192px; }
426
+ .ui-icon-circle-triangle-e { background-position: -48px -192px; }
427
+ .ui-icon-circle-triangle-s { background-position: -64px -192px; }
428
+ .ui-icon-circle-triangle-w { background-position: -80px -192px; }
429
+ .ui-icon-circle-triangle-n { background-position: -96px -192px; }
430
+ .ui-icon-circle-arrow-e { background-position: -112px -192px; }
431
+ .ui-icon-circle-arrow-s { background-position: -128px -192px; }
432
+ .ui-icon-circle-arrow-w { background-position: -144px -192px; }
433
+ .ui-icon-circle-arrow-n { background-position: -160px -192px; }
434
+ .ui-icon-circle-zoomin { background-position: -176px -192px; }
435
+ .ui-icon-circle-zoomout { background-position: -192px -192px; }
436
+ .ui-icon-circle-check { background-position: -208px -192px; }
437
+ .ui-icon-circlesmall-plus { background-position: 0 -208px; }
438
+ .ui-icon-circlesmall-minus { background-position: -16px -208px; }
439
+ .ui-icon-circlesmall-close { background-position: -32px -208px; }
440
+ .ui-icon-squaresmall-plus { background-position: -48px -208px; }
441
+ .ui-icon-squaresmall-minus { background-position: -64px -208px; }
442
+ .ui-icon-squaresmall-close { background-position: -80px -208px; }
443
+ .ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
444
+ .ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
445
+ .ui-icon-grip-solid-vertical { background-position: -32px -224px; }
446
+ .ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
447
+ .ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
448
+ .ui-icon-grip-diagonal-se { background-position: -80px -224px; }
449
+
450
+
451
+ /* Misc visuals
452
+ ----------------------------------*/
453
+
454
+ /* Corner radius */
455
+ .ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; }
456
+ .ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; }
457
+ .ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
458
+ .ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
459
+
460
+ /* Overlays */
461
+ .ui-widget-overlay { background: #aaaaaa url(/assets/jqueryui/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .3;filter:Alpha(Opacity=30); }
462
+ .ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(/assets/jqueryui/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .3;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }
metadata ADDED
@@ -0,0 +1,197 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: bootstrap_admin
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.8
5
+ prerelease:
6
+ platform: ruby
7
+ authors:
8
+ - Ivo Jesus
9
+ - Bruno Coelho
10
+ autorequire:
11
+ bindir: bin
12
+ cert_chain: []
13
+ date: 2013-05-09 00:00:00.000000000 Z
14
+ dependencies:
15
+ - !ruby/object:Gem::Dependency
16
+ name: rails
17
+ requirement: !ruby/object:Gem::Requirement
18
+ none: false
19
+ requirements:
20
+ - - ! '>='
21
+ - !ruby/object:Gem::Version
22
+ version: 3.1.0
23
+ type: :runtime
24
+ prerelease: false
25
+ version_requirements: !ruby/object:Gem::Requirement
26
+ none: false
27
+ requirements:
28
+ - - ! '>='
29
+ - !ruby/object:Gem::Version
30
+ version: 3.1.0
31
+ - !ruby/object:Gem::Dependency
32
+ name: simple_form
33
+ requirement: !ruby/object:Gem::Requirement
34
+ none: false
35
+ requirements:
36
+ - - ! '>='
37
+ - !ruby/object:Gem::Version
38
+ version: 2.0.0
39
+ type: :runtime
40
+ prerelease: false
41
+ version_requirements: !ruby/object:Gem::Requirement
42
+ none: false
43
+ requirements:
44
+ - - ! '>='
45
+ - !ruby/object:Gem::Version
46
+ version: 2.0.0
47
+ - !ruby/object:Gem::Dependency
48
+ name: haml
49
+ requirement: !ruby/object:Gem::Requirement
50
+ none: false
51
+ requirements:
52
+ - - ! '>='
53
+ - !ruby/object:Gem::Version
54
+ version: '0'
55
+ type: :runtime
56
+ prerelease: false
57
+ version_requirements: !ruby/object:Gem::Requirement
58
+ none: false
59
+ requirements:
60
+ - - ! '>='
61
+ - !ruby/object:Gem::Version
62
+ version: '0'
63
+ - !ruby/object:Gem::Dependency
64
+ name: coffee-rails
65
+ requirement: !ruby/object:Gem::Requirement
66
+ none: false
67
+ requirements:
68
+ - - ! '>='
69
+ - !ruby/object:Gem::Version
70
+ version: '0'
71
+ type: :runtime
72
+ prerelease: false
73
+ version_requirements: !ruby/object:Gem::Requirement
74
+ none: false
75
+ requirements:
76
+ - - ! '>='
77
+ - !ruby/object:Gem::Version
78
+ version: '0'
79
+ - !ruby/object:Gem::Dependency
80
+ name: jquery-rails
81
+ requirement: !ruby/object:Gem::Requirement
82
+ none: false
83
+ requirements:
84
+ - - ! '>='
85
+ - !ruby/object:Gem::Version
86
+ version: '0'
87
+ type: :runtime
88
+ prerelease: false
89
+ version_requirements: !ruby/object:Gem::Requirement
90
+ none: false
91
+ requirements:
92
+ - - ! '>='
93
+ - !ruby/object:Gem::Version
94
+ version: '0'
95
+ description: Create beatifull admin sections
96
+ email:
97
+ - ivo.jesus@gmail.com
98
+ - brunoflcoelho@gmail.com
99
+ executables: []
100
+ extensions: []
101
+ extra_rdoc_files: []
102
+ files:
103
+ - .gitignore
104
+ - Gemfile
105
+ - LICENSE.txt
106
+ - README.md
107
+ - Rakefile
108
+ - app/assets/images/cross.gif
109
+ - app/assets/images/search_btn.png
110
+ - app/assets/javascripts/bootstrap_admin.js
111
+ - app/assets/javascripts/bootstrap_admin/bootstrap_admin.js.coffee
112
+ - app/assets/stylesheets/_backgrounds.scss
113
+ - app/assets/stylesheets/bootstrap_admin.css
114
+ - app/assets/stylesheets/bootstrap_overrides.css.scss
115
+ - app/helpers/bootstrap_admin/menu_helper.rb
116
+ - app/helpers/bootstrap_admin/paginator_helper.rb
117
+ - app/helpers/bootstrap_admin_helper.rb
118
+ - app/views/admin/shared/_flash_area.html.haml
119
+ - app/views/admin/shared/_login_area.html.haml
120
+ - app/views/admin/shared/_navigation.html.haml
121
+ - app/views/defaults/_form.html.haml
122
+ - app/views/defaults/_form_fields.html.haml
123
+ - app/views/defaults/_index.html.haml
124
+ - app/views/defaults/_paginator.html.haml
125
+ - app/views/defaults/_search_box.html.haml
126
+ - app/views/defaults/_show.html.haml
127
+ - app/views/defaults/edit.html.haml
128
+ - app/views/defaults/index.html.haml
129
+ - app/views/defaults/new.html.haml
130
+ - app/views/defaults/show.html.haml
131
+ - app/views/layouts/bootstrap_admin.html.haml
132
+ - bootstrap_admin.gemspec
133
+ - config/initializers/simple_form.rb
134
+ - config/locales/en.yml
135
+ - lib/bootstrap_admin.rb
136
+ - lib/bootstrap_admin/actions.rb
137
+ - lib/bootstrap_admin/active_record_extensions.rb
138
+ - lib/bootstrap_admin/attribute.rb
139
+ - lib/bootstrap_admin/controller_config.rb
140
+ - lib/bootstrap_admin/controller_helpers.rb
141
+ - lib/bootstrap_admin/responder.rb
142
+ - lib/bootstrap_admin/routes.rb
143
+ - lib/bootstrap_admin/version.rb
144
+ - lib/generators/bootstrap_admin/USAGE
145
+ - lib/generators/bootstrap_admin/install_generator.rb
146
+ - lib/generators/bootstrap_admin/templates/bootstrap_admin.rb
147
+ - lib/generators/bootstrap_admin/templates/bootstrap_admin_menu.yml
148
+ - lib/generators/bootstrap_admin/templates/en_bootstrap_admin.yml
149
+ - vendor/assets/images/glyphicons-halflings-white.png
150
+ - vendor/assets/images/glyphicons-halflings.png
151
+ - vendor/assets/images/jqueryui/ui-bg_flat_0_aaaaaa_40x100.png
152
+ - vendor/assets/images/jqueryui/ui-bg_flat_75_ffffff_40x100.png
153
+ - vendor/assets/images/jqueryui/ui-bg_glass_55_fbf9ee_1x400.png
154
+ - vendor/assets/images/jqueryui/ui-bg_glass_65_ffffff_1x400.png
155
+ - vendor/assets/images/jqueryui/ui-bg_glass_75_dadada_1x400.png
156
+ - vendor/assets/images/jqueryui/ui-bg_glass_75_e6e6e6_1x400.png
157
+ - vendor/assets/images/jqueryui/ui-bg_glass_95_fef1ec_1x400.png
158
+ - vendor/assets/images/jqueryui/ui-bg_highlight-soft_75_cccccc_1x100.png
159
+ - vendor/assets/images/jqueryui/ui-icons_222222_256x240.png
160
+ - vendor/assets/images/jqueryui/ui-icons_2e83ff_256x240.png
161
+ - vendor/assets/images/jqueryui/ui-icons_454545_256x240.png
162
+ - vendor/assets/images/jqueryui/ui-icons_888888_256x240.png
163
+ - vendor/assets/images/jqueryui/ui-icons_cd0a0a_256x240.png
164
+ - vendor/assets/javascripts/bootstrap.js
165
+ - vendor/assets/javascripts/bootstrap.min.js
166
+ - vendor/assets/javascripts/jquery-ui-1.9.2.custom.min.js
167
+ - vendor/assets/stylesheets/bootstrap-responsive.css
168
+ - vendor/assets/stylesheets/bootstrap-responsive.min.css
169
+ - vendor/assets/stylesheets/bootstrap.css
170
+ - vendor/assets/stylesheets/bootstrap.min.css
171
+ - vendor/assets/stylesheets/jquery-ui-1.9.2.custom.css
172
+ homepage: https://github.com/LynxEyes/bootstrap_admin
173
+ licenses: []
174
+ post_install_message:
175
+ rdoc_options: []
176
+ require_paths:
177
+ - lib
178
+ required_ruby_version: !ruby/object:Gem::Requirement
179
+ none: false
180
+ requirements:
181
+ - - ! '>='
182
+ - !ruby/object:Gem::Version
183
+ version: '0'
184
+ required_rubygems_version: !ruby/object:Gem::Requirement
185
+ none: false
186
+ requirements:
187
+ - - ! '>='
188
+ - !ruby/object:Gem::Version
189
+ version: '0'
190
+ requirements: []
191
+ rubyforge_project:
192
+ rubygems_version: 1.8.25
193
+ signing_key:
194
+ specification_version: 3
195
+ summary: Small lib to create standard admin sections.
196
+ test_files: []
197
+ has_rdoc: