spurs 0.0.5.alpha.7 → 0.0.5
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/app/assets/stylesheets/spurs/beyond_bootsrap/all.css +1 -0
- data/app/assets/stylesheets/spurs/beyond_bootsrap/button_column.css.sass +20 -0
- data/app/assets/stylesheets/spurs/beyond_bootstrap.css +1 -0
- data/app/assets/stylesheets/spurs/sections.css.sass +33 -0
- data/lib/spurs/section/section_builder.rb +1 -1
- data/lib/spurs/version.rb +1 -1
- metadata +10 -6
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
.button-column
|
|
2
|
+
width: 100%
|
|
3
|
+
button.btn, a.btn
|
|
4
|
+
width: 100%
|
|
5
|
+
border-radius: 0px
|
|
6
|
+
border-top-width: 0px
|
|
7
|
+
&:first-child
|
|
8
|
+
border-top-width: 0px
|
|
9
|
+
border-top-left-radius: 4px
|
|
10
|
+
border-top-right-radius: 4px
|
|
11
|
+
&:last-child
|
|
12
|
+
border-bottom-left-radius: 4px
|
|
13
|
+
border-bottom-right-radius: 4px
|
|
14
|
+
&.btn-large
|
|
15
|
+
&:first-child
|
|
16
|
+
border-top-left-radius: 6px
|
|
17
|
+
border-top-right-radius: 6px
|
|
18
|
+
&:last-child
|
|
19
|
+
border-bottom-left-radius: 6px
|
|
20
|
+
border-bottom-right-radius: 6px
|
|
@@ -15,3 +15,36 @@
|
|
|
15
15
|
.section_body
|
|
16
16
|
display: block
|
|
17
17
|
|
|
18
|
+
|
|
19
|
+
$section_bg_color: rgb(250,250,250)
|
|
20
|
+
|
|
21
|
+
.spurs_section
|
|
22
|
+
margin-bottom: 10px
|
|
23
|
+
.section_header
|
|
24
|
+
font-size: 20px
|
|
25
|
+
color: #333
|
|
26
|
+
border-bottom: 1px solid #E5E5E5
|
|
27
|
+
margin-bottom: 2px
|
|
28
|
+
line-height: 36px
|
|
29
|
+
.section_body
|
|
30
|
+
background: $section_bg_color
|
|
31
|
+
border: 1px solid #eee
|
|
32
|
+
padding: 10px
|
|
33
|
+
border-bottom-right-radius: 5px
|
|
34
|
+
border-bottom-left-radius: 5px
|
|
35
|
+
ul.nav.nav-tabs
|
|
36
|
+
li
|
|
37
|
+
a
|
|
38
|
+
background-color: #fff
|
|
39
|
+
border: 1px solid #ddd
|
|
40
|
+
&:hover
|
|
41
|
+
background-color: #666
|
|
42
|
+
color: $section_bg_color
|
|
43
|
+
&.active
|
|
44
|
+
a
|
|
45
|
+
background-color: $section_bg_color
|
|
46
|
+
border-bottom-color: transparent
|
|
47
|
+
&:hover
|
|
48
|
+
background-color: $section_bg_color
|
|
49
|
+
border-bottom-color: transparent
|
|
50
|
+
color: #333
|
data/lib/spurs/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: spurs
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.5
|
|
5
|
-
prerelease:
|
|
4
|
+
version: 0.0.5
|
|
5
|
+
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Michael North
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2012-07-
|
|
12
|
+
date: 2012-07-18 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: railties
|
|
@@ -159,6 +159,7 @@ files:
|
|
|
159
159
|
- app/assets/javascripts/spurs/vars.js.erb
|
|
160
160
|
- app/assets/javascripts/spurs.js
|
|
161
161
|
- app/assets/stylesheets/spurs/beyond_bootsrap/all.css
|
|
162
|
+
- app/assets/stylesheets/spurs/beyond_bootsrap/button_column.css.sass
|
|
162
163
|
- app/assets/stylesheets/spurs/beyond_bootsrap/forms.css.sass
|
|
163
164
|
- app/assets/stylesheets/spurs/beyond_bootsrap/mobile_modal.css.sass
|
|
164
165
|
- app/assets/stylesheets/spurs/beyond_bootsrap/responsive-tables.css.sass
|
|
@@ -254,13 +255,16 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
254
255
|
version: '0'
|
|
255
256
|
segments:
|
|
256
257
|
- 0
|
|
257
|
-
hash:
|
|
258
|
+
hash: 1558585800028565699
|
|
258
259
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
259
260
|
none: false
|
|
260
261
|
requirements:
|
|
261
|
-
- - ! '
|
|
262
|
+
- - ! '>='
|
|
262
263
|
- !ruby/object:Gem::Version
|
|
263
|
-
version:
|
|
264
|
+
version: '0'
|
|
265
|
+
segments:
|
|
266
|
+
- 0
|
|
267
|
+
hash: 1558585800028565699
|
|
264
268
|
requirements: []
|
|
265
269
|
rubyforge_project:
|
|
266
270
|
rubygems_version: 1.8.24
|