Use button styles from global CSS file
authorJoey Schulze <joey@infodrom.org>
Mon, 15 Sep 2008 17:36:07 +0000 (17:36 +0000)
committerJoey Schulze <joey@infodrom.org>
Mon, 15 Sep 2008 17:36:07 +0000 (17:36 +0000)
src/InfoCon/account/edit.wml
src/InfoCon/account/query.wml
src/InfoCon/buch/index.wml

index 2ad69d6..140c71a 100644 (file)
@@ -69,15 +69,6 @@ textarea {
   border-width: 1px;
   margin-top: -1px;
 }
-input.submit {
-  width: auto;
-  display: inline;
-  border: 1px solid #aaaaaa;
-}
-input.submit:hover {
-  border: 1px solid black;
-  background-color: #bfbfbf;
-}
 </style>
 
 <h3 class=bar><?=$row['name']?></h3>
@@ -137,11 +128,11 @@ input.submit:hover {
 
 <p><center>
 <? if (isset ($_GET[oid])) { ?>
-<input class=submit type=submit value="Update" tabindex=8>
+<input class=button type=submit value="Update" tabindex=8>
 &nbsp;&nbsp;&nbsp;
-<input class=submit type=submit value="Delete" name=delete tabindex=9>
+<input class=button type=submit value="Delete" name=delete tabindex=9>
 <? } else { ?>
-<input class=submit type=submit value="Insert" tabindex=8>
+<input class=button type=submit value="Insert" tabindex=8>
 <? } ?>
 </center><p>
 </form>
index 2de89bc..982f9a1 100644 (file)
@@ -45,15 +45,6 @@ input.checkbox {
   width: auto;
   vertical-align: middle;
 }
-input.submit {
-  width: auto;
-  display: inline;
-  border: 1px solid #aaaaaa;
-}
-input.submit:hover {
-  border: 1px solid #9b9b9b;
-  background-color: #bfbfbf;
-}
 </style>
 
 <blockquote>
@@ -147,9 +138,9 @@ input.submit:hover {
 <input class=checkbox type=checkbox name=output value=1 checked> Ausgaben
 </div>
 
-<p><center><input class=submit type=submit value="Query">
+<p><center><input class=button type=submit value="Query">
 &nbsp;&nbsp;&nbsp;&nbsp;
-<input class=submit type=reset value="Reset"></center><p>
+<input class=button type=reset value="Reset"></center><p>
 </form>
 </blockquote>
 
index 1b4fa39..677a784 100644 (file)
 <b>Zahlung</b>: <input type=checkbox name=input value=1 checked> Einnahmen <input type=checkbox name=output value=1 checked> Ausgaben<br>
 
 <p><center>
-<input type=submit name=submit value="List"> 
-<input type=submit name=submit value="Overview"> 
-<input type=submit name=submit value="Tally"> 
-<input type=reset value="Reset">
+<input class=button type=submit name=submit value="List"> 
+<input class=button type=submit name=submit value="Overview"> 
+<input class=button type=submit name=submit value="Tally"> 
+<input class=button type=reset value="Reset">
 </center></p>
 </form>
 
@@ -77,7 +77,7 @@
   }
 
   if ($form > 0) {
-    echo ("<p><input type=\"submit\" value=\"Bezahlen\"> <input type=\"reset\" value=\"Reset\"><p>");
+    echo ("<p><input type=\"submit\" class=\"button\" value=\"Bezahlen\"> <input type=\"reset\" class=\"button\" value=\"Reset\"><p>");
     echo ("</form>");
   }
 ?>