You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
286 B
Plaintext
19 lines
286 B
Plaintext
8 years ago
|
/*** Common UI elements ***/
|
||
|
|
||
|
#taskmenu a {
|
||
|
text-decoration: none;
|
||
|
padding: 0.4em 0;
|
||
|
}
|
||
|
|
||
|
#taskmenu a.button,
|
||
|
#taskmenu a.button:before {
|
||
|
display: block;
|
||
|
width: 60px;
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
#taskmenu a.button:before {
|
||
|
font-size: 1.5em;
|
||
|
margin-bottom: 0.1em;
|
||
|
}
|