rsence-pre 2.2.0.8 → 2.2.0.9
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.
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.2.0.
|
|
1
|
+
2.2.0.9.pre
|
|
@@ -191,7 +191,7 @@
|
|
|
191
191
|
}
|
|
192
192
|
|
|
193
193
|
.window_controls_close {
|
|
194
|
-
left: 8px;
|
|
194
|
+
#{BROWSER_TYPE.mac?'left':'right'}: 8px;
|
|
195
195
|
background-position: 0px 0px;
|
|
196
196
|
}
|
|
197
197
|
|
|
@@ -205,7 +205,7 @@
|
|
|
205
205
|
|
|
206
206
|
|
|
207
207
|
.window_controls_collapse {
|
|
208
|
-
left: 27px;
|
|
208
|
+
#{BROWSER_TYPE.mac?'left: 27px':'right: 46px'};
|
|
209
209
|
background-position: -30px 0px;
|
|
210
210
|
}
|
|
211
211
|
|
|
@@ -219,7 +219,7 @@
|
|
|
219
219
|
|
|
220
220
|
|
|
221
221
|
.window_controls_zoom {
|
|
222
|
-
left: 46px;
|
|
222
|
+
#{BROWSER_TYPE.mac?'left: 46px':'right: 27px'};
|
|
223
223
|
background-position: -15px 0px;
|
|
224
224
|
}
|
|
225
225
|
|
|
Binary file
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rsence-pre
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 109
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 2
|
|
8
8
|
- 2
|
|
9
9
|
- 0
|
|
10
|
-
-
|
|
11
|
-
version: 2.2.0.
|
|
10
|
+
- 9
|
|
11
|
+
version: 2.2.0.9
|
|
12
12
|
platform: ruby
|
|
13
13
|
authors:
|
|
14
14
|
- Riassence Inc.
|