forked from GNUsocial/gnu-social
Some cross-browser updates for conversation UI
This commit is contained in:
parent
b8de793556
commit
f56f2f52e7
@ -261,7 +261,7 @@ function NoticeAttachments() {
|
|||||||
url : '',
|
url : '',
|
||||||
color : '#000',
|
color : '#000',
|
||||||
opacity : '0.6',
|
opacity : '0.6',
|
||||||
zIndex : '9999',
|
zIndex : 99,
|
||||||
center : true,
|
center : true,
|
||||||
imgLoading : $('address .url')[0].href+'theme/base/images/illustrations/illu_progress_loading-01.gif',
|
imgLoading : $('address .url')[0].href+'theme/base/images/illustrations/illu_progress_loading-01.gif',
|
||||||
bgClickToClose : true,
|
bgClickToClose : true,
|
||||||
|
@ -951,7 +951,7 @@ font-size:1.3em;
|
|||||||
margin-bottom:4px;
|
margin-bottom:4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#attachments li {
|
#attachments ol li {
|
||||||
margin-bottom:18px;
|
margin-bottom:18px;
|
||||||
list-style-type:decimal;
|
list-style-type:decimal;
|
||||||
float:left;
|
float:left;
|
||||||
@ -962,6 +962,11 @@ clear:both;
|
|||||||
#jOverlayContent #content,
|
#jOverlayContent #content,
|
||||||
#jOverlayContent #content_inner {
|
#jOverlayContent #content_inner {
|
||||||
width: auto !important;
|
width: auto !important;
|
||||||
|
margin-bottom:0;
|
||||||
|
}
|
||||||
|
#jOverlayContent #content {
|
||||||
|
padding:11px;
|
||||||
|
min-height:auto;
|
||||||
}
|
}
|
||||||
#jOverlayContent .external span {
|
#jOverlayContent .external span {
|
||||||
display:block;
|
display:block;
|
||||||
@ -971,8 +976,11 @@ margin-bottom:11px;
|
|||||||
position:absolute;
|
position:absolute;
|
||||||
top:0;
|
top:0;
|
||||||
right:0;
|
right:0;
|
||||||
padding:3px 4px;
|
width:29px;
|
||||||
|
height:29px;
|
||||||
|
text-align:center;
|
||||||
font-weight:bold;
|
font-weight:bold;
|
||||||
|
padding:0;
|
||||||
}
|
}
|
||||||
#jOverlayContent h1 {
|
#jOverlayContent h1 {
|
||||||
max-width:475px;
|
max-width:475px;
|
||||||
|
@ -30,3 +30,9 @@ margin-right:4px;
|
|||||||
.entity_profile {
|
.entity_profile {
|
||||||
width:64%;
|
width:64%;
|
||||||
}
|
}
|
||||||
|
#jOverlayContent .notice * {
|
||||||
|
z-index:1;
|
||||||
|
}
|
||||||
|
#jOverlayContent .notice .attachment img {
|
||||||
|
z-index:9999;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user