- removed some redundant CSS
- also made both :hover color the same
- td's text alignment is now left
width: 100%;
border: 2px solid #f0f0f0;
border-spacing: 0px;
+ border-radius: 5px;
}
th {
table td {
padding: 4px;
+ text-align: left;
}
.block_level {
margin: auto;
margin-top: 10px;
}
- .block_level table td:nth-of-type(1), .block_level table td:nth-of-type(2),
- .block_level table td:nth-of-type(4), .block_level table td:nth-of-type(5) {
- white-space: nowrap;
- }
.block {
padding: 5px;
margin: 5px;
color: #f00000;
}
+ input:hover {
+ border-color: #f00000;
+ }
input[type="text"], input[type="submit"] {
padding: 5px;
border-radius: 5px;
font-size: 16px;
}
- input[type="text"]:hover {
- border-color: #f00000;
- }
input[type="submit"] {
cursor: pointer;
}
- input[type="submit"]:hover {
- border-color: #f08;
- }
span[title] {
text-decoration: underline dotted;