mice 0.2.10 → 0.2.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (69) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +44 -36
  3. data/lib/mice/version.rb +1 -1
  4. metadata +2 -67
  5. data/vendor/assets/fonts/FontAwesome.otf +0 -0
  6. data/vendor/assets/fonts/fontawesome-webfont.eot +0 -0
  7. data/vendor/assets/fonts/fontawesome-webfont.svg +0 -414
  8. data/vendor/assets/fonts/fontawesome-webfont.ttf +0 -0
  9. data/vendor/assets/fonts/fontawesome-webfont.woff +0 -0
  10. data/vendor/assets/images/ZeroClipboard.swf +0 -0
  11. data/vendor/assets/javascripts/mice/ZeroClipboard.js +0 -1031
  12. data/vendor/assets/javascripts/mice/ZeroClipboard.min.js +0 -9
  13. data/vendor/assets/javascripts/mice/alert.js +0 -92
  14. data/vendor/assets/javascripts/mice/carousel.js +0 -66
  15. data/vendor/assets/javascripts/mice/jquery.autocomplete.min.js +0 -29
  16. data/vendor/assets/javascripts/mice/jquery.autofix_anything.js +0 -83
  17. data/vendor/assets/javascripts/mice/jquery.email-autocomplete.js +0 -178
  18. data/vendor/assets/javascripts/mice/jquery.js +0 -9597
  19. data/vendor/assets/javascripts/mice/jquery.min.js +0 -5
  20. data/vendor/assets/javascripts/mice/jquery.min.map +0 -1
  21. data/vendor/assets/javascripts/mice/jquery.onepage-scroll.js +0 -411
  22. data/vendor/assets/javascripts/mice/message.coffee +0 -104
  23. data/vendor/assets/javascripts/mice/modal.coffee +0 -237
  24. data/vendor/assets/javascripts/mice/slider.coffee +0 -20
  25. data/vendor/assets/javascripts/mice/slider.js +0 -223
  26. data/vendor/assets/javascripts/mice/tooltip.coffee +0 -338
  27. data/vendor/assets/javascripts/mice/transition.coffee +0 -36
  28. data/vendor/assets/javascripts/mice.js +0 -6
  29. data/vendor/assets/stylesheets/mice/_alerts.scss +0 -70
  30. data/vendor/assets/stylesheets/mice/_autofix_anything.scss +0 -14
  31. data/vendor/assets/stylesheets/mice/_breadcrumbs.scss +0 -26
  32. data/vendor/assets/stylesheets/mice/_buttons.scss +0 -407
  33. data/vendor/assets/stylesheets/mice/_callouts.scss +0 -71
  34. data/vendor/assets/stylesheets/mice/_close.scss +0 -35
  35. data/vendor/assets/stylesheets/mice/_code.scss +0 -63
  36. data/vendor/assets/stylesheets/mice/_component-animations.scss +0 -11
  37. data/vendor/assets/stylesheets/mice/_forms.scss +0 -402
  38. data/vendor/assets/stylesheets/mice/_grid.scss +0 -95
  39. data/vendor/assets/stylesheets/mice/_icons.scss +0 -564
  40. data/vendor/assets/stylesheets/mice/_images.scss +0 -250
  41. data/vendor/assets/stylesheets/mice/_labels.scss +0 -82
  42. data/vendor/assets/stylesheets/mice/_lists.scss +0 -186
  43. data/vendor/assets/stylesheets/mice/_media.scss +0 -53
  44. data/vendor/assets/stylesheets/mice/_menu.scss +0 -42
  45. data/vendor/assets/stylesheets/mice/_message.scss +0 -78
  46. data/vendor/assets/stylesheets/mice/_mixins.scss +0 -176
  47. data/vendor/assets/stylesheets/mice/_modals.scss +0 -160
  48. data/vendor/assets/stylesheets/mice/_navbar.scss +0 -86
  49. data/vendor/assets/stylesheets/mice/_normalize.scss +0 -425
  50. data/vendor/assets/stylesheets/mice/_pagination.scss +0 -171
  51. data/vendor/assets/stylesheets/mice/_panels.scss +0 -236
  52. data/vendor/assets/stylesheets/mice/_progress.scss +0 -65
  53. data/vendor/assets/stylesheets/mice/_scaffolding.scss +0 -101
  54. data/vendor/assets/stylesheets/mice/_sidebar.scss +0 -37
  55. data/vendor/assets/stylesheets/mice/_slider.scss +0 -310
  56. data/vendor/assets/stylesheets/mice/_tables.scss +0 -144
  57. data/vendor/assets/stylesheets/mice/_tabs.scss +0 -70
  58. data/vendor/assets/stylesheets/mice/_timeline.scss +0 -157
  59. data/vendor/assets/stylesheets/mice/_tipsy.scss +0 -36
  60. data/vendor/assets/stylesheets/mice/_tooltips.scss +0 -124
  61. data/vendor/assets/stylesheets/mice/_typography.scss +0 -113
  62. data/vendor/assets/stylesheets/mice/_utilities.scss +0 -48
  63. data/vendor/assets/stylesheets/mice/_variables.scss +0 -577
  64. data/vendor/assets/stylesheets/mice-mobile.scss +0 -23
  65. data/vendor/assets/stylesheets/mice.scss +0 -46
  66. data/vendor/assets/stylesheets/mobile/bars.scss +0 -76
  67. data/vendor/assets/stylesheets/mobile/base.scss +0 -52
  68. data/vendor/assets/stylesheets/mobile/cards.scss +0 -29
  69. data/vendor/assets/stylesheets/mobile/variables.scss +0 -37
