Change buttons to Google style

This commit is contained in:
Karsten Heiken
2011-07-31 15:57:08 +02:00
parent fbf9e3fb4f
commit d89c2b087c
3 changed files with 6 additions and 4 deletions

View File

@@ -8,7 +8,6 @@
<div class="box">
<h3>Versuche</h3>
<p><a href="<?=site_url('trials/create/'.$project['id'])?>">Neuen Versuch erstellen</a>
<table>
<thead>
<tr>
@@ -42,6 +41,8 @@
?>
</tbody>
</table>
<p><a class="button add" href="<?=site_url('trials/create/'.$project['id'])?>">Neuen Versuch erstellen</a>
</div>
<div class="title">

View File

@@ -9,7 +9,7 @@
<div class="box">
<form method="post" action="<?=site_url('projects/create')?>">
<form method="post" name="createproject" action="<?=site_url('projects/create')?>">
<h3>Erforderliche Angaben zum Projekt</h3>
<?php echo validation_errors(); ?>
<ul>
@@ -50,7 +50,7 @@
</div>
</li>
<li>
<input type="submit" tabindex="5" value="Projekt anlegen" class="button" />
<a href="#" onclick="document.forms.createproject.submit()" class="button">Speichern</a>
</li>
</ul>
</form>