forked from GNUsocial/gnu-social
Tag filtering CSS fixes for IE
darcs-hash:20081124052230-eefa4-0b17fc8872d7f4cc765fc4f3fd6abd3288120c08.gz
This commit is contained in:
parent
c9430ab312
commit
75bbf5fd1e
@ -897,6 +897,7 @@ margin-left:0;
|
|||||||
#filter_tags ul {
|
#filter_tags ul {
|
||||||
padding-left:0;
|
padding-left:0;
|
||||||
list-style-type:none;
|
list-style-type:none;
|
||||||
|
margin-left:0;
|
||||||
}
|
}
|
||||||
#subscriptions_nav ul li {
|
#subscriptions_nav ul li {
|
||||||
display:inline;
|
display:inline;
|
||||||
|
@ -33,10 +33,20 @@ input {
|
|||||||
.notice_single {
|
.notice_single {
|
||||||
height: 48px;
|
height: 48px;
|
||||||
}
|
}
|
||||||
|
#profile {
|
||||||
|
margin-left:0px;
|
||||||
|
}
|
||||||
#profile p.notice_current {
|
#profile p.notice_current {
|
||||||
height: 96px;
|
height: 96px;
|
||||||
}
|
}
|
||||||
|
#filter_tags {
|
||||||
|
margin-left:20px;
|
||||||
|
}
|
||||||
|
#content .subscriptions {
|
||||||
|
margin-left:30px;
|
||||||
|
width:100%;
|
||||||
|
}
|
||||||
|
|
||||||
#subscriptions_avatars li {
|
#subscriptions_avatars li {
|
||||||
float: left;
|
float: left;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -32,3 +32,8 @@ img.avatar.original, img.avatar.profile {
|
|||||||
padding: 6px 15px;
|
padding: 6px 15px;
|
||||||
line-height: 27px;
|
line-height: 27px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#filter_tags ul li#filter_tags_item label {
|
||||||
|
position:relative;
|
||||||
|
top:-8px;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user