Fixed the <sup> tag in the "File name template" label so it doesn't push the next row to the right

This commit is contained in:
lorilee
2010-06-22 21:08:01 -04:00
parent 0a456e8681
commit 40b9e360ad
2 changed files with 9 additions and 1 deletions

View File

@@ -1202,6 +1202,10 @@ label.desc {
float: <?php echo $left; ?>;
}
label.desc sup {
position: absolute;
}
code.sql {
display: block;
padding: 0.3em;
@@ -1373,4 +1377,4 @@ input#input_import_file {
.formelementrow {
margin: 5px 0px 5px 0px;
}
}

View File

@@ -1153,6 +1153,10 @@ label.desc {
float: <?php echo $left; ?>;
}
label.desc sup {
position: absolute;
}
code.sql {
display: block;
padding: 0.3em;