aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dudle.css4
-rw-r--r--poll.rb2
-rw-r--r--print.css4
3 files changed, 7 insertions, 3 deletions
diff --git a/dudle.css b/dudle.css
index 99118b9..48fa688 100644
--- a/dudle.css
+++ b/dudle.css
@@ -21,6 +21,8 @@ td.name {
background-color:#A00;
}
+span.edituser a{ text-decoration: none }
+
input.deletebutton{
border-width: 0px;
border-style: solid;
@@ -50,6 +52,7 @@ input.navigation {
}
input.disabled { background-color:#DDD;color:#BBB}
+
td.calendarday{
border: 1px;
padding: 0px;
@@ -165,7 +168,6 @@ h1 {
text-align: center;
}
-
div.comment { margin-top: 1ex; }
div#config{
diff --git a/poll.rb b/poll.rb
index e4815c1..9704161 100644
--- a/poll.rb
+++ b/poll.rb
@@ -72,7 +72,7 @@ EDITDELETE
ret += "<tr class='participantrow'>\n"
ret += "<td class='name' #{edituser == participant ? "id='active'":""}>"
ret += participant
- ret += " <sup><a href=\"?edituser=#{CGI.escapeHTML(CGI.escape(participant))}\" style='text-decoration: none' >#{EDIT}</a></sup>"
+ ret += "<span class='edituser'> <sup><a href=\"?edituser=#{CGI.escapeHTML(CGI.escape(participant))}\">#{EDIT}</a></sup></span>"
ret += "</td>\n"
@head.sort.each{|columntitle,columndescription|
klasse = poll[columntitle]
diff --git a/print.css b/print.css
index 515b902..e872d9c 100644
--- a/print.css
+++ b/print.css
@@ -21,6 +21,8 @@ td.name {
background-color:#A00;
}
+span.edituser a{ text-decoration: none }
+
th.weekday{
width: 2.5em;
}
@@ -74,7 +76,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{
+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{
visibility: collapse;
}