minor markup fixes
This commit is contained in:
		
							parent
							
								
									3d3db61995
								
							
						
					
					
						commit
						c263b9cb24
					
				@ -177,5 +177,10 @@
 | 
				
			|||||||
              </div>
 | 
					              </div>
 | 
				
			||||||
            </div>
 | 
					            </div>
 | 
				
			||||||
          </fieldset>
 | 
					          </fieldset>
 | 
				
			||||||
        <div id="source-button" class="btn btn-primary btn-xs" style="display: none;">< ></div></div>
 | 
					          <div id="source-button" class="btn btn-primary btn-xs" style="display: none;">< ></div>
 | 
				
			||||||
        </div>
 | 
					        </div>
 | 
				
			||||||
 | 
					      </div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    </div>
 | 
				
			||||||
 | 
					  </form>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
				
			|||||||
@ -19,7 +19,7 @@
 | 
				
			|||||||
              <div class="col-lg-9">
 | 
					              <div class="col-lg-9">
 | 
				
			||||||
                <input 
 | 
					                <input 
 | 
				
			||||||
                  ng-model="Site.site.title"
 | 
					                  ng-model="Site.site.title"
 | 
				
			||||||
                  required
 | 
					                  required="required"
 | 
				
			||||||
                  type="text" class="form-control" id="inputBlogTitle" placeholder="My Awesome Blog">
 | 
					                  type="text" class="form-control" id="inputBlogTitle" placeholder="My Awesome Blog">
 | 
				
			||||||
              </div>
 | 
					              </div>
 | 
				
			||||||
            </div>
 | 
					            </div>
 | 
				
			||||||
@ -42,7 +42,7 @@
 | 
				
			|||||||
                  <div class="col-lg-9">
 | 
					                  <div class="col-lg-9">
 | 
				
			||||||
                    <textarea
 | 
					                    <textarea
 | 
				
			||||||
                      ng-model="Site.site.description"
 | 
					                      ng-model="Site.site.description"
 | 
				
			||||||
                      required
 | 
					                      required="required"
 | 
				
			||||||
                      class="form-control" id="inputSiteDesc" placeholder="i.e. For tips and tricks for try-hard ethical master cleanses, 3 wolf moons on Tumblr, disruptive lo-fi, preserving narwhals and eating kale chips, etc. YOLO."></textarea>
 | 
					                      class="form-control" id="inputSiteDesc" placeholder="i.e. For tips and tricks for try-hard ethical master cleanses, 3 wolf moons on Tumblr, disruptive lo-fi, preserving narwhals and eating kale chips, etc. YOLO."></textarea>
 | 
				
			||||||
                  </div>
 | 
					                  </div>
 | 
				
			||||||
                </div>
 | 
					                </div>
 | 
				
			||||||
@ -72,7 +72,7 @@
 | 
				
			|||||||
              <label for="inputProdHost" class="col-lg-3 control-label">Base URL</label>
 | 
					              <label for="inputProdHost" class="col-lg-3 control-label">Base URL</label>
 | 
				
			||||||
              <div class="col-lg-9">
 | 
					              <div class="col-lg-9">
 | 
				
			||||||
                <input ng-model="Site.site.base_url"
 | 
					                <input ng-model="Site.site.base_url"
 | 
				
			||||||
                  required
 | 
					                  required="required"
 | 
				
			||||||
                  placeholder="i.e. https://example.com in https://example.com/myblog"
 | 
					                  placeholder="i.e. https://example.com in https://example.com/myblog"
 | 
				
			||||||
                  type="url"
 | 
					                  type="url"
 | 
				
			||||||
                  class="form-control"
 | 
					                  class="form-control"
 | 
				
			||||||
@ -85,7 +85,7 @@
 | 
				
			|||||||
              <label for="inputProdBase" class="col-lg-3 control-label">Base Path</label>
 | 
					              <label for="inputProdBase" class="col-lg-3 control-label">Base Path</label>
 | 
				
			||||||
              <div class="col-lg-9">
 | 
					              <div class="col-lg-9">
 | 
				
			||||||
                <input ng-model="Site.site.base_path"
 | 
					                <input ng-model="Site.site.base_path"
 | 
				
			||||||
                  required
 | 
					                  required="required"
 | 
				
			||||||
                  placeholder="i.e. / for blog.test.com or /blog for test.com/blog"
 | 
					                  placeholder="i.e. / for blog.test.com or /blog for test.com/blog"
 | 
				
			||||||
                  type="text"
 | 
					                  type="text"
 | 
				
			||||||
                  class="form-control"
 | 
					                  class="form-control"
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user