diff --git a/CHANGES.rst b/CHANGES.rst index 1dc346f1..9c7aecea 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -5,8 +5,12 @@ Changelog for Poi 2.2.5 (unreleased) ------------------ -- Fixed mail templates styles for new issue and new response [cekk] +- Fixed mail templates styles for new issue and new response + [cekk] +- Some style fixes; removed all inline styles left, translated to + CSS rules. + [keul] 2.2.4 (2013-07-02) ------------------ diff --git a/Products/Poi/browser/response.pt b/Products/Poi/browser/response.pt index dbd0f521..412a745b 100644 --- a/Products/Poi/browser/response.pt +++ b/Products/Poi/browser/response.pt @@ -154,9 +154,9 @@ upload unnecessarily large files. -
+
-
+
diff --git a/Products/Poi/skins/Poi/poi.css.dtml b/Products/Poi/skins/Poi/poi.css.dtml index baeb8636..4a3fe888 100644 --- a/Products/Poi/skins/Poi/poi.css.dtml +++ b/Products/Poi/skins/Poi/poi.css.dtml @@ -35,7 +35,7 @@ } #poi-watch-tracker-form { - display: inline; + display: inline; } /* Search table */ @@ -141,6 +141,17 @@ ul.issue-tags-tags a { } +#poi-watch-issue-form { + display: inline; +} + +.issue-info-box .unassigned { + text-align: center; +} + +.formControls .editIssue { + display: inline; +} /* Different response types */ @@ -178,6 +189,14 @@ ul.issue-tags-tags a { text-transform: lowercase; } +#poi-fieldname-attachment .responseAttachment { + padding-top: 1em; +} +#poi-fieldname-attachment .responseAttachment div { + padding-left: 1.5em; + padding-top: 0.5em; +} + /* Response actions box */ .response-actions { float: right; diff --git a/Products/Poi/skins/Poi/poi_issue_view.pt b/Products/Poi/skins/Poi/poi_issue_view.pt index 4a8a2de3..c18e0cee 100644 --- a/Products/Poi/skins/Poi/poi_issue_view.pt +++ b/Products/Poi/skins/Poi/poi_issue_view.pt @@ -123,8 +123,8 @@ tal:define="manager python:pas_member.info(responsibleManager)" tal:attributes="href string:${issueQueryString}&responsible=${responsibleManager};" tal:content="manager/name_or_id" /> -
+
@@ -169,7 +169,7 @@
-
@@ -200,7 +200,8 @@
-