1
0
Fork 0

a few more fsw tweaks

This commit is contained in:
Mike Macgirvin 2010-10-26 19:01:16 -07:00
commit eb5e6aae72
11 changed files with 48 additions and 21 deletions

View file

@ -1288,9 +1288,8 @@ input#dfrn-url {
margin-left: 50px;
}
#block-message, #ignore-message {
#block-message, #ignore-message, #profile-edit-insecure {
margin-top: 20px;
width: 180px;
color: #FF0000;
font-size: 1.1em;
border: 1px solid #FF8888;
@ -1298,6 +1297,14 @@ input#dfrn-url {
padding: 10px;
}
#block-message, #ignore-message {
width: 180px;
}
#profile-edit-insecure {
width: 600px;
}
.profile-tabs {
float: left;
padding: 4px;