diff options
author | Thomas Park <thomas@thomaspark.me> | 2013-07-29 18:58:58 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2013-07-29 18:58:58 -0400 |
commit | 721a5f1eedb24017b7a247e95eb408b932d8d7b4 (patch) | |
tree | b58492f003ac758faab0fde602cef30381b01128 /swatchmaker/test | |
parent | d1e895651b894b4e51883d1059c4d7fb2ba4be07 (diff) |
add dropdown label/input, alert link, and alert-warning to test page
Diffstat (limited to 'swatchmaker/test')
-rwxr-xr-x | swatchmaker/test/test-full.html | 10 | ||||
-rwxr-xr-x | swatchmaker/test/test.html | 2 |
2 files changed, 9 insertions, 3 deletions
diff --git a/swatchmaker/test/test-full.html b/swatchmaker/test/test-full.html index 9d1cdd2d..e3b5b045 100755 --- a/swatchmaker/test/test-full.html +++ b/swatchmaker/test/test-full.html @@ -70,7 +70,7 @@ <li class="divider"></li> <li><a href="test.html">Cerulean</a></li> <li><a href="test.html">Cyborg</a></li> - <li><a href=".test.html">Journal</a></li> + <li><a href="test.html"><label>Label</label> <input type="text" placeholder="Input"></a></li> <li><a href="test.html">Simplex</a></li> <li><a href="test.html">Spacelab</a></li> <li><a href="test.html">United</a></li> @@ -503,6 +503,12 @@ <td>03/04/2012</td> <td>Pending</td> </tr> + <tr class="warning"> + <td>3</td> + <td>TB - Monthly</td> + <td>03/04/2012</td> + <td>Pending</td> + </tr> </tbody> </table> </div> @@ -2177,7 +2183,7 @@ <div class="alert alert-error"> <button type="button" class="close" data-dismiss="alert">×</button> - <strong>Oh snap!</strong> Change a few things up and try submitting again. + <strong>Oh snap!</strong> Change a few things up and try <a href="#">submitting again</a>. </div> <div class="alert alert-success"> diff --git a/swatchmaker/test/test.html b/swatchmaker/test/test.html index eaeee29e..2f6fc08b 100755 --- a/swatchmaker/test/test.html +++ b/swatchmaker/test/test.html @@ -812,7 +812,7 @@ <div class="row"> <div class="span12"> - <div class="alert alert-block"> + <div class="alert alert-warning alert-block"> <a class="close">×</a> <h4 class="alert-heading">Alert block</h4> <p>Best check yo self, you're not looking too good. Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, vel scelerisque nisl consectetur et.</p> |