Mailer project continued (heavy refactoring):
[mailer.git] / theme / org / css / general.css
index d3bf0e0d315958da62e46e11a0cee18122fb589d..9c72b416b73b4f11053035d3bbb3585f8aa74207 100644 (file)
@@ -40,6 +40,19 @@ A:hover {
        background-color: transparent;
 }
 
+form {
+       margin: 0px;
+       margin-left: 0px;
+       margin-right: 0px;
+       margin-top: 0px;
+       margin-bottom: 0px;
+       padding: 0px;
+       padding-left: 0px;
+       padding-right: 0px;
+       padding-top: 0px;
+       padding-bottom: 0px;
+}
+
 input, textarea, select, option {
        color: #2e51a9;
        background-color: #eeffee;