Skip to content

Commit

Permalink
hidden button nav
Browse files Browse the repository at this point in the history
  • Loading branch information
schacon committed Jan 28, 2011
1 parent 32008b0 commit 6d1d7e8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/showoff.rb
Expand Up @@ -29,7 +29,7 @@


class ShowOff < Sinatra::Application class ShowOff < Sinatra::Application


Version = VERSION = '0.3.4' Version = VERSION = '0.4.0'


attr_reader :cached_image_size attr_reader :cached_image_size


Expand Down
1 change: 1 addition & 0 deletions public/css/showoff.css
Expand Up @@ -162,6 +162,7 @@ pre { margin-left: 40px; font-size: 2.8em; }


.notes { display: none } .notes { display: none }
.hidden { position:absolute; top:0; left:-9999px; width:1px; height:1px; overflow:hidden; } .hidden { position:absolute; top:0; left:-9999px; width:1px; height:1px; overflow:hidden; }
.buttonNav { display: none }
.offscreen { position:absolute; top:0; left:-9999px; overflow:hidden; } .offscreen { position:absolute; top:0; left:-9999px; overflow:hidden; }
#debugInfo { margin-left: 30px; } #debugInfo { margin-left: 30px; }
#preshow { display: none; } #preshow { display: none; }
Expand Down
5 changes: 5 additions & 0 deletions views/index.erb
Expand Up @@ -61,6 +61,11 @@
</table> </table>
</div> </div>


<div class="buttonNav">
<input type="submit" onClick="prevStep();" value="prev"/>
<input type="submit" onClick="nextStep();" value="next"/>
</div>

<div id="preso">loading presentation...</div> <div id="preso">loading presentation...</div>
<div id="footer"> <div id="footer">
<span id="slideInfo"></span> <span id="slideInfo"></span>
Expand Down

0 comments on commit 6d1d7e8

Please sign in to comment.