projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3bc8828
)
Zeitbaschätzung: <p>-Tags ohne Margin oben/unten rendern
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Wed, 15 May 2013 07:44:23 +0000
(09:44 +0200)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Tue, 1 Apr 2014 11:03:23 +0000
(13:03 +0200)
css/requirement_spec.css
patch
|
blob
|
history
diff --git
a/css/requirement_spec.css
b/css/requirement_spec.css
index
cefdf19
..
5afc008
100644
(file)
--- a/
css/requirement_spec.css
+++ b/
css/requirement_spec.css
@@
-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