appcss 0.0.19 → 0.0.20
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 +4 -4
- data/app/assets/stylesheets/appcss/app.css +19 -11
- data/appcss-0.0.13.gem +0 -0
- data/appcss-0.0.14.gem +0 -0
- data/appcss-0.0.15.gem +0 -0
- data/appcss-0.0.16.gem +0 -0
- data/appcss-0.0.17.gem +0 -0
- data/appcss-0.0.19.gem +0 -0
- data/lib/appcss/version.rb +1 -1
- data/makefile +1 -1
- metadata +15 -9
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 104c1c9b779804b091cd356b6e70305b76018c15
|
|
4
|
+
data.tar.gz: 603d68094263f1ea8dea894765fd10e9f4b7ce1a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0754a2ad671d0472ff7b1c5b7638c15d248ea45bd9926b633d3bded47783cba2c30a76c95314a7b6eebdb9e6b74c473b344aaeaed37fe7d43302e6ea58c64fb7
|
|
7
|
+
data.tar.gz: 42d6ebbf57edfc2bd908d422849885a50ddc5aceeb7079f85d7f1d80d626d321262e7d32820944d1fa69b577d5ea737908849e5978acb70c50074005cb7459ee
|
|
@@ -428,13 +428,18 @@ th {
|
|
|
428
428
|
box-sizing: border-box; }
|
|
429
429
|
|
|
430
430
|
html {
|
|
431
|
-
background: #
|
|
432
|
-
color: white;
|
|
431
|
+
background: #4199cc;
|
|
432
|
+
color: white;
|
|
433
|
+
line-height: 1.5rem; }
|
|
433
434
|
|
|
434
435
|
html, body {
|
|
435
436
|
height: 100%;
|
|
436
437
|
font-size: 16px; }
|
|
437
438
|
|
|
439
|
+
a {
|
|
440
|
+
color: #40a9e6;
|
|
441
|
+
text-decoration: none; }
|
|
442
|
+
|
|
438
443
|
.acss-readable-container {
|
|
439
444
|
max-width: 768px; }
|
|
440
445
|
|
|
@@ -462,9 +467,9 @@ html, body {
|
|
|
462
467
|
margin-left: 0;
|
|
463
468
|
font-size: 0.8rem;
|
|
464
469
|
z-index: 990;
|
|
465
|
-
background:
|
|
466
|
-
color: #
|
|
467
|
-
|
|
470
|
+
background: whitesmoke;
|
|
471
|
+
color: #627d8c;
|
|
472
|
+
box-shadow: inset 0px 3px 5px #bbbbbb;
|
|
468
473
|
padding-top: 15px; }
|
|
469
474
|
@media screen and (min-width: 768px) {
|
|
470
475
|
.acss-sidebar {
|
|
@@ -498,7 +503,7 @@ html, body {
|
|
|
498
503
|
padding: 5px 15px;
|
|
499
504
|
position: relative; }
|
|
500
505
|
.acss-sidebar a {
|
|
501
|
-
color: #
|
|
506
|
+
color: #627d8c; }
|
|
502
507
|
@media screen and (min-width: 960px) {
|
|
503
508
|
.acss-sidebar {
|
|
504
509
|
width: 200px;
|
|
@@ -589,7 +594,7 @@ html, body {
|
|
|
589
594
|
margin-left: 0;
|
|
590
595
|
padding: 15px;
|
|
591
596
|
background: white;
|
|
592
|
-
color: #
|
|
597
|
+
color: #627d8c; }
|
|
593
598
|
@media screen and (min-width: 768px) {
|
|
594
599
|
.acss-mainpane {
|
|
595
600
|
width: calc(100% - 15px);
|
|
@@ -679,8 +684,8 @@ html, body {
|
|
|
679
684
|
|
|
680
685
|
.acss-btn {
|
|
681
686
|
padding: 4px 10px;
|
|
682
|
-
background-color:
|
|
683
|
-
color:
|
|
687
|
+
background-color: whitesmoke;
|
|
688
|
+
color: #627d8c;
|
|
684
689
|
text-decoration: none;
|
|
685
690
|
border: 0px;
|
|
686
691
|
outline: none;
|
|
@@ -697,6 +702,9 @@ html, body {
|
|
|
697
702
|
.acss-btn:active {
|
|
698
703
|
text-decoration: none;
|
|
699
704
|
box-shadow: inset 0px 0px 0px 100px rgba(0, 0, 0, 0.1); }
|
|
705
|
+
.acss-btn.primary {
|
|
706
|
+
background: #40a9e6;
|
|
707
|
+
color: white; }
|
|
700
708
|
|
|
701
709
|
input[type="text"], input[type="email"], input[type="search"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="number"], input[type="password"], input[type="tel"], input[type="time"], input[type="url"], input[type="week"] {
|
|
702
710
|
border: 1px solid #a1a1a1;
|
|
@@ -729,8 +737,8 @@ progress {
|
|
|
729
737
|
margin-left: -150px;
|
|
730
738
|
left: 50%; }
|
|
731
739
|
.acss-status .status {
|
|
732
|
-
background:
|
|
733
|
-
color: #
|
|
740
|
+
background: #ffee6e;
|
|
741
|
+
color: #627d8c;
|
|
734
742
|
padding: 5px;
|
|
735
743
|
border-radius: 3px;
|
|
736
744
|
text-align: center;
|
data/appcss-0.0.13.gem
ADDED
|
Binary file
|
data/appcss-0.0.14.gem
ADDED
|
Binary file
|
data/appcss-0.0.15.gem
ADDED
|
Binary file
|
data/appcss-0.0.16.gem
ADDED
|
Binary file
|
data/appcss-0.0.17.gem
ADDED
|
Binary file
|
data/appcss-0.0.19.gem
ADDED
|
Binary file
|
data/lib/appcss/version.rb
CHANGED
data/makefile
CHANGED
metadata
CHANGED
|
@@ -1,41 +1,41 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: appcss
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.20
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Adam Kochanowicz
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-08-
|
|
11
|
+
date: 2014-08-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
|
-
- -
|
|
17
|
+
- - ~>
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
19
|
version: '1.6'
|
|
20
20
|
type: :development
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
|
-
- -
|
|
24
|
+
- - ~>
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
26
|
version: '1.6'
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: rake
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
30
30
|
requirements:
|
|
31
|
-
- -
|
|
31
|
+
- - ~>
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
33
|
version: '10.0'
|
|
34
34
|
type: :development
|
|
35
35
|
prerelease: false
|
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
37
|
requirements:
|
|
38
|
-
- -
|
|
38
|
+
- - ~>
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
40
|
version: '10.0'
|
|
41
41
|
description: Like bootstrap for robust backend applications.
|
|
@@ -45,7 +45,7 @@ executables: []
|
|
|
45
45
|
extensions: []
|
|
46
46
|
extra_rdoc_files: []
|
|
47
47
|
files:
|
|
48
|
-
-
|
|
48
|
+
- .gitignore
|
|
49
49
|
- Gemfile
|
|
50
50
|
- LICENSE.txt
|
|
51
51
|
- README.md
|
|
@@ -57,6 +57,12 @@ files:
|
|
|
57
57
|
- appcss-0.0.10.gem
|
|
58
58
|
- appcss-0.0.11.gem
|
|
59
59
|
- appcss-0.0.12.gem
|
|
60
|
+
- appcss-0.0.13.gem
|
|
61
|
+
- appcss-0.0.14.gem
|
|
62
|
+
- appcss-0.0.15.gem
|
|
63
|
+
- appcss-0.0.16.gem
|
|
64
|
+
- appcss-0.0.17.gem
|
|
65
|
+
- appcss-0.0.19.gem
|
|
60
66
|
- appcss-0.0.2.gem
|
|
61
67
|
- appcss-0.0.3.gem
|
|
62
68
|
- appcss-0.0.4.gem
|
|
@@ -79,12 +85,12 @@ require_paths:
|
|
|
79
85
|
- lib
|
|
80
86
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
81
87
|
requirements:
|
|
82
|
-
- -
|
|
88
|
+
- - '>='
|
|
83
89
|
- !ruby/object:Gem::Version
|
|
84
90
|
version: '0'
|
|
85
91
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
86
92
|
requirements:
|
|
87
|
-
- -
|
|
93
|
+
- - '>='
|
|
88
94
|
- !ruby/object:Gem::Version
|
|
89
95
|
version: '0'
|
|
90
96
|
requirements: []
|