]> wagnertech.de Git - kivitendo-erp.git/commitdiff
Zeitbaschätzung: <p>-Tags ohne Margin oben/unten rendern
authorMoritz Bunkus <m.bunkus@linet-services.de>
Wed, 15 May 2013 07:44:23 +0000 (09:44 +0200)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Tue, 1 Apr 2014 11:03:23 +0000 (13:03 +0200)
css/requirement_spec.css

index cefdf198377c6f81acab666fcfe2c5e51ac3eca0..5afc0088ab9afbe89900f4e6f68be7d6ce5b416f 100644 (file)
@@ -157,3 +157,12 @@ table.rs_input_field input, table.rs_input_field select {
   border-left: 3px solid #cbb120;
   margin-left: 0;
 }
+
+/* ------------------------------------------------------------ */
+/* Time/cost estimation */
+/* ------------------------------------------------------------ */
+
+#time_cost_estimate p {
+  margin-top: 0;
+  margin-bottom: 0;
+}
\ No newline at end of file