mourningdove/htdocs/stc/circle-edit.css

34 lines
635 B
CSS
Raw Normal View History

2026-05-24 01:03:05 +00:00
.editfriends {
margin-bottom: 10px;
}
.editfriends tr:hover {
background-color: #d1ced2;
}
.editfriends tr.header:hover {
background-color: transparent;
}
.editfriends td, .editfriends th,
#addfriends td, #addfriends th {
padding: 5px;
text-align: center;
border: 1px solid #000;
}
#addfriends td td, #addfriends th th {
padding: 0;
border: 0;
}
.editfriends td {
text-align: left;
border: 1px solid #000;
}
.editfriends caption {
font-weight: bold;
}
.editfriendsframe {
text-align: center;
padding: 1em;
}
.editfriendsframe table, .editfriendsframe caption {
margin: 0 auto;
}