diff --git a/index.html b/index.html index 4bcfeb2..24677fc 100644 --- a/index.html +++ b/index.html @@ -11,6 +11,7 @@ font-weight: bold; font-family: sans-serif; font-size: 0.95em; + color: #777; } body { @@ -36,6 +37,7 @@ body { } button { + vertical-align: top; display: inline-block; margin: 5px; width: 30px; @@ -46,6 +48,20 @@ button { background-size: 100% !important; } +.info-icon { + width: 30px; + height: 30px; + background-size: 100% !important; + display: inline-block; +} + +.info-description { + vertical-align: middle; + margin-left: 5px; + display: inline-block; + height: 30px; +} + /* Mobile overrides */ @media(max-width:600px) { /* Move file tools to the bottom. */ @@ -79,7 +95,6 @@ button { } #draw-tools > button, #file-tools > button { - background: transparent; border-width: 0px; } @@ -87,10 +102,6 @@ button { /* TODO: Offset background images. */ } -#file-tools > button { - background: #D8D8D8; -} - .dialog > button { margin-top: 6px; display: inline-block; @@ -103,7 +114,8 @@ button { } -#drive-textarea { +#drive-filename { + display: inline-block; } textarea { @@ -118,34 +130,42 @@ textarea { white-space: pre; } +.box-image { background-image: url('images/box-tool.png'); } +.line-image { background-image: url('images/line-tool.png'); } +.freeform-image { background-image: url('images/freeform-tool.png'); } +.erase-image { background-image: url('images/erase-tool.png'); } +.move-image { background-image: url('images/move-tool.png'); } +.text-image { background-image: url('images/text-tool.png'); } +.info-image { background-image: url('images/info-button.png'); } +
- - - - - -
-
+
Untitled ASCII Diagram
- +
@@ -154,15 +174,16 @@ textarea {
-
Draw boxes. You can resize them later with the Resize tool.
-
Draw lines. Connect it to another line to change the orientation.
-
Press a character on the keyboard, then drag to draw it.
-
Drag out an area to erase.
-
Resize boxes and lines, just drag a line to change it.
-
Press where to start writing, and type the text you want.
+
Draw boxes. You can resize them later with the Resize tool.

+
Draw lines. Connect it to another line to change the orientation.

+
Press a character on the keyboard, then drag to draw it.

+
Drag out an area to erase.

+
Resize boxes and lines, just drag a line to change it.

+
Press where to start writing, and type the text you want.

+