metro-ui-rails 0.15.8.4 → 0.15.8.11

Sign up to get free protection for your applications and to get access to all the features.
@@ -12,14 +12,14 @@ License: CC BY-SA 3.0 -- http://creativecommons.org/licenses/by-sa/3.0/
12
12
  */
13
13
 
14
14
  @font-face {
15
- font-family: 'iconFont';
16
- src:font-url('metro-ui/iconFont.eo');
17
- src:font-url('metro-ui/iconFont.eot') format('embedded-opentype'),
18
- font-url('metro-ui/iconFont.svg') format('svg'),
19
- font-url('metro-ui/iconFont.wof') format('woff'),
20
- font-url('metro-ui/iconFont.tt') format('truetype');
21
- font-weight: normal;
22
- font-style: normal;
15
+ font-family: 'iconFont';
16
+ src:font-url('metro-ui/iconFont.eot');
17
+ src:font-url('metro-ui/iconFont.eot') format('embedded-opentype'),
18
+ font-url('metro-ui/iconFont.svg') format('svg'),
19
+ font-url('metro-ui/iconFont.woff') format('woff'),
20
+ font-url('metro-ui/iconFont.ttf') format('truetype');
21
+ font-weight: normal;
22
+ font-style: normal;
23
23
  }
24
24
 
25
25
  /* Use the following CSS code if you want to use data attributes for inserting your icons */
@@ -1081,4 +1081,88 @@ li {
1081
1081
  }
1082
1082
  .icon-keyboard:before {
1083
1083
  content: "\e14c";
1084
- }
1084
+ }
1085
+ .icon-award-fill:before {
1086
+ content: "\e14d";
1087
+ }
1088
+ .icon-award-stroke:before {
1089
+ content: "\e14e";
1090
+ }
1091
+ .icon-beaker-alt:before {
1092
+ content: "\e14f";
1093
+ }
1094
+ .icon-beaker:before {
1095
+ content: "\e150";
1096
+ }
1097
+ .icon-move-vertical:before {
1098
+ content: "\e151";
1099
+ }
1100
+ .icon-move-horizontal:before {
1101
+ content: "\e153";
1102
+ }
1103
+ .icon-steering-wheel:before {
1104
+ content: "\e152";
1105
+ }
1106
+ .icon-volume-3:before {
1107
+ content: "\e154";
1108
+ }
1109
+ .icon-volume-mute:before {
1110
+ content: "\e155";
1111
+ }
1112
+ .icon-play:before {
1113
+ content: "\e156";
1114
+ }
1115
+ .icon-pause:before {
1116
+ content: "\e157";
1117
+ }
1118
+ .icon-stop:before {
1119
+ content: "\e158";
1120
+ }
1121
+ .icon-eject:before {
1122
+ content: "\e159";
1123
+ }
1124
+ .icon-first:before {
1125
+ content: "\e15a";
1126
+ }
1127
+ .icon-last:before {
1128
+ content: "\e15b";
1129
+ }
1130
+ .icon-play-alt:before {
1131
+ content: "\e15c";
1132
+ }
1133
+ .icon-battery-empty:before {
1134
+ content: "\e15d";
1135
+ }
1136
+ .icon-battery-half:before {
1137
+ content: "\e15e";
1138
+ }
1139
+ .icon-battery-full:before {
1140
+ content: "\e15f";
1141
+ }
1142
+ .icon-battery-charging:before {
1143
+ content: "\e160";
1144
+ }
1145
+ .icon-left-quote:before {
1146
+ content: "\e161";
1147
+ }
1148
+ .icon-right-quote:before {
1149
+ content: "\e162";
1150
+ }
1151
+ .icon-left-quote-alt:before {
1152
+ content: "\e163";
1153
+ }
1154
+ .icon-right-quote-alt:before {
1155
+ content: "\e164";
1156
+ }
1157
+ .icon-smiley:before {
1158
+ content: "\e165";
1159
+ }
1160
+ .icon-umbrella:before {
1161
+ content: "\e166";
1162
+ }
1163
+ .icon-info-2:before {
1164
+ content: "\e167";
1165
+ }
1166
+ .icon-chart-alt:before {
1167
+ content: "\e168";
1168
+ }
@@ -0,0 +1,12 @@
1
+ /*
2
+ * Metro UI CSS
3
+ * Copyright 2012 Sergey Pimenov
4
+ * Licensed under the MIT Lilcense
5
+ *
6
+ * jqGrid.less
7
+ *
8
+ */
9
+
10
+ .ui-jqgrid {
11
+
12
+ }
@@ -226,7 +226,7 @@
226
226
  }
227
227
 
