Use class for box style so there can be multiple
authorJoey Schulze <joey@infodrom.org>
Sat, 27 Feb 2010 16:17:00 +0000 (17:17 +0100)
committerJoey Schulze <joey@infodrom.org>
Sat, 27 Feb 2010 16:17:00 +0000 (17:17 +0100)
lib/mask.php
stylesheet.css

index d8fda0d..3b9c3fa 100644 (file)
@@ -20,7 +20,7 @@ function build_form($name, $fields)
   $jscode[] = '});';
 
   $ret[] = '<div class="form">';
-  $ret[] = '<p id="form_title">Datensatz bearbeiten</p>';
+  $ret[] = '<p class="title">Datensatz bearbeiten</p>';
   $ret[] = '<form id="form_edit">';
 
   $ret[] = '<input type="hidden" id="edit_id" name="id" value="">';
index ba69a11..41c8817 100644 (file)
@@ -24,7 +24,7 @@ div.form {
     color: #555;
 }
 
-div.form p#form_title {
+div.form p.title {
     padding: 0;
     padding-left: 2px;
     padding-bottom: 3px;