commit fd7f0eb00d4d93b5f4f893db209ff4392b32182f parent cccf32530fa477330083609a16a90ed6b326f38a Author: MTRNord <mtrnord1@gmail.com> Date: Sun, 21 Dec 2014 09:38:37 +0100 some css Diffstat:
| M | themes/jumbotron/admin.php | | | 2 | +- |
| M | themes/jumbotron/update.php | | | 2 | +- |
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/themes/jumbotron/admin.php b/themes/jumbotron/admin.php @@ -180,7 +180,7 @@ foreach($langs as $prio => $lang) { <div class="hide_" id="update"> <h2>Updates</h2> <form action="update.php"> - <button type="submit" value="update" name="update">Update</button> + <button type="submit" value="update" name="update" class="btn btn-danger">Update</button> </form> </div> diff --git a/themes/jumbotron/update.php b/themes/jumbotron/update.php @@ -81,7 +81,7 @@ else { </head> <body> <form action="admin.php"> - <button type="submit" value="Zurück">Zurück</button> + <button type="submit" value="Zurück" class="btn btn-danger">Zurück</button> </form> </body> </html>