Browse Source

- Fix the About page template + Caps widget CSS

pull/16/head
Jaussoin Timothée 11 years ago
parent
commit
742f0ce4dc
  1. 22
      app/views/about.tpl
  2. 10
      app/widgets/Caps/caps.css
  3. 2
      app/widgets/Caps/caps.tpl

22
app/views/about.tpl

@ -1,14 +1,10 @@
<?php /* -*- mode: html -*- */
?>
<main>
<section>
<div>
<?php $this->widget('Tabs');?>
<div id="main">
<div id="left">
</div>
<?php $this->widget('Tabs');?>
<div id="center">
<?php $this->widget('About');?>
<?php $this->widget('Caps');?>
</div>
</div>
<?php $this->widget('About');?>
<?php $this->widget('Caps');?>
</div>
</section>
</main>

10
app/widgets/Caps/caps.css

@ -3,6 +3,8 @@
display: block;
overflow: auto;
font-size: 2rem;
}
#caps_widget table tr:not(:first-child):hover{
@ -50,6 +52,10 @@
color: white;
}
body {
padding-right: 0;
#caps_widget table td {
padding: 0 0.5rem;
}
main > section > div > * {
max-width: calc(100% - 4rem);
}

2
app/widgets/Caps/caps.tpl

@ -1,5 +1,5 @@
<div id="caps_widget" class="tabelem paddedtop" title="Capabilities">
<h1><i class="fa fa-check-square"></i> Capabilities</h1>
<h1>Capabilities</h1>
<h2>Legend</h2>
<table>

Loading…
Cancel
Save