36 lines
1.2 KiB
HTML
36 lines
1.2 KiB
HTML
|
<!doctype html>
|
||
|
<!--[if IE 9]><html class="lt-ie10" lang="en" > <![endif]-->
|
||
|
<html class="no-js" lang="en" dir="ltr">
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
|
||
|
<title>Foundation for Sites Testing</title>
|
||
|
<link href="../motion-ui/dist/motion-ui.css" rel="stylesheet" />
|
||
|
<link href="../assets/css/foundation-float.css" rel="stylesheet" />
|
||
|
</head>
|
||
|
<body>
|
||
|
|
||
|
<div class="row column">
|
||
|
<h3>FLOAT Control Group: input-group height & vertical alignment.</h3>
|
||
|
<p>Assure that all controls are flush at the top and bottom. Pay special
|
||
|
attention to the Submit button.</p>
|
||
|
</div>
|
||
|
<div class="medium-4 column">
|
||
|
<div class="input-group">
|
||
|
<span class="input-group-label">$</span>
|
||
|
<input class="input-group-field" type="number">
|
||
|
<div class="input-group-button">
|
||
|
<input type="submit" class="button" value="Submit">
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
<script src="../assets/js/vendor.js"></script>
|
||
|
<script src="../assets/js/foundation.js"></script>
|
||
|
<script>
|
||
|
$(document).foundation();
|
||
|
</script>
|
||
|
</body>
|
||
|
</html>
|