Cleanup on the CSS for inline attachments; removed some unneeded changes since the split of the inline and regular attachment lists. Removing commented-out code that seems to be for some old thumbnailing system where the thumbnails were hidden popups within the core text (wtf!)
This commit is contained in:
parent
dbb95b76a4
commit
5a3d01423d
@ -1150,8 +1150,7 @@ border-radius:4px;
|
|||||||
-webkit-border-radius:4px;
|
-webkit-border-radius:4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.notice div.entry-content,
|
.notice div.entry-content {
|
||||||
.notice dl.entry-content {
|
|
||||||
clear:left;
|
clear:left;
|
||||||
float:left;
|
float:left;
|
||||||
font-size:0.95em;
|
font-size:0.95em;
|
||||||
@ -1326,40 +1325,20 @@ margin-left:4px;
|
|||||||
.notice .attachment.more {
|
.notice .attachment.more {
|
||||||
padding-left:0;
|
padding-left:0;
|
||||||
}
|
}
|
||||||
/*
|
|
||||||
.notice .attachment img {
|
|
||||||
position:absolute;
|
|
||||||
top:18px;
|
|
||||||
left:0;
|
|
||||||
z-index:99;
|
|
||||||
}
|
|
||||||
#shownotice .notice .attachment img {
|
|
||||||
position:static;
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
|
|
||||||
|
#attachments {
|
||||||
/* Small inline attachment list */
|
|
||||||
#attachments ol li {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
#attachments dt {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#shownotice #attachments {
|
|
||||||
clear:both;
|
clear:both;
|
||||||
float:left;
|
float:left;
|
||||||
width:100%;
|
width:100%;
|
||||||
margin-top:18px;
|
margin-top:18px;
|
||||||
}
|
}
|
||||||
#shownotice #attachments dt {
|
#attachments dt {
|
||||||
font-weight:bold;
|
font-weight:bold;
|
||||||
font-size:1.3em;
|
font-size:1.3em;
|
||||||
margin-bottom:4px;
|
margin-bottom:4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#shownotice #attachments ol li {
|
#attachments ol li {
|
||||||
margin-bottom:18px;
|
margin-bottom:18px;
|
||||||
list-style-type:decimal;
|
list-style-type:decimal;
|
||||||
float:left;
|
float:left;
|
||||||
|
Loading…
Reference in New Issue
Block a user