aboutsummaryrefslogtreecommitdiff
path: root/default.css
diff options
context:
space:
mode:
authorBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2019-01-07 18:44:03 +0100
committerBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2019-01-07 18:44:03 +0100
commiteabdbd545ed474ebcf63c3e839f2e50e40ddb379 (patch)
tree196694c2ca3482ac0381a0bd0e9462fe9168e9a3 /default.css
parent571d02b554a615397adc7f66b1a2e1fd8202c58d (diff)
remove useless space
Diffstat (limited to 'default.css')
-rw-r--r--default.css34
1 files changed, 17 insertions, 17 deletions
diff --git a/default.css b/default.css
index 5c3abb1..3199fe4 100644
--- a/default.css
+++ b/default.css
@@ -27,7 +27,7 @@ a, a:visited {
color:#36c;
text-decoration:none;
}
-
+
a:hover, a:active {
color:#36c;
text-decoration:underline;
@@ -66,12 +66,12 @@ td.name {
}
input.delete, input.toggle{
- border: none;
+ border: none;
cursor: pointer;
}
input.navigation, input.disabled, input.chosen, input.notchosen {
- border-width: 1px;
+ border-width: 1px;
border-style: solid;
border-color: black;
padding: 0px;
@@ -100,8 +100,8 @@ input.disabled {
color:#AAA
}
-table {
- border: none;
+table {
+ border: none;
}
table.calendarday {
@@ -109,7 +109,7 @@ table.calendarday {
}
div#AddRemoveColumndaysDescription{
- max-width: 15em;
+ max-width: 15em;
}
table.calendarday th, table.calendarday td{
@@ -193,14 +193,14 @@ tr.participantrow:hover {
background: #EEE;
}
-tr.participantrow{
+tr.participantrow{
background-color:#fff;
}
-
-tr#summary {
+
+tr#summary {
background-color:#eee;
}
-td.sum, tr#summary {
+td.sum, tr#summary {
margin-top:5ex;
}
td.sum{ color: #FFF}
@@ -216,12 +216,12 @@ td.match_20{ background-color: #888888; }
td.match_10{ background-color: #999999; }
td.match_0{ background-color: #AAAAAA; }
-
+
td.polls {
text-align:left;
}
-th {
+th {
font-weight: normal;
padding-left: 3px;
padding-right: 3px;
@@ -229,7 +229,7 @@ th {
border:none;
}
-td.date {
+td.date {
color:#ccc;
text-align: left;
}
@@ -240,7 +240,7 @@ html {
}
#main{
margin-left: auto;
- margin-right:auto;
+ margin-right:auto;
}
#content {
background: #fff;
@@ -310,17 +310,17 @@ div#tabs a{
}
li.active_tab{
- border-style: solid solid none;
+ border-style: solid solid none;
padding-bottom: 1px;
}
-li.nonactive_tab{
+li.nonactive_tab{
border-style: solid;
border-color:#CCC;
border-bottom:none;
}
-li.nonactive_tab a:hover {
+li.nonactive_tab a:hover {
background: #EEE;
}