aboutsummaryrefslogtreecommitdiff
path: root/print.css
diff options
context:
space:
mode:
authorHagen Wahrig <Unknown>2010-04-16 17:09:00 +0200
committerHagen Wahrig <Unknown>2010-04-16 17:09:00 +0200
commitf14c02d92e2ad17de1048485bca7a29737c88397 (patch)
tree847bea178732a691ff1c784f83c83681520feab7 /print.css
parentec2505056897184cebec396dbef064b2aa10605b (diff)
hide some elements
Diffstat (limited to 'print.css')
-rw-r--r--print.css7
1 files changed, 5 insertions, 2 deletions
diff --git a/print.css b/print.css
index 1701d8c..c387e6f 100644
--- a/print.css
+++ b/print.css
@@ -17,6 +17,9 @@
* along with dudle. If not, see <http://www.gnu.org/licenses/>. *
***************************************************************************/
+.invisible {
+ visibility: hidden;
+}
td.ayes, input.chosen { background-color:#0F0; }
td.cno { background-color:#F00; }
@@ -88,8 +91,8 @@ tr.participantrow:hover {
background: #AAA;
}
-div#add_comment,div#edit_column, div#history, div#backlink, input.delete_comment_button, tr#add_participant, div#configlink, div#tabs, p#history, span.edituser, span.sortsymb{
- visibility: collapse;
+div#add_comment,div#edit_column, div#history, div#backlink, input.delete_comment_button, tr#add_participant, div#configlink, div#tabs, p#history, span.edituser, span.sortsymb, div#languageChooser, input[type=submit]{
+ display: none;
}
th {