float the scale control right, add css for other skins

This commit is contained in:
Isaac Connor 2016-10-26 14:43:23 -04:00
parent c74cc54ac0
commit 42783b68f9
4 changed files with 8 additions and 14 deletions

View File

@ -1,3 +1,6 @@
#scaleControl {
float: right;
}
#controls {
width: 80%;
text-align: center;

View File

@ -1,3 +1,6 @@
#scaleControl {
float: right;
}
#controls {
width: 80%;
text-align: center;

View File

@ -1,17 +1,5 @@
#header h2 {
float: left;
margin-right: 10px;
}
#header:after {
content: ".";
display: block;
height: 0;
font-size: 0;
clear: both;
visibility: hidden;
}
#scaleControl {
float: left;
float: right;
}
#controls {

View File

@ -80,8 +80,8 @@ xhtmlHeaders(__FILE__, translate('Frame')." - ".$Event->Id()." - ".$Frame->Frame
<?php if ( canEdit( 'Events' ) ) { ?><a href="?view=none&amp;action=delete&amp;markEid=<?php echo $Event->Id() ?>"><?php echo translate('Delete') ?></a><?php } ?>
<a href="#" onclick="closeWindow(); return( false );"><?php echo translate('Close') ?></a>
</div>
<h2><?php echo translate('Frame') ?> <?php echo $Event->Id()."-".$Frame->FrameId()." (".$Frame->Score().")" ?></h2>
<div id="scaleControl"><label for="scale"><?php echo translate('Scale') ?></label><?php echo buildSelect( "scale", $scales, "changeScale();" ); ?></div>
<h2><?php echo translate('Frame') ?> <?php echo $Event->Id()."-".$Frame->FrameId()." (".$Frame->Score().")" ?></h2>
<input type="hidden" name="base_width" id="base_width" value="<?php echo $Event->Width(); ?>"/>
<input type="hidden" name="base_height" id="base_height" value="<?php echo $Event->Height(); ?>"/>
</form>