@@ -1,76 +0,0 @@
1
- //
2
- // Bars
3
- // --------------------------------------------------
4
-
5
- nav{
6
- position: fixed;
7
- right: 0;
8
- left: 0;
9
- z-index: 10;
10
- height: $bar-base-height;
11
- padding-right: $bar-side-spacing;
12
- padding-left: $bar-side-spacing;
13
- background-color: $background;
14
- border-bottom: $border-default;
15
- -webkit-backface-visibility: hidden; // Make sure the bar is visible when a modal animates in.
16
- backface-visibility: hidden;
17
- }
18
-
19
- // Nav bar
20
- // --------------------------------------------------
21
- nav.tab {
22
- display: table;
23
- bottom: 0;
24
- width: 100%;
25
- height: $bar-tab-height;
26
- padding: 0;
27
- table-layout: fixed;
28
- border-top: $border-default;
29
- border-bottom: 0;
30
-
31
- > a{
32
- display: table-cell;
33
- width: 1%;
34
- height: $bar-tab-height;
35
- color: #929292;
36
- text-align: center;
37
- vertical-align: middle;
38
- text-decoration: none;
39
-
40
- // Active states for the tab bar
41
- &.active,
42
- &:active {
43
- color: $primary-color;
44
- .icon ~ .label,
45
- .label{ color: $primary-color; }
46
- }
47
-
48
- // Tab icon
49
- .icon {
50
- top: 3px;
51
- width: 24px;
52
- height: 24px;
53
- font-size: 24px;
54
- padding-top: 0;
55
- padding-bottom: 0;
56
-
57
- // Make the text smaller if it's used with an icon
58
- ~ .label {
59
- display: block;
60
- font-size: 11px;
61
- padding: 0;
62
- font-size: 75%;
63
- font-weight: normal;
64
- line-height: 1;
65
- color: #929292;
66
- text-align: center;
67
- white-space: nowrap;
68
- vertical-align: baseline;
69
- border-radius: 0;
70
- background-color: transparent;
71
- }
72
- }
73
-
74
- }
75
-
76
- }
@@ -1,52 +0,0 @@
1
- //
2
- // Base styles
3
- // --------------------------------------------------
4
-
5
- // Reset the box-sizing
6
- * {
7
- @include box-sizing(border-box);
8
- }
9
-
10
- *:before,
11
- *:after {
12
- @include box-sizing(border-box);
13
- }
14
-
15
- body {
16
- font-size: 16px;
17
- position: relative;
18
- font-family: $font-family-default;
19
- font-size: $font-size-default;
20
- line-height: $line-height-default;
21
- color: #333;
22
- background-color: #fff;
23
- }
24
-
25
- // Universal link styling
26
- a {
27
- color: $primary-color;
28
- text-decoration: none;
29
- -webkit-tap-highlight-color: rgba(0,0,0,0); // Removes the dark touch outlines on links in webkit browsers.
30
-
31
- &:active {
32
- color: darken($primary-color, 10%);
33
- }
34
- }
35
-
36
- .content {
37
- position: relative;
38
- margin: $bar-side-spacing;
39
- }
40
-
41
-
42
- hr {
43
- margin: 20px 0;
44
- border: 0;
45
- border-top: 1px solid #EEE;
46
- -moz-box-sizing: content-box;
47
- box-sizing: content-box;
48
-
49
- &.dotted{ border-top: 1px dotted #EEE;}
50
- &.dashed{ border-top: 1px dashed #EEE;}
51
- &.double{ border-top: 1px double #EEE;}
52
- }
@@ -1,29 +0,0 @@
1
- //
2
- // Cards
3
- // --------------------------------------------------
4
-
5
- .card {
6
-
7
- }
8
-
9
-
10
- .card{
11
- p{
12
- margin: 5px;
13
- }
14
-
15
- ul, li{
16
- list-style: none;
17
- margin: 0;
18
- padding: 0;
19
- }
20
-
21
- ul:not(:first-child){
22
- border-top: 1px solid #EBEBEB;
23
- }
24
- }
25
-
26
- // Card Media
27
- .card .media{
28
- margin: 5px;
29
- }
@@ -1,37 +0,0 @@
1
- //
2
- // Variables
3
- // --------------------------------------------------
4
-
5
-
6
- // Type
7
- // --------------------------------------------------
8
- $font-family-default: "Helvetica Neue", Helvetica, sans-serif !default;
9
- $font-size-default: 17px !default;
10
- $font-weight: 500 !default;
11
- $font-weight-light: 400 !default;
12
- $line-height-default: 21px !default;
13
-
14
-
15
- // Colors
16
- // --------------------------------------------------
17
- // Main theme colors
18
- $primary-color: #428bca !default;
19
- $background: #fff !default;
20
-
21
- // Action colors
22
- $default-color: #fff !default;
23
- $positive-color: #5cb85c !default;
24
- $negative-color: #d9534f !default;
25
-
26
-
27
- // Bars
28
- // --------------------------------------------------
29
- $bar-base-height: 44px !default;
30
- $bar-tab-height: 50px !default;
31
- $bar-side-spacing: 10px !default;
32
-
33
-
34
- // Borders
35
- // --------------------------------------------------
36
- $border-default: 1px solid #ddd !default;
37
- $border-radius: 6px !default;