Project

General

Profile

« Previous | Next » 

Revision 8061

add space to modal header to preserve vertical format

View differences:

lib/style/common/templates/metacatui/entryForm.tmpl
13 13
		<div id="myModal" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true" data-remote="[% cgiPrefix %]/register-dataset.cgi?cfg=[%cfg%]&amp;stage=guide">
14 14
		  <div class="modal-header">
15 15
		    <button type="button" class="close" data-dismiss="modal" aria-hidden="true">x</button>
16
		    <h3 id="myModalLabel"></h3>
16
		    <h3 id="myModalLabel">&nbsp;</h3>
17 17
		  </div>
18 18
		  <div class="modal-body">
19 19
		  	<p>Loading...</p>

Also available in: Unified diff