Block styles in Subscribers
darcs-hash:20081212035117-efd22-f829f9470e64ed2e5560f6272db5d1d099bf28cc.gz
This commit is contained in:
parent
867d723548
commit
2399e7418e
@ -219,7 +219,8 @@ clear:both;
|
|||||||
}
|
}
|
||||||
|
|
||||||
#profile_actions #profile_nudge input.submit,
|
#profile_actions #profile_nudge input.submit,
|
||||||
#profile_actions #profile_block input.submit {
|
#profile_actions #profile_block input.submit,
|
||||||
|
.profile_single form.block input.submit {
|
||||||
margin:0 0 0 -3px;
|
margin:0 0 0 -3px;
|
||||||
padding:0;
|
padding:0;
|
||||||
background-color:transparent;
|
background-color:transparent;
|
||||||
@ -762,13 +763,17 @@ input#openid_url {
|
|||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
line-height: 16px;
|
line-height: 16px;
|
||||||
border-bottom: 1px solid #dec5b5;
|
border-bottom: 1px solid #dec5b5;
|
||||||
|
width:100%;
|
||||||
|
float:left;
|
||||||
}
|
}
|
||||||
.profile_single:hover {
|
.profile_single:hover {
|
||||||
background-color: #f7ebcc;
|
background-color: #f7ebcc;
|
||||||
}
|
}
|
||||||
|
|
||||||
.profile_single form.subscribe {
|
.profile_single form.block,
|
||||||
float: right;
|
.profile_single form.subscribe,
|
||||||
|
.profile_single form.unsubscribe {
|
||||||
|
float: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
.profile_single form.unsubscribe {
|
.profile_single form.unsubscribe {
|
||||||
@ -992,10 +997,8 @@ background:url(icon_tag-01.gif) no-repeat;
|
|||||||
line-height:1.5;
|
line-height:1.5;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tag_user {
|
.tags_user {
|
||||||
text-align:right;
|
margin-bottom:0.5em;
|
||||||
margin-top:0;
|
|
||||||
margin-bottom:0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
form#tag_user {
|
form#tag_user {
|
||||||
|
Loading…
Reference in New Issue
Block a user