Browse Source

Remove z-index because it was needed only in the situation of bug #1229946

pull/16/head
Adrien Dorsaz 12 years ago
parent
commit
25d8896725
  1. 2
      themes/movim/media.tpl

2
themes/movim/media.tpl

@ -19,7 +19,7 @@
</div>
<div id="center">
<div title="<?php echo getFlagTitle("white"); ?>" style="z-index:1;" class="protect white"></div>
<div title="<?php echo getFlagTitle("white"); ?>" class="protect white"></div>
<?php $this->widget('Tabs');?>
<?php $this->widget('Media');?>
<?php $this->widget('MediaUpload');?>

Loading…
Cancel
Save