forked from GNUsocial/gnu-social
Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into 0.8.x
This commit is contained in:
commit
a11d6260cc
@ -379,12 +379,6 @@ max-width:1003px;
|
|||||||
overflow:hidden;
|
overflow:hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ajaxcore {
|
|
||||||
width: 520px;
|
|
||||||
height: 600px;
|
|
||||||
background: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#core {
|
#core {
|
||||||
position:relative;
|
position:relative;
|
||||||
width:100%;
|
width:100%;
|
||||||
@ -858,6 +852,16 @@ display:inline-block;
|
|||||||
text-transform:lowercase;
|
text-transform:lowercase;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.notice .attachment {
|
||||||
|
position:relative;
|
||||||
|
}
|
||||||
|
.notice .attachment img {
|
||||||
|
position:absolute;
|
||||||
|
top:11px;
|
||||||
|
left:0;
|
||||||
|
z-index:99;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.notice-options {
|
.notice-options {
|
||||||
position:relative;
|
position:relative;
|
||||||
@ -1047,20 +1051,6 @@ margin-bottom:18px;
|
|||||||
margin-left:18px;
|
margin-left:18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
p.entry-attachments {
|
|
||||||
float: right;
|
|
||||||
width: 8%;
|
|
||||||
background: url(../images/icons/clip.png) no-repeat;
|
|
||||||
text-align: right;
|
|
||||||
height: 48px;
|
|
||||||
}
|
|
||||||
|
|
||||||
p.entry-attachments a {
|
|
||||||
text-decoration: none;
|
|
||||||
padding-top: 20px;
|
|
||||||
display: block;
|
|
||||||
height: 48px;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* TOP_POSTERS */
|
/* TOP_POSTERS */
|
||||||
.section tbody td {
|
.section tbody td {
|
||||||
@ -1205,11 +1195,3 @@ display:none;
|
|||||||
.guide {
|
.guide {
|
||||||
clear:both;
|
clear:both;
|
||||||
}
|
}
|
||||||
|
|
||||||
#thumbnail {
|
|
||||||
position:absolute;
|
|
||||||
z-index: 999;
|
|
||||||
display: none;
|
|
||||||
left: 100px;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user