aca24c3983
2006-01-07 Vincent Untz <vuntz@gnome.org> * foundation.gnome.org/vote/vote.css: * foundation.gnome.org/vote/votes.wml: * foundation.gnome.org/vote/include/step4-commit.php: display tokens in monospace so that there's no ambiguity
58 lines
907 B
CSS
58 lines
907 B
CSS
div.error {
|
|
font-style: italic;
|
|
font-weight: bold;
|
|
color: red;
|
|
}
|
|
|
|
div.votedata {
|
|
margin-left: 2em;
|
|
}
|
|
|
|
label {
|
|
font-weight: bold;
|
|
font-size: 0.85em;
|
|
}
|
|
|
|
input[type=text] {
|
|
border-color: #ccc;
|
|
border-style: solid;
|
|
border-width: 1px;
|
|
background-color: #eee;
|
|
margin: 0.1em 0 0.1em 0;
|
|
padding-left: 0.2em;
|
|
padding-right: 0.2em;
|
|
font-size : 1em;
|
|
}
|
|
|
|
table.detailedvotes {
|
|
margin-left:auto;
|
|
margin-right:auto;
|
|
border-collapse: collapse;
|
|
}
|
|
|
|
table.detailedvotes th, table.detailedvotes td {
|
|
border: 1px solid #333;
|
|
padding: 0.1em 0.5em 0.1em 0.5em;
|
|
vertical-align: top;
|
|
}
|
|
|
|
table.detailedvotes th {
|
|
text-align: center;
|
|
background-color: #222;
|
|
color: #fff;
|
|
font-weight: bold;
|
|
}
|
|
|
|
table.detailedvotes tr.colorA {
|
|
background-color: #eee;
|
|
color: #000;
|
|
}
|
|
|
|
table.detailedvotes tr.colorB {
|
|
background-color: #888;
|
|
color: #fff;
|
|
}
|
|
|
|
span.token {
|
|
font-family: monospace;
|
|
}
|