Host-customized fork of https://github.com/tecnovert/basicswap/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
269 B

2 years ago
.padded_row td
{
padding-top:1.5em;
}
.bold
{
font-weight:bold;
}
.monospace
{
font-family:monospace;
}
.floatright
{
position: fixed;
top: 2em;
right: 2em;
2 years ago
margin: 0;
z-index: 50;
}
.error
{
border: 1px solid red;
}
.error_msg
{
color:red;
}