forked from GNUsocial/gnu-social
Cleanup
This commit is contained in:
@@ -144,7 +144,8 @@ font-weight:bold;
|
||||
#form_settings_avatar legend,
|
||||
#newgroup legend,
|
||||
#editgroup legend,
|
||||
#form_tag_user legend {
|
||||
#form_tag_user legend,
|
||||
#form_remote_subscribe legend {
|
||||
display:none;
|
||||
}
|
||||
|
||||
@@ -586,7 +587,8 @@ cursor:pointer;
|
||||
width:100%;
|
||||
}
|
||||
.entity_actions a,
|
||||
#entity_nudge p {
|
||||
#entity_nudge p,
|
||||
.entity_remote_subscribe {
|
||||
text-decoration:none;
|
||||
font-weight:bold;
|
||||
display:block;
|
||||
@@ -606,6 +608,16 @@ padding-left:20px;
|
||||
padding:4px 4px 4px 23px;
|
||||
}
|
||||
|
||||
.entity_remote_subscribe {
|
||||
padding:4px;
|
||||
border-width:2px;
|
||||
border-style:solid;
|
||||
border-radius:4px;
|
||||
-moz-border-radius:4px;
|
||||
-webkit-border-radius:4px;
|
||||
}
|
||||
|
||||
|
||||
.entity_tags ul {
|
||||
list-style-type:none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user