228
228
  .app-bar {
229
- position: absolute;
229
+ position: fixed;
230
230
  bottom: 0;
231
231
  left: 0;
232
232
  right: 0;
@@ -236,7 +236,7 @@
236
236
  }
237
237
 
238
238
  .charms {
239
- position: absolute;
239
+ position: fixed;
240
240
  right: 0;
241
241
  top: 0;
242
242
  bottom: 0;
@@ -256,7 +256,7 @@
256
256
  }
257
257
 
258
258
  .message-dialog {
259
- position: absolute;
259
+ position: fixed;
260
260
  left: 0;
261
261
  right: 0;
262
262
  height: auto;
@@ -267,7 +267,7 @@
267
267
  .flyouts{}
268
268
 
269
269
  .error-bar, .warning-bar, .info-bar {
270
- position: absolute;
270
+ position: fixed;
271
271
  top: 0;
272
272
  left: 0;
273
273
  right: 0;
@@ -118,20 +118,20 @@
118
118
  position: absolute;
119
119
  display: block;
120
120
  right: 0;
121
- content:".";
122
- text-indent: -9999px;
121
+ content:"";
123
122
  top: 0;
124
- z-index: 1000;
123
+ z-index: 1001;
125
124
  }
126
125
 
127
126
  &:before {
128
127
  position: absolute;
129
- content: "\2714";
128
+ content: "\e08a";
130
129
  color: #fff;
131
- right: 5px;
130
+ right: 4px;
132
131
  top: 0;
133
- font-family: Tahoma;
134
- z-index: 2000;
132
+ font-family: iconFont;
133
+ z-index: 1002;
134
+ display: block;
135
135
  }
136
136
  }
137
137
 
@@ -59,6 +59,7 @@
59
59
  }
60
60
  }
61
61
 
