Made XML Formatter field smaller
This commit is contained in:
		@@ -330,8 +330,8 @@
 | 
				
			|||||||
    height: 300px;
 | 
					    height: 300px;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.textarea-800 {
 | 
					.textarea-700 {
 | 
				
			||||||
    height: 800px;
 | 
					    height: 700px;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.centered-content {
 | 
					.centered-content {
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -23,7 +23,7 @@
 | 
				
			|||||||
                <b><span id="formatinfo"></span></b><br>
 | 
					                <b><span id="formatinfo"></span></b><br>
 | 
				
			||||||
                <label for="xmlArea"><b>Insert your XML:</b></label>
 | 
					                <label for="xmlArea"><b>Insert your XML:</b></label>
 | 
				
			||||||
                <textarea id="xmlArea" name="xmlArea" rows="15"
 | 
					                <textarea id="xmlArea" name="xmlArea" rows="15"
 | 
				
			||||||
                    class="textarea-800 bordered-field vertically-resizeable max-width"
 | 
					                    class="textarea-700 bordered-field vertically-resizeable max-width"
 | 
				
			||||||
                    onblur="setDefaultContent(this, 'Insert XML here');"
 | 
					                    onblur="setDefaultContent(this, 'Insert XML here');"
 | 
				
			||||||
                    onfocus="clearDefaultContent(this, 'Insert XML here');"></textarea>
 | 
					                    onfocus="clearDefaultContent(this, 'Insert XML here');"></textarea>
 | 
				
			||||||
                <br><br>
 | 
					                <br><br>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user