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}