]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Added url pattern again!
authorharry <harmanmanchanda182@gmail.com>
Mon, 24 Apr 2017 16:25:39 +0000 (21:55 +0530)
committerharry <harmanmanchanda182@gmail.com>
Mon, 24 Apr 2017 16:25:39 +0000 (21:55 +0530)
- Also fixed Responsiveness

docs/pages/abide.md

index 848792319da188df8cfda3d6a55b2a72a457ab1f..3326e19e6dfc7b1b88f56f004c068a2a8d7fbf19 100644 (file)
@@ -47,12 +47,18 @@ These input types create a text field: `text`, `date`, `datetime`, `datetime-loc
     </div>
   </div>
   <div class="row">
-    <div class="medium-6 columns">
+    <div class="large-6 columns">
+      <label>URL Pattern, not required, but throws error if it doesn't match the Regular Expression for a valid URL.
+      <input type="text" placeholder="http://foundation.zurb.com" pattern="url">
+    </div>
+    <div class="large-6 columns">
       <label>Website Pattern, not required, but throws error if it doesn't match the Regular Expression for a valid URL or a Domain.
         <input type="text" placeholder="http://zurb.com or zurb.com" pattern="website">
       </label>
     </div>
-    <div class="medium-6 columns">
+  </div>
+  <div class="row">
+    <div class="large-6 columns">
       <label>European Cars, Choose One, it can't be the blank option.
         <select id="select" required>
           <option value=""></option>
@@ -63,14 +69,14 @@ These input types create a text field: `text`, `date`, `datetime`, `datetime-loc
         </select>
       </label>
     </div>
-  </div>
-  <div class="row">
     <fieldset class="large-6 columns">
       <legend>Choose Your Favorite, and this is required, so you have to pick one.</legend>
       <input type="radio" name="pokemon" value="Red" id="pokemonRed"><label for="pokemonRed">Red</label>
       <input type="radio" name="pokemon" value="Blue" id="pokemonBlue" required><label for="pokemonBlue">Blue</label>
       <input type="radio" name="pokemon" value="Yellow" id="pokemonYellow"><label for="pokemonYellow">Yellow</label>
     </fieldset>
+  </div>
+  <div class="row">
     <fieldset class="large-6 columns">
       <legend>Choose Your Favorite - not required, you can leave this one blank.</legend>
       <input type="radio" name="pockets" value="Red" id="pocketsRed"><label for="pocketsRed">Red</label>