aboutsummaryrefslogtreecommitdiff
path: root/print.css
diff options
context:
space:
mode:
authorBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2009-12-09 22:49:01 +0100
committerBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2009-12-09 22:49:01 +0100
commit0e53012e5c656f2a54e8550a7a43e7908862a289 (patch)
treef9a0a3e92f32f012440f9e79eb6668ae6a11c6ea /print.css
parent4951881f53177c06ebecfd5aca8800fff631c9bf (diff)
hide sortsymbol in print.css
Diffstat (limited to 'print.css')
-rw-r--r--print.css38
1 files changed, 19 insertions, 19 deletions
diff --git a/print.css b/print.css
index 906cb2b..ce5ee43 100644
--- a/print.css
+++ b/print.css
@@ -1,21 +1,21 @@
-/****************************************************************************
- * Copyright 2009 Benjamin Kellermann *
- * *
- * This file is part of dudle. *
- * *
- * Dudle is free software: you can redistribute it and/or modify it under *
- * the terms of the GNU Affero General Public License as published by *
- * the Free Software Foundation, either version 3 of the License, or *
- * (at your option) any later version. *
- * *
- * Dudle is distributed in the hope that it will be useful, but WITHOUT ANY *
- * WARRANTY; without even the implied warranty of MERCHANTABILITY or *
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public *
- * License for more details. *
- * *
- * You should have received a copy of the GNU Affero General Public License *
- * along with dudle. If not, see <http://www.gnu.org/licenses/>. *
- ****************************************************************************/
+/***************************************************************************
+* Copyright 2009 Benjamin Kellermann *
+* *
+* This file is part of dudle. *
+* *
+* Dudle is free software: you can redistribute it and/or modify it under *
+* the terms of the GNU Affero General Public License as published by *
+* the Free Software Foundation, either version 3 of the License, or *
+* (at your option) any later version. *
+* *
+* Dudle is distributed in the hope that it will be useful, but WITHOUT ANY *
+* WARRANTY; without even the implied warranty of MERCHANTABILITY or *
+* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public *
+* License for more details. *
+* *
+* You should have received a copy of the GNU Affero General Public License *
+* along with dudle. If not, see <http://www.gnu.org/licenses/>. *
+***************************************************************************/
td.ayes, input.choosen { background-color:#0F0; }
@@ -88,7 +88,7 @@ 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 a{
+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;
}