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
- ZGUxM2I3ZjAyNmY2OTRhNGUyNThjNjFlYmYxZmNjNjQxYmVmNmZjNQ==
4
+ NWM5YTRhNTM2YjJkYzEwMzAxMDhmN2EyOGY4ZTljY2Y0ZDE4Y2VlYw==
5
5
  data.tar.gz: !binary |-
6
- ZGRhYTU0OGExYWFkNjI2ZDNiOThiN2RmMWYwNGM4NmMwNTllOTYwZg==
6
+ MjBjMTgxNTVlNjhjNGUxMDAzNDcyOWZlMjQ2YjJlZTBkYmE4NDc5Mw==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- ZTNmNGZjMzFmNTk1ZThmZmRjZGFjNDVlYTViNzJjYTYwZTFiZjE3MWE2NWMy
10
- OWQ3ZDhiNjY0MWFmYzM5YWE4YzBjNDZiYWMxNzhjNDA3ZGQ3NGZlZWZhM2Nm
11
- OWVjZDFkNzM2NTlhODdmMzk0YmE4OGEyOGU2M2VmNWU2NTdhNTU=
9
+ M2ZiOWUzYmRlMmRmMzJmZGZmMzk5NjFjMjlhNTIwODdjZjllMzg4YTdjZDkw
10
+ NGU4N2RkOTUzY2Y3NWQyZDA1ZTk4YjRiMGQ5OTMxZDVmNmNiM2UxMWZiNDdh
11
+ NzhiYWNiOTgyZTY4ZTFhNWU5YzkyMWY5Mjk4MDE5OWE5OGUxOWI=
12
12
  data.tar.gz: !binary |-
13
- OGFiNDQzNzBiZmI0NDlmZTcyMDk2OTlmZjAyNDg4NTMyNjU4OWM3ZGIxNTBm
14
- NDg2YmZhYTI1NWQ5ZDI4OWU0NjVhYjRmZjQ5MWQxM2QzNTIwM2E0YTJhNmE3
15
- NmM2OGQzOGQwMzViOWM3MmZiZDNlOGZkODhkMmI3MDgxMDgwNTE=
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
- height:100px;
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
- linear,
38
- left top,
39
- left bottom,
40
- color-stop(0.05, #fc862a),
41
- color-stop(0.53, #f56a0e)
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
- float:left;
64
- color:#fff;
65
- margin:0 5px;
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
- #header h1 {
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 {
@@ -10,7 +10,7 @@
10
10
  <body>
11
11
  <div id="header" style="<%=header_style%>">
12
12
  <%=link_to spud_admin_root_url do%>
13
- <h1>Spud Admin</h1>
13
+ <h1><%= Spud::Core.config.site_name %> Admin</h1>
14
14
  <%end%>
15
15
 
16
16
  <div id="user_meta">
@@ -1,5 +1,5 @@
1
1
  module Spud
2
2
  module Core
3
- VERSION = "0.9.19"
3
+ VERSION = "1.0"
4
4
  end
5
5
  end
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.9.19
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-14 00:00:00.000000000 Z
11
+ date: 2013-06-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails