ThemevampRails 0.0.1 → 0.0.2

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,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 115fc87b7f7ddce37313093109f12f68a87fb2a1
4
- data.tar.gz: 733f50516669163cb80877fbc4eeaf21a5dca8fe
3
+ metadata.gz: e3ae42e04c8e38a0d187985677e306fee9ee0c07
4
+ data.tar.gz: dcddd1398105c9b58f3d02b1eec66e5e55eddd17
5
5
  SHA512:
6
- metadata.gz: 50e65950051dfad6b09195f520049d0d7102948149df9552f59d203272a52156b1a20502455b265d8772ba96c1a85e0ee5acce971fe2f4092d3db81466701c7c
7
- data.tar.gz: 19b4eb3d14daa1bd1a5a0661aa37c6e1dcd9dc2176e963ca3d96e9de295e999b10f5daa8a9b6c41625c75a7a8c0c026a892d18fc93e987abb9f5ffae863996e3
6
+ metadata.gz: 774c97fd871c3ede483b435a2f79e7a9908f370914afd7a9444dcd9416d840156301e145d5565153d2436ea4a28022c33bbd95c173ada9f1d3688d8285e695c1
7
+ data.tar.gz: 6096e056550ed7cf3a4033765c765d3db19d7c16e0efb89e34c6ffd07f4b6e1cdeada585307d3117a2c37657b70832cde7abc153292503367b10bec85307a92b
@@ -1,3 +1,3 @@
1
1
  module ThemevampRails
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
@@ -13,4 +13,4 @@ $(function () {
13
13
 
14
14
 
15
15
 
16
- });
16
+ });
@@ -6,7 +6,7 @@ Bootstrap Admin Template by EGrappler.com
6
6
 
7
7
 
8
8
  /** Base Body Styles **/
9
- body{ background: url(../../img/body-bg.png); color:#838383; font: 13px/1.7em 'Open Sans';}
9
+ body{ background: url(../../images/body-bg.png); color:#838383; font: 13px/1.7em 'Open Sans';}
10
10
 
11
11
 
12
12
  .account-container {
@@ -53,9 +53,9 @@ body{ background: url(../../img/body-bg.png); color:#838383; font: 13px/1.7em 'O
53
53
  box-shadow: inset 2px 2px 4px #f1f1f1;
54
54
  }
55
55
 
56
- .username-field { background: url(../../img/signin/user.png) no-repeat; }
56
+ .username-field { background: url(../../images/signin/user.png) no-repeat; }
57
57
 
58
- .password-field { background: url(../../img/signin/password.png) no-repeat; }
58
+ .password-field { background: url(../../images/signin/password.png) no-repeat; }
59
59
 
60
60
 
61
61
 
@@ -101,7 +101,7 @@ span.login-checkbox > input[type='checkbox'] + label {
101
101
  font-size: 12px;
102
102
  line-height: 1.2em;
103
103
 
104
- background: url(../../img/signin/check.png) no-repeat 0 0;
104
+ background: url(../../images/signin/check.png) no-repeat 0 0;
105
105
 
106
106
  cursor: pointer;
107
107
  }
@@ -137,14 +137,14 @@ span.login-checkbox > input[type='checkbox']:checked + label {
137
137
  width: 157px;
138
138
  display: block;
139
139
 
140
- background: url(../../img/signin/twitter_btn.png) no-repeat;
140
+ background: url(../../images/signin/twitter_btn.png) no-repeat;
141
141
 
142
142
  }
143
143
 
144
144
  .fb {
145
145
  width: 162px;
146
146
 
147
- background: url(../../img/signin/fb_btn.png) no-repeat;
147
+ background: url(../../images/signin/fb_btn.png) no-repeat;
148
148
  }
149
149
 
150
150
  .twitter:active, .fb:active {
@@ -244,4 +244,4 @@ span.login-checkbox > input[type='checkbox']:checked + label {
244
244
  padding-left: 6px;
245
245
  }
246
246
 
247
- }
247
+ }
@@ -1084,11 +1084,11 @@ table.fc-border-separate {
1084
1084
  .fc-agenda .ui-resizable-resizing {
1085
1085
  _overflow: hidden
1086
1086
  }
1087
- .fc-header-left .fc-button-prev .fc-button-inner {background: url('../img/icons-sa7c41345d9.png') no-repeat; background-position: 0 -351px;
1087
+ .fc-header-left .fc-button-prev .fc-button-inner {background: url('../images/icons-sa7c41345d9.png') no-repeat; background-position: 0 -351px;
1088
1088
  height: 16px;
1089
1089
  width: 11px;}
1090
1090
 
1091
- .fc-header-left .fc-button-next .fc-button-inner {background: url('../img/icons-sa7c41345d9.png') no-repeat; background-position: 0 -367px;
1091
+ .fc-header-left .fc-button-next .fc-button-inner {background: url('../images/icons-sa7c41345d9.png') no-repeat; background-position: 0 -367px;
1092
1092
  height: 16px;
1093
1093
  width: 11px;}
1094
1094
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ThemevampRails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - douglas.oliveira