tb_core 0.9.19 → 1.0
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.
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
NWM5YTRhNTM2YjJkYzEwMzAxMDhmN2EyOGY4ZTljY2Y0ZDE4Y2VlYw==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
MjBjMTgxNTVlNjhjNGUxMDAzNDcyOWZlMjQ2YjJlZTBkYmE4NDc5Mw==
|
7
7
|
!binary "U0hBNTEy":
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
M2ZiOWUzYmRlMmRmMzJmZGZmMzk5NjFjMjlhNTIwODdjZjllMzg4YTdjZDkw
|
10
|
+
NGU4N2RkOTUzY2Y3NWQyZDA1ZTk4YjRiMGQ5OTMxZDVmNmNiM2UxMWZiNDdh
|
11
|
+
NzhiYWNiOTgyZTY4ZTFhNWU5YzkyMWY5Mjk4MDE5OWE5OGUxOWI=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
MTJmYWYyYTZhYzdjMWI5Nzc0ZmQxZjExN2M5YTFhNWVhZDI3NTgyMGQyNDA3
|
14
|
+
ZThlNjQxYWE2MGI0ZTFjOTJiMjZlNjRlNmIwNDg3YTBmMjEwNjZhNTY0ZDQx
|
15
|
+
YTRiYTA5MzA2NWM3MTIyOWE2NjE3M2RjMDdhZDE0ZjQ1YzNkMjk=
|
@@ -25,24 +25,23 @@ a:hover .ui-button-text {
|
|
25
25
|
color:#fff;
|
26
26
|
}
|
27
27
|
#header {
|
28
|
-
|
28
|
+
position: relative;
|
29
|
+
padding: 5px 15px;
|
29
30
|
background:#fc862a;
|
30
31
|
background-image: linear-gradient(top, #fc862a 5%, #f56a0e 53%);
|
31
32
|
background-image: -o-linear-gradient(top, #fc862a 5%, #f56a0e 53%);
|
32
33
|
background-image: -moz-linear-gradient(top, #fc862a 5%, #f56a0e 53%);
|
33
34
|
background-image: -webkit-linear-gradient(top, #fc862a 5%, #f56a0e 53%);
|
34
35
|
background-image: -ms-linear-gradient(top, #fc862a 5%, #f56a0e 53%);
|
35
|
-
|
36
36
|
background-image: -webkit-gradient(
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
37
|
+
linear,
|
38
|
+
left top,
|
39
|
+
left bottom,
|
40
|
+
color-stop(0.05, #fc862a),
|
41
|
+
color-stop(0.53, #f56a0e)
|
42
42
|
);
|
43
|
-
|
44
|
-
|
45
43
|
color:#fff;
|
44
|
+
font: normal 14px/18px sans-serif;
|
46
45
|
}
|
47
46
|
#header a,
|
48
47
|
#header a:visited {
|
@@ -54,22 +53,13 @@ a:hover .ui-button-text {
|
|
54
53
|
}
|
55
54
|
|
56
55
|
#header #user_meta {
|
57
|
-
float:right;
|
58
|
-
line-height:100px;
|
59
|
-
margin-right:15px;
|
56
|
+
float: right;
|
60
57
|
}
|
61
58
|
|
62
59
|
#header h1 {
|
63
|
-
|
64
|
-
color
|
65
|
-
|
66
|
-
|
67
|
-
line-height:100px;
|
68
|
-
width:200px;
|
69
|
-
height:100px;
|
70
|
-
text-indent:-10000px;
|
71
|
-
background: url('/assets/spud/admin/spud_logo.png') center left no-repeat;
|
72
|
-
background-size:200px 90px;
|
60
|
+
font: normal 18px/18px sans-serif;
|
61
|
+
color: #fff;
|
62
|
+
display: inline;
|
73
63
|
}
|
74
64
|
#header h1 .site_name {
|
75
65
|
color:#CCC;
|
@@ -452,14 +442,7 @@ form input.full-width {
|
|
452
442
|
only screen and (-o-min-device-pixel-ratio: 3/2),
|
453
443
|
only screen and (min--moz-device-pixel-ratio: 1.5),
|
454
444
|
only screen and (min-device-pixel-ratio: 1.5) {
|
455
|
-
|
456
|
-
background: url('/assets/spud/admin/spud_logo@2x.png') top left no-repeat;
|
457
|
-
background-size:200px 90px;
|
458
|
-
|
459
|
-
}
|
460
|
-
.replace-2x {
|
461
|
-
font-size: 1px;
|
462
|
-
}
|
445
|
+
|
463
446
|
}
|
464
447
|
|
465
448
|
.footer {
|
data/lib/spud_core/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tb_core
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0
|
4
|
+
version: '1.0'
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Greg Woods
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2013-06-
|
11
|
+
date: 2013-06-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|