diff --git a/htdocs/skin/css/design.css b/htdocs/skin/css/design.css index 333bcf2eb2601431c3b76034d67851d3b9f643ba..b1c754482e343cfdef2c92b51635f008f850aa81 100644 --- a/htdocs/skin/css/design.css +++ b/htdocs/skin/css/design.css @@ -67,7 +67,7 @@ padding: 10px; } -#feedbacktable th { +.feedbacktable th { font-size: 1.1667em; padding: 3px 0 0; border-bottom: 1px solid #CCCCCC; diff --git a/htdocs/theme/fresh/static/style/views.css b/htdocs/theme/fresh/static/style/views.css index add4fb7153639f4009d50c1ad82b33896631147c..a4be2f357c2945aee7e8a7b7f86560c19f468533 100644 --- a/htdocs/theme/fresh/static/style/views.css +++ b/htdocs/theme/fresh/static/style/views.css @@ -130,10 +130,10 @@ ul.artefactchooser-subtabs li.current a:active { background: #000000; } /* Feedback */ -#feedbacktable .commentrightwrap { +.feedbacktable .commentrightwrap { background-color: #10171A; } -#feedbacktable .private .commentrightwrap { +.feedbacktable .private .commentrightwrap { background: #400d0d; color: #FFFFFF; } diff --git a/htdocs/theme/primaryschool/static/style/views.css b/htdocs/theme/primaryschool/static/style/views.css index 5be2adba5bd1845862c6a2f0b38e40a29bcfbcaa..c0278920245d518c19162c9be4d3e80a601cb770 100644 --- a/htdocs/theme/primaryschool/static/style/views.css +++ b/htdocs/theme/primaryschool/static/style/views.css @@ -59,7 +59,7 @@ ul.colnav li a:active { border-radius: 0 0 5px 5px; } /* feedback */ -#feedbacktable .commentrightwrap { +.feedbacktable .commentrightwrap { background: #FFFFFF; } /* view menu */ diff --git a/htdocs/theme/raw/artefact/comment/blocktype/comment/templates/comment.tpl b/htdocs/theme/raw/artefact/comment/blocktype/comment/templates/comment.tpl index 17ed437711d9d9290854d36a879f1ce8c4d495a6..d7a44c47269458f0b7bc32e1dd38f7f6679dfead 100644 --- a/htdocs/theme/raw/artefact/comment/blocktype/comment/templates/comment.tpl +++ b/htdocs/theme/raw/artefact/comment/blocktype/comment/templates/comment.tpl @@ -1,6 +1,6 @@ {if $feedback}
- +
{$feedback->tablerows|safe} diff --git a/htdocs/theme/raw/export/html/static/style/style.css b/htdocs/theme/raw/export/html/static/style/style.css index 89447b40fa4f12f45684af916bfff5e12216c8d8..1879e5c4619cadd4dc5982b69dd15c5568f36718 100644 --- a/htdocs/theme/raw/export/html/static/style/style.css +++ b/htdocs/theme/raw/export/html/static/style/style.css @@ -30,11 +30,11 @@ a img { } .fl { float: left; - padding-right: 10px; + padding-right: 10px; } .fr { float: right; - padding-left: 10px; + padding-left: 10px; } .cl { clear: left; @@ -56,8 +56,8 @@ span.pagination { padding: 5px; } .date { - color: #888; - font-style: italic; + color: #888; + font-style: italic; } /* Headings */ @@ -79,14 +79,14 @@ h2, h3, h4, h5, h6 { /* Tables */ table { - border-spacing: 0; - border-collapse: collapse; + border-spacing: 0; + border-collapse: collapse; } th { - padding: 3px 0; - text-align: left; - vertical-align: top; - line-height: 1.8em; + padding: 3px 0; + text-align: left; + vertical-align: top; + line-height: 1.8em; } /* Main content */ @@ -178,19 +178,19 @@ th { /* views footer */ .viewfooter { - border: 1px solid #eee; + border: 1px solid #eee; } -#feedbacktable .fr { - margin-top: 3px; +.feedbacktable .fr { + margin-top: 3px; } -#feedbacktable th { +.feedbacktable th { color: #303030; } -#feedbacktable .details { - color: #d1d1d1; +.feedbacktable .details { + color: #d1d1d1; } -#feedbacktable .details span { - color: #9e9e9e; +.feedbacktable .details span { + color: #9e9e9e; } /* Footer */ diff --git a/htdocs/theme/raw/export/html/templates/view.tpl b/htdocs/theme/raw/export/html/templates/view.tpl index f30eac9a104d66be71714f9a73e46d0112e68ea1..5673917d8f2e55321546727bb792c1e28f9843c9 100644 --- a/htdocs/theme/raw/export/html/templates/view.tpl +++ b/htdocs/theme/raw/export/html/templates/view.tpl @@ -18,7 +18,7 @@ {if $feedback && $feedback->count}
-
+
{$feedback->tablerows|safe} diff --git a/htdocs/theme/raw/static/style/views.css b/htdocs/theme/raw/static/style/views.css index 2ebc67f201dfb863b9621bc8a21b0e456d162682..69791cdf31566a989c9bcef1c2decbf2a25f79d3 100755 --- a/htdocs/theme/raw/static/style/views.css +++ b/htdocs/theme/raw/static/style/views.css @@ -245,19 +245,19 @@ ul.artefactchooser-subtabs li.current a:active { margin-top: 5px; } /* feedback */ -#feedbacktable .commentrightwrap { +.feedbacktable .commentrightwrap { -webkit-border-radius: 0 5px 5px 5px; -moz-border-radius: 0 5px 5px 5px; border-radius: 0 5px 5px 5px; background-color: #F9F9F9; } -#feedbacktable .private .commentrightwrap { +.feedbacktable .private .commentrightwrap { background: #FFF9F9 url(../images/private_bkgd.png) repeat 0 0; } -#feedbacktable .attachmessage, -#feedbacktable .privatemessage, -#feedbacktable .requestmessage, -#feedbacktable .deleteddetails { +.feedbacktable .attachmessage, +.feedbacktable .privatemessage, +.feedbacktable .requestmessage, +.feedbacktable .deleteddetails { color: #666666; } /* view menu */ diff --git a/htdocs/theme/raw/templates/artefact/artefact.tpl b/htdocs/theme/raw/templates/artefact/artefact.tpl index 5e3e0dc5ddf4bf2ec7c0f809951f19693dcf4f9f..e000ff6ec58c59e9c8868cda456d7817104796c1 100644 --- a/htdocs/theme/raw/templates/artefact/artefact.tpl +++ b/htdocs/theme/raw/templates/artefact/artefact.tpl @@ -19,7 +19,7 @@
{if $feedback->count || $enablecomments}

{str tag="feedback" section="artefact.comment"}

-
+
{$feedback->tablerows|safe}
{$feedback->pagination|safe} diff --git a/htdocs/theme/raw/templates/skin/style.tpl b/htdocs/theme/raw/templates/skin/style.tpl index 4c4659628c49255862752d91a70902f4a51338e3..a8b56e9501007e1950e7539883bea535c862980f 100644 --- a/htdocs/theme/raw/templates/skin/style.tpl +++ b/htdocs/theme/raw/templates/skin/style.tpl @@ -185,8 +185,8 @@ ul.colnav li a:active { color: {$view_link_hover_color}; text-decoration: none; } -#feedbacktable .commentrightwrap, -#feedbacktable .private .commentrightwrap, +.feedbacktable .commentrightwrap, +.feedbacktable .private .commentrightwrap, #commentfiles, .submissionform { background: {$view_table_odd_row_color}; diff --git a/htdocs/theme/raw/templates/view/view.tpl b/htdocs/theme/raw/templates/view/view.tpl index 371e5dc05bbd60703f12c58116f661d3171f2396..e5afd1e976045f6d6ee96d454cbd5debd701ad3d 100644 --- a/htdocs/theme/raw/templates/view/view.tpl +++ b/htdocs/theme/raw/templates/view/view.tpl @@ -43,7 +43,7 @@ {if $feedback->position eq 'base'} {if $feedback->count || $enablecomments}

{str tag="feedback" section="artefact.comment"}

-
+
{$feedback->tablerows|safe}
{$feedback->pagination|safe} diff --git a/htdocs/theme/views.css b/htdocs/theme/views.css index c68e22f3ee9dc86ecbe61157bbf2dd4d4e8a59a7..490588303482708ea8ad590829da0c0a540d4bd5 100644 --- a/htdocs/theme/views.css +++ b/htdocs/theme/views.css @@ -101,55 +101,55 @@ ul.colnav li.selected span { padding: 8px 5px; } /* feedback */ -#feedbacktable .r0, -#feedbacktable .r1 { +.feedbacktable .r0, +.feedbacktable .r1 { background: none; margin: 0 0 15px 0; } -#feedbacktable .commentleft { +.feedbacktable .commentleft { float: left; width: 50px; padding: 0 5px 0 0; } -#feedbacktable .commentrightwrap { +.feedbacktable .commentrightwrap { margin-left: 50px; padding: 5px; } -#feedbacktable .commentrightwrap p span { +.feedbacktable .commentrightwrap p span { line-height: 1.333em; } -#feedbacktable .commentrightwrap .fr { +.feedbacktable .commentrightwrap .fr { white-space: nowrap; margin: 0 0 3px 3px; } -#feedbacktable .commentrightwrap .fr .makepublicbtn { +.feedbacktable .commentrightwrap .fr .makepublicbtn { display: inline-block; vertical-align: top; margin: 0 5px; } -#feedbacktable .commentrightwrap .fr .makepublicbtn input { +.feedbacktable .commentrightwrap .fr .makepublicbtn input { margin: 0 0 0 5px; } -#feedbacktable .commentrightwrap .author { +.feedbacktable .commentrightwrap .author { margin: 0 0 3px 0; } -#feedbacktable .commentrightwrap .commentrating { +.feedbacktable .commentrightwrap .commentrating { margin: 0 0 3px 0; } -#feedbacktable p { +.feedbacktable p { margin: 5px 0; } -#feedbacktable .attachmessage, -#feedbacktable .privatemessage, -#feedbacktable .requestmessage, -#feedbacktable .deleteddetails { +.feedbacktable .attachmessage, +.feedbacktable .privatemessage, +.feedbacktable .requestmessage, +.feedbacktable .deleteddetails { margin: 3px 0 0 0; } -#feedbacktable .undercomment { +.feedbacktable .undercomment { margin: 3px 0 0 55px; } -#feedbacktable form, -#feedbacktable form div { +.feedbacktable form, +.feedbacktable form div { display: inline; vertical-align: top; margin-left: 3px;
{str tag="feedback" section="artefact.comment"}