showoff 0.11.0 → 0.11.1

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: b168170069c1f28da7c3fe26bff21344cf8ad6bd
4
- data.tar.gz: b42c67ff2736fbeda95819f6c3d61b4a1ea2980b
3
+ metadata.gz: ac4d10243240a5e150fe2ebde9d6bc2f0fae1587
4
+ data.tar.gz: d013f22c1e15414a131e4abc0b26c85b5bfa697a
5
5
  SHA512:
6
- metadata.gz: 7056bb877d7f2066f713d31e6e32c58bb6661c52c650f89aa45dc415ef5e96dbf4ff9273746b8373c8c552e9e5290229c60c6fbcefb500da5bd7c13a662b9ba2
7
- data.tar.gz: ae64ba89fa60b8a14f64f2cc5392fedf0e26dfc60aa2eaea74c4496d5a52f63fa4f43d5f06a83d42bd43a4abe79ecdf35ad2daaa025f372b2ab5ea0b95628746
6
+ metadata.gz: 3e2368973556c934f7055fad625732b13f37f360464ff487042b363c706642c6639c764756d97449f08cc4c9277fa58f12752c108cd96c0b5902b586fe12b4ee
7
+ data.tar.gz: 8785c12d9f0759b65e47a57b78e5fae82958b0fe1799d142c0b5f4e20f60dcc47071095493e91df1f27fcfe6a0c3b69f791b96e50604ac0d20abbaad4103c60e
@@ -1,3 +1,3 @@
1
1
  # No namespace here since ShowOff is a class and I'd have to inherit from
2
2
  # Sinatra::Application (which we don't want to load here)
3
- SHOWOFF_VERSION = '0.11.0'
3
+ SHOWOFF_VERSION = '0.11.1'
@@ -468,22 +468,8 @@ img#disconnected {
468
468
  width: 85%;
469
469
  }
470
470
 
471
- #feedbackSidebar #disclaimer {
472
- position: absolute;
473
- bottom: 25px;
474
- width: 100%;
475
- text-align: center;
476
- }
477
-
478
- #feedbackSidebar div.row.tools {
479
- position: absolute;
480
- bottom: 30px;
481
- width: 100%;
482
- text-align: center;
483
- }
484
-
485
471
  #feedbackSidebar div.row > button {
486
- width: 90%%;
472
+ width: 90%;
487
473
  margin: auto 5%;
488
474
  }
489
475
 
@@ -38,16 +38,16 @@
38
38
  <textarea id="feedback" placeholder="Why...?"></textarea>
39
39
  <button id="sendFeedback">Send Feedback</button>
40
40
  </div>
41
-
42
- <div class="row tools">
41
+ <br>
42
+ <div class="row">
43
43
  <button id="fileDownloads" onclick="window.open('/download');">File Downloads</button>
44
44
  <% if @edit then %>
45
45
  <button id="editSlide">Edit Current Slide</button>
46
46
  <% end %>
47
- <hr />
48
47
  </div>
49
-
50
- <div id="disclaimer">
48
+ <hr />
49
+
50
+ <div class="row">
51
51
  <p>Press <code>?</code> for help.</p>
52
52
  <p>All features are anonymous</p>
53
53
  </div>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: showoff
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.0
4
+ version: 0.11.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Scott Chacon
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-11-23 00:00:00.000000000 Z
11
+ date: 2015-11-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sinatra