62
+
62
63
  .nav-bar {
63
64
  background-color: @blue;
64
65
  position: relative;
@@ -69,7 +70,7 @@
69
70
  padding: 0;
70
71
 
71
72
  .nav-bar-inner {
72
- .element {
73
+ .element, a .element {
73
74
  position: relative;
74
75
  margin: 5px;
75
76
  line-height: 20px;
@@ -77,7 +78,6 @@
77
78
  float: left;
78
79
  display: inline-block;
79
80
  padding: 0;
80
- margin-right: 10px;
81
81
  font-weight: normal;
82
82
  font-size: 10pt;
83
83
  color: #fff;
@@ -85,11 +85,32 @@
85
85
  &.brand {
86
86
  font-size: 1.15em;
87
87
  }
88
+
89
+ img {
90
+ height: 100%;
91
+ }
92
+
93
+ a {
94
+ line-height: 20px;
95
+ height: 20px;
96
+ font-size: 10pt;
97
+ //color: #fff;
98
+ }
99
+
100
+ [class^="icon-"]:before, [class*=" icon-"]:before {
101
+ display: inline-block;
102
+ margin: 0;
103
+ padding: 0;
104
+ display: block;
105
+ float: left;
106
+ margin: 0 5px;
107
+ }
88
108
  }
89
109
 
90
110
  & > ul.menu {
91
111
  .unstyled;
92
112
  padding: 0;
113
+ margin: 0;
93
114
 
94
115
  & > li {
95
116
  display: block;
@@ -81,6 +81,8 @@
81
81
  .sticker.sticker-color-purple {border-color: @purple !important;}
82
82
  .sticker.sticker-color-darken {border-color: @darken !important;}
83
83
  .sticker.sticker-color-white {border-color: @white !important;}
84
+ .sticker.sticker-color-lighten {border-color: @lighten !important;}
85
+ .sticker.sticker-color-grayDark {border-color: @grayDark !important;}
84
86
 
85
87
  .sticker.sticker-left {
86
88
  border-left: 20px solid transparent !important;
@@ -86,16 +86,16 @@
86
86
  right: 0;
87
87
  content:".";
88
88
  top: 0;
89
- z-index: 1000;
89
+ z-index: 1001;
90
90
  }
91
91
 
92
92
  &:before {
93
93
  position: absolute;
94
- content: "\2714";
94
+ content: "\e08a";
95
95
  color: #fff;
96
- right: 5px;
97
- font-family: Tahoma;
98
- z-index: 2000;
96
+ right: 4px;
97
+ font-family: iconFont;
98
+ z-index: 1002;
99
99
  }
100
100
  }
101
101
 
@@ -8,37 +8,37 @@
8
8
  */
9
9
 
10
10
  // Cambria equals
11
- // font-family: 'PT Serif Caption', serif;
11
+ // font-family: "PT Serif Caption", serif;
12
12
  @font-face {
13
- font-family: 'PT Serif Caption';
13
+ font-family: "PT Serif Caption";
14
14
  font-style: normal;
15
15
  font-weight: 400;
16
- src: local('PT Serif Caption'), local('PTSerif-Caption'), url(http://themes.googleusercontent.com/static/fonts/ptserifcaption/v4/7xkFOeTxxO1GMC1suOUYWWhBabBbEjGd1iRmpyoZukE.woff) format('woff');
16
+ src: local("PT Serif Caption"), local("PTSerif-Caption"), url(http://themes.googleusercontent.com/static/fonts/ptserifcaption/v4/7xkFOeTxxO1GMC1suOUYWWhBabBbEjGd1iRmpyoZukE.woff) format('woff');
17
17
  }
18
18
 
19
19
  @font-face {
20
- font-family: 'Open Sans';
20
+ font-family: "Open Sans";
21
21
  font-style: normal;
22
22
  font-weight: 700;
23
- src: local('Open Sans Bold'), local('OpenSans-Bold'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/k3k702ZOKiLJc3WVjuplzJ1r3JsPcQLi8jytr04NNhU.woff) format('woff');
23
+ src: local("Open Sans Bold"), local("OpenSans-Bold"), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/k3k702ZOKiLJc3WVjuplzJ1r3JsPcQLi8jytr04NNhU.woff) format('woff');
24
24
  }
25
25
  @font-face {
26
- font-family: 'Open Sans';
26
+ font-family: "Open Sans";
27
27
  font-style: normal;
28
28
  font-weight: 300;
29
- src: local('Open Sans Light'), local('OpenSans-Light'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/DXI1ORHCpsQm3Vp6mXoaTZ1r3JsPcQLi8jytr04NNhU.woff) format('woff');
29
+ src: local("Open Sans Light"), local("OpenSans-Light"), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/DXI1ORHCpsQm3Vp6mXoaTZ1r3JsPcQLi8jytr04NNhU.woff) format('woff');
30
30
  }
31
31
  @font-face {
32
- font-family: 'Open Sans';
32
+ font-family: "Open Sans";
33
33
  font-style: normal;
34
34
  font-weight: 800;
35
- src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/EInbV5DfGHOiMmvb1Xr-hp1r3JsPcQLi8jytr04NNhU.woff) format('woff');
35
+ src: local("Open Sans Extrabold"), local("OpenSans-Extrabold"), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/EInbV5DfGHOiMmvb1Xr-hp1r3JsPcQLi8jytr04NNhU.woff) format('woff');
36
36
  }
37
37
  @font-face {
38
- font-family: 'Open Sans';
38
+ font-family: "Open Sans";
39
39
  font-style: normal;
40
40
  font-weight: 400;
41
- src: local('Open Sans'), local('OpenSans'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/K88pR3goAWT7BTt32Z01mz8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
41
+ src: local("Open Sans"), local("OpenSans"), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/K88pR3goAWT7BTt32Z01mz8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
42
42
  }
43
43
 
44
44
  .text-rest-state {color: rgba(0, 0, 0, 1.0);}
@@ -318,7 +318,7 @@ ul ul, ul ol, ol ol, ol ul {
318
318
 
319
319
  ul {
320
320
  list-style-position: inside;
321
- list-style-type: disc;
321
+ list-style-type: square;
322
322
 
323
323
  ul {
324
324
  list-style-type: circle;
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: metro-ui-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.15.8.4
4
+ version: 0.15.8.11
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-12-07 00:00:00.000000000 Z
12
+ date: 2013-01-07 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: therubyracer
@@ -92,6 +92,7 @@ files:
92
92
  - vendor/assets/javascripts/metro-ui/pagecontrol.js
93
93
  - vendor/assets/javascripts/metro-ui/rating.js
94
94
  - vendor/assets/javascripts/metro-ui/slider.js
95
+ - vendor/assets/javascripts/metro-ui/tile-drag.js
95
96
  - vendor/assets/javascripts/metro-ui/tile-slider.js
96
97
  - vendor/toolkit/metro-ui/accordion.less
97
98
  - vendor/toolkit/metro-ui/bricks.less
@@ -105,6 +106,7 @@ files:
105
106
  - vendor/toolkit/metro-ui/hero.less
106
107
  - vendor/toolkit/metro-ui/icons.less
107
108
  - vendor/toolkit/metro-ui/images.less
109
+ - vendor/toolkit/metro-ui/jqgrid.less
108
110
  - vendor/toolkit/metro-ui/layout.less
109
111
  - vendor/toolkit/metro-ui/listview.less
110
112
  - vendor/toolkit/metro-ui/menus.less
@@ -151,4 +153,3 @@ signing_key:
151
153
  specification_version: 3
152
154
  summary: Metro-UI CSS toolkit for Rails 3.1 Asset Pipeline
153
155
  test_files: []
154
- has_rdoc: