appcss 0.0.5 → 0.0.6
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 +38 -38
- data/appcss-0.0.4.gem +0 -0
- data/appcss-0.0.5.gem +0 -0
- data/lib/appcss/version.rb +1 -1
- metadata +4 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 50cf423059c8845e37ae5fa7653ec01bf2402c0f
|
|
4
|
+
data.tar.gz: 18b15787d58b81e1b4c650dd0a2acba9835dc600
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4bfae2471c9dda349a02750642ceeb54cdcfe198918697667540f45d6ad74704d9fd23167ba8940766547e3d0091a6bef87eda504df37e2413a186bd198ab1fa
|
|
7
|
+
data.tar.gz: c69aa1a8ec05197001b29de2a14683cde656195fe6b4d654239fa48b06b154b107644734e487f5a9b962a7a0cf8b93cb00efd1dc82374ffbd65bea4bcdccf7df
|
|
@@ -433,7 +433,7 @@ html {
|
|
|
433
433
|
|
|
434
434
|
html, body {
|
|
435
435
|
height: 100%;
|
|
436
|
-
font-size:
|
|
436
|
+
font-size: 13px; }
|
|
437
437
|
|
|
438
438
|
.grid-row {
|
|
439
439
|
display: -moz-box;
|
|
@@ -454,11 +454,10 @@ html, body {
|
|
|
454
454
|
|
|
455
455
|
.acss-sidebar {
|
|
456
456
|
height: 100%;
|
|
457
|
-
background-color: rgba(255, 255, 255, 0.1);
|
|
458
457
|
width: 100%;
|
|
459
458
|
display: block;
|
|
460
459
|
margin-left: 0;
|
|
461
|
-
font-size:
|
|
460
|
+
font-size: 1rem;
|
|
462
461
|
z-index: 990; }
|
|
463
462
|
@media screen and (min-width: 768px) {
|
|
464
463
|
.acss-sidebar {
|
|
@@ -500,6 +499,8 @@ html, body {
|
|
|
500
499
|
margin: 0; }
|
|
501
500
|
.acss-sidebar ul li {
|
|
502
501
|
position: relative; }
|
|
502
|
+
.acss-sidebar ul li:last-child {
|
|
503
|
+
margin-bottom: 25px; }
|
|
503
504
|
.acss-sidebar ul li ul {
|
|
504
505
|
margin-left: 15px; }
|
|
505
506
|
.acss-sidebar ul li ul li a, .acss-sidebar ul li ul li input {
|
|
@@ -524,46 +525,45 @@ html, body {
|
|
|
524
525
|
background: white;
|
|
525
526
|
color: #333333;
|
|
526
527
|
outline: 0px; }
|
|
527
|
-
.acss-sidebar ul li .tools {
|
|
528
|
-
display: none;
|
|
529
|
-
position: absolute;
|
|
530
|
-
top: 0;
|
|
531
|
-
right: 0;
|
|
532
|
-
bottom: 0;
|
|
533
|
-
padding: 5px 15px; }
|
|
534
|
-
.acss-sidebar ul li .tools span {
|
|
535
|
-
cursor: pointer;
|
|
536
|
-
display: inline-block;
|
|
537
|
-
text-align: center;
|
|
538
|
-
width: 15px;
|
|
539
|
-
border-radius: 50%;
|
|
540
|
-
position: relative; }
|
|
541
|
-
.acss-sidebar ul li .tools span .tooltip {
|
|
542
|
-
display: none;
|
|
543
|
-
position: absolute;
|
|
544
|
-
top: 30px;
|
|
545
|
-
right: 0px;
|
|
546
|
-
background: rgba(255, 255, 255, 0.7);
|
|
547
|
-
padding: 5px;
|
|
548
|
-
color: #333333;
|
|
549
|
-
text-shadow: none;
|
|
550
|
-
border-radius: 3px;
|
|
551
|
-
z-index: 999; }
|
|
552
|
-
.acss-sidebar ul li .tools span:hover {
|
|
553
|
-
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.3), 1px -1px 1px rgba(0, 0, 0, 0.3), -1px -1px 1px rgba(0, 0, 0, 0.3); }
|
|
554
|
-
.acss-sidebar ul li .tools span:hover .tooltip {
|
|
555
|
-
display: block; }
|
|
556
528
|
.acss-sidebar ul li.edit a, .acss-sidebar ul li.edit .tools {
|
|
557
529
|
display: none; }
|
|
558
530
|
.acss-sidebar ul li.edit a + input {
|
|
559
531
|
display: block; }
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
532
|
+
.acss-sidebar .tools {
|
|
533
|
+
display: none;
|
|
534
|
+
position: absolute;
|
|
535
|
+
top: 0;
|
|
536
|
+
right: 0;
|
|
537
|
+
bottom: 0;
|
|
538
|
+
padding: 5px 15px; }
|
|
539
|
+
.acss-sidebar .tools span {
|
|
540
|
+
cursor: pointer;
|
|
541
|
+
display: inline-block;
|
|
542
|
+
text-align: center;
|
|
543
|
+
width: 15px;
|
|
544
|
+
border-radius: 50%;
|
|
545
|
+
position: relative; }
|
|
546
|
+
.acss-sidebar .tools span .tooltip {
|
|
547
|
+
display: none;
|
|
548
|
+
position: absolute;
|
|
549
|
+
top: 30px;
|
|
550
|
+
right: 0px;
|
|
551
|
+
background: rgba(255, 255, 255, 0.7);
|
|
552
|
+
padding: 5px;
|
|
553
|
+
color: #333333;
|
|
554
|
+
text-shadow: none;
|
|
555
|
+
border-radius: 3px;
|
|
556
|
+
z-index: 999; }
|
|
557
|
+
.acss-sidebar .tools span:hover {
|
|
558
|
+
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.3), 1px -1px 1px rgba(0, 0, 0, 0.3), -1px -1px 1px rgba(0, 0, 0, 0.3); }
|
|
559
|
+
.acss-sidebar .tools span:hover .tooltip {
|
|
560
|
+
display: block; }
|
|
561
|
+
.acss-sidebar ul li:hover .tools, .acss-sidebar h1:hover .tools {
|
|
562
|
+
display: block; }
|
|
563
|
+
.acss-sidebar ul li:hover.edit .tools, .acss-sidebar h1:hover.edit .tools {
|
|
564
|
+
display: none; }
|
|
564
565
|
.acss-sidebar h1 {
|
|
565
|
-
font-size:
|
|
566
|
-
background-color: rgba(0, 0, 0, 0.2);
|
|
566
|
+
font-size: 1rem;
|
|
567
567
|
margin: 0;
|
|
568
568
|
padding: 5px 15px; }
|
|
569
569
|
|
data/appcss-0.0.4.gem
ADDED
|
Binary file
|
data/appcss-0.0.5.gem
ADDED
|
Binary file
|
data/lib/appcss/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
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.6
|
|
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-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -55,6 +55,8 @@ files:
|
|
|
55
55
|
- appcss-0.0.1.gem
|
|
56
56
|
- appcss-0.0.2.gem
|
|
57
57
|
- appcss-0.0.3.gem
|
|
58
|
+
- appcss-0.0.4.gem
|
|
59
|
+
- appcss-0.0.5.gem
|
|
58
60
|
- appcss.gemspec
|
|
59
61
|
- lib/appcss.rb
|
|
60
62
|
- lib/appcss/version.rb
|