Skip to content

Commit

Permalink
Tweak sizing on share screen to better fit on Dell Streak tablets
Browse files Browse the repository at this point in the history
  • Loading branch information
birtles committed Mar 24, 2012
1 parent 00444fe commit 5d40208
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions editor/workshop/src/space-ui.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@
<div class="overlay-contents" id="noteSendingComplete">
送信しました!
</div>
<div class="overlay-contents" id="noteShare">
<div class="overlay-contents" id="noteShare"
style="padding-top: 1.2em; padding-bottom: 1em">
作品をシェアーしましょう!
<form id="email-form" action="javascript:EditorUI.sendEmail()">
<div class="field-row">
Expand All @@ -122,7 +123,7 @@
<!-- The content here is dynamically inserted -->
</div>
</form>
<button type="button" class="text" style="margin-top: 0.8em"
<button type="button" class="text" style="margin-top: 0.6em"
onclick="EditorUI.clearNoteAndReset()">OK</button>
</div>
<div class="overlay-contents error" id="noteNoAnimation">
Expand Down

0 comments on commit 5d40208

Please sign in to comment.