Moved new drawing button, updated drive link text

This commit is contained in:
Lewis Hemens 2014-03-26 20:56:48 +00:00
parent fcc1f84ef2
commit 2ced90c4a8
1 changed files with 3 additions and 2 deletions

View File

@ -564,12 +564,13 @@ textarea {
<div id="drive-dialog" class="dialog">
<div id="drive-filename">Untitled ASCII Diagram</div>
<div style="margin: 5px;">Edit file permissions in <a href="http://drive.google.com/" target="_blank">Google Drive</a>.</div>
<div style="margin: 5px;">Edit permissions and manage files in <a href="http://drive.google.com/" target="_blank">Google Drive</a>.</div>
<br>
<button id="drive-new-file-button">New Drawing</button>
<br>
<div id="drive-file-list">
<!-- filled with li's -->
</div>
<button id="drive-new-file-button">New Drawing</button>
<div class="dialog-button-bar">
<button class="close-dialog-button">Close</button>
</div>