sb_internal_style 0.0.7 → 0.0.8

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: 59ae72312e8d96fcbdf348e85d11fe756a8f04f8
4
- data.tar.gz: 2875ed9445fe8e3440f819af25d3e09c81c0bffc
3
+ metadata.gz: 0f9acbdd4968cb378fbea9de2f9a38d3483989db
4
+ data.tar.gz: c066cce974aa49100545d67bfd10e85f575e7067
5
5
  SHA512:
6
- metadata.gz: c55c6ddc39b36ccaa35d90462ae4560cc5a1c67d50ede4cd8bac821e23b494aec8c98af426fa6e3430910765837d20d80b1066fdfcf1edf14c02ade1574482c5
7
- data.tar.gz: 8f84ffe708aa267601a8eceb09c523f262af9d1abc8cafa5c5c58a30dbb1c241c1afc6b5075c2ece705c9f994a881c7d3380de95c9e38e26aa78875b7075e366
6
+ metadata.gz: a3f9597025e3a06340cab3b91b724e17328b9c80af577beef4d2fed6e4aa759427ec34d949cebbac8882e91efa887e239224c5408ec4b0ffb014aad95c59bedd
7
+ data.tar.gz: f483c87b292fa4291cffb9233be0f4b0ed069d3f32f19deea37caa33fccd6105f9dcdc055f2f83c191fbcf57fa03353fd3fa3b51bbc562b5c463d07846a35efe
@@ -0,0 +1,34 @@
1
+ table.entitylist {
2
+ border-spacing: 0px;
3
+ width: 100%;
4
+ th, td {
5
+ padding: 8px 10px;
6
+ vertical-align: top;
7
+ }
8
+ tr.sum td {
9
+ background-color:white;
10
+ text-align:right;
11
+ }
12
+ > tbody > tr:nth-child(even) {
13
+ background-color: white;
14
+ }
15
+ }
16
+ table.compact {
17
+ width: auto;
18
+ th, td {
19
+ padding: 4px;
20
+ }
21
+ }
22
+
23
+ th.numeric, td.numeric {
24
+ text-align: right;
25
+ }
26
+
27
+ table.center {
28
+ text-align:normal;
29
+ margin:0 auto;
30
+ }
31
+
32
+ td.center {
33
+ text-align:center;
34
+ }
@@ -1,6 +1,6 @@
1
1
  @import './_colors';
2
2
  @import './_links';
3
-
3
+ @import './_tables';
4
4
 
5
5
  @mixin body-typography {
6
6
  font-family: Arial, Verdana, Helvetica;
@@ -123,11 +123,6 @@ p {
123
123
  .center {
124
124
  text-align: center; }
125
125
 
126
- table.center {
127
- text-align:normal;
128
- margin:0 auto;
129
- }
130
-
131
126
  .left {
132
127
  text-align: left; }
133
128
 
@@ -145,36 +140,6 @@ table.center {
145
140
  .background_green { background: $green; }
146
141
  .background_red { background: #f00; }
147
142
 
148
- table.entitylist {
149
- border-spacing: 0px;
150
- width: 100%;
151
- th, td {
152
- padding: 8px 10px;
153
- }
154
- tr.sum td {
155
- background-color:white;
156
- text-align:right;
157
- }
158
- > tbody > tr:nth-child(even) {
159
- background-color: white;
160
- }
161
- }
162
- table.compact {
163
- width: auto;
164
- th, td {
165
- padding: 4px;
166
- }
167
- }
168
-
169
- th.numeric, td.numeric {
170
- text-align: right;
171
- }
172
-
173
- td.center {
174
- text-align:center;
175
- }
176
-
177
-
178
143
  .clear {
179
144
  clear: both;
180
145
  height: 0;
@@ -1,3 +1,3 @@
1
1
  module SbInternalStyle
2
- VERSION = "0.0.7"
2
+ VERSION = "0.0.8"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sb_internal_style
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Leon Miller-Out
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-04-28 00:00:00.000000000 Z
11
+ date: 2015-09-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -84,6 +84,7 @@ files:
84
84
  - app/assets/fonts/singlebrookrounded-webfont.woff
85
85
  - app/assets/stylesheets/sb_internal_style/_colors.scss
86
86
  - app/assets/stylesheets/sb_internal_style/_links.scss
87
+ - app/assets/stylesheets/sb_internal_style/_tables.scss
87
88
  - app/assets/stylesheets/sb_internal_style/main.scss
88
89
  - lib/sb_internal_style.rb
89
90
  - lib/sb_internal_style/version.rb