adding styles to the import options checkboxes
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 30 Oct 2017 20:03:57 +0000 (16:03 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 30 Oct 2017 20:03:57 +0000 (16:03 -0400)
adding width to the checkbox labels in the import script so that they line up

views/admin/management/social.html

index 859071b..050f546 100644 (file)
                 <div style="width: 200px;padding-top: 20px;clear: both;">
                     <fieldset>
                         <legend style="font-weight: bold;padding-bottom:10px;">Social Media Columns:</legend>
-                        <label for="schema">Facebook</label>
+                        <label style="display: inline-block;width: 80px;" for="schema">Facebook</label>
                         <input value="facebook" type="checkbox" id="facebook" name="facebook" /><br>
                         
-                        <label for="schema">Instagram</label>
+                        <label style="display: inline-block;width: 80px;" for="schema">Instagram</label>
                         <input value="instagram" type="checkbox" id="instagram" name="instagram" /><br>
                         
-                        <label for="schema">Myspace</label>
+                        <label style="display: inline-block;width: 80px;" for="schema">Myspace</label>
                         <input value="myspace" type="checkbox" id="myspace" name="myspace" /><br>
                         
-                        <label for="schema">Blog</label>
+                        <label style="display: inline-block;width: 80px;" for="schema">Blog</label>
                         <input value="blog" type="checkbox" id="blog" name="blog" /><br>
                         
-                        <label for="schema">Twitter</label>
+                        <label style="display: inline-block;width: 80px;" for="schema">Twitter</label>
                         <input value="twitter" type="checkbox" id="twitter" name="twitter" /><br>
                         
-                        <label for="schema">LinkedIn</label>
+                        <label style="display: inline-block;width: 80px;" for="schema">LinkedIn</label>
                         <input value="linkedin" type="checkbox" id="linkedin" name="linkedin" /><br>
                         
-                        <label for="schema">Google +</label>
+                        <label style="display: inline-block;width: 80px;" for="schema">Google +</label>
                         <input value="google_plus" type="checkbox" id="googleplus" name="googleplus" /><br>
                         
-                        <label for="schema">Youtube</label>
+                        <label style="display: inline-block;width: 80px;" for="schema">Youtube</label>
                         <input value="youtube" type="checkbox" id="youtube" name="youtube" /><br>
                         
-                        <label for="schema">Pinterest</label>
+                        <label style="display: inline-block;width: 80px;" for="schema">Pinterest</label>
                         <input value="pinterest" type="checkbox" id="pinterest" name="pinterest" /><br>
                         
-                        <label for="schema">Digg</label>
+                        <label style="display: inline-block;width: 80px;" for="schema">Digg</label>
                         <input value="digg" type="checkbox" id="digg" name="digg" /><br>
                         
-                        <label for="schema">Flickr</label>
+                        <label style="display: inline-block;width: 80px;" for="schema">Flickr</label>
                         <input value="flickr" type="checkbox" id="flickr" name="flickr" /><br>
                         
-                        <label for="schema">Photobucket</label>
+                        <label style="display: inline-block;width: 80px;" for="schema">Photobucket</label>
                         <input value="photobucket" type="checkbox" id="photobucket" name="photobucket" /><br>
                         
                     </fieldset>