some app styling

This commit is contained in:
Jan-Christoph Borchardt 2011-08-10 16:46:54 +02:00
parent 338e350e0f
commit 8ff736b571
2 changed files with 3 additions and 4 deletions

View File

@ -9,9 +9,8 @@
<?php endforeach;?>
</ul>
<div id="rightcontent">
<h3><span class="name"><?php echo $l->t('Select an App');?></span><span class="version"></span></h3>
<h3><strong><span class="name"><?php echo $l->t('Select an App');?></span></strong><span class="version"></span></h3>
<p class="description"></p>
<p class="hidden"><?php echo $l->t('By: ');?><span class="author"></span></p>
<p class="hidden"><?php echo $l->t('Licence: ');?><span class="licence"></span></p>
<p class="hidden"><span class="licence"></span><?php echo $l->t('-licensed');?> <?php echo $l->t('by');?> <span class="author"></span></p>
<input class="enable hidden" type="submit"></input>
</div>

View File

@ -63,7 +63,7 @@ legend { padding:.2em; font-size:1.2em; }
.template{display:none;}
/* CONTENT ------------------------------------------------------------------ */
#controls { width:100%; top:3.5em; height:2.9em; margin:0; background:#f7f7f7; border-bottom:1px solid #eee; position:fixed; z-index:200; -moz-box-shadow:0 -3px 7px #000; -webkit-box-shadow:0 -3px 7px #000; box-shadow:0 -3px 7px #000; }
#controls { width:100%; top:3.5em; height:2.8em; margin:0; background:#f7f7f7; border-bottom:1px solid #eee; position:fixed; z-index:200; -moz-box-shadow:0 -3px 7px #000; -webkit-box-shadow:0 -3px 7px #000; box-shadow:0 -3px 7px #000; }
#content { margin:3.5em 0 0 12.5em; padding-bottom:10em; }
#leftcontent { position:absolute; top:6.5em; width:20em; background:#f8f8f8; height:100%; border-right:1px solid #ddd; }
#rightcontent { position:absolute; top:6.5em; left:33em; }