stylesheet improvements

pull/61/head
Christophe Vandeplas 2012-01-05 11:46:59 +01:00
parent 00c4405cc6
commit c68c732bf4
2 changed files with 9 additions and 9 deletions

View File

@ -18,10 +18,10 @@
}
?>
<tr<?php echo $class;?> onclick="document.location ='<?php echo $this->Html->url(array('action' => 'view', $event['Event']['id']), true) ;?>';">
<td><?php echo $event['Event']['id']; ?>&nbsp;</td>
<td><?php echo Sanitize::html($event['Event']['org']); ?>&nbsp;</td>
<td><?php echo $event['Event']['date']; ?>&nbsp;</td>
<td><?php echo $event['Event']['risk']; ?>&nbsp;</td>
<td style="white-space: nowrap"><?php echo $event['Event']['id']; ?>&nbsp;</td>
<td style="white-space: nowrap"><?php echo Sanitize::html($event['Event']['org']); ?>&nbsp;</td>
<td style="white-space: nowrap"><?php echo $event['Event']['date']; ?>&nbsp;</td>
<td style="white-space: nowrap"><?php echo $event['Event']['risk']; ?>&nbsp;</td>
<td><?php echo nl2br(Sanitize::html($event['Event']['info'])); ?>&nbsp;</td>
<td class="actions" style="text-align:right;">
<?php

View File

@ -26,7 +26,7 @@ body {
background: #003d4c;
color: #fff;
font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
font-size:90%;
font-size:12px;
margin: 0;
}
a {
@ -297,26 +297,26 @@ form div.submit {
}
label {
display: block;
font-size: 110%;
font-size: 120%;
margin-bottom:3px;
}
input, textarea {
clear: both;
font-size: 140%;
font-size: 110%;
font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
padding: 1%;
width:98%;
}
select {
clear: both;
font-size: 120%;
font-size: 110%;
vertical-align: text-bottom;
}
select[multiple=multiple] {
width: 100%;
}
option {
font-size: 120%;
font-size: 110%;
padding: 0 3px;
}
input[type=checkbox] {