Skip to content

Commit

Permalink
XML Import: HTML/CSS fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dregad committed Nov 7, 2014
1 parent 2d82b24 commit b8b307d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions css/default.css
Expand Up @@ -628,6 +628,7 @@ div.form-container .checkbox,
div.form-container .select,
div.form-container .textarea,
div.form-container .input,
div.form-container .file,
.display-value {
position: relative;
float: left;
Expand All @@ -639,6 +640,7 @@ div.form-container .checkbox input,
div.form-container .select select,
div.form-container .textarea textarea,
div.form-container .input input,
div.form-container .file input,
.display-value span {
max-width: 98%;
}
Expand Down
6 changes: 3 additions & 3 deletions plugins/XmlImportExport/pages/import.php
Expand Up @@ -72,10 +72,10 @@
<span class="label-style"></span>
</div>

<div class="field-container">
<h2>
<?php echo plugin_lang_get( 'import_options' ); ?>
</div>
</h2>

<div class="field-container">
<label><span><?php echo plugin_lang_get( 'cross_references' );?></span></label>
<span class="select">
Expand Down

0 comments on commit b8b307d

Please sign in to comment.