Augmentation vers version 3.3.0
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
---------------------------------------- */
|
||||
|
||||
ul.forums, ul.topics {
|
||||
padding: 10px 10px 5px;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
ul.topiclist {
|
||||
@@ -49,7 +49,7 @@ ul.topiclist.missing-column dt {
|
||||
}
|
||||
|
||||
ul.topiclist.missing-column li.header dt {
|
||||
margin-right: -425px;
|
||||
margin-right: -425px;
|
||||
}
|
||||
|
||||
ul.topiclist.two-long-columns dt {
|
||||
@@ -57,7 +57,7 @@ ul.topiclist.two-long-columns dt {
|
||||
}
|
||||
|
||||
ul.topiclist.two-long-columns li.header dt {
|
||||
margin-right: -330px;
|
||||
margin-right: -330px;
|
||||
}
|
||||
|
||||
ul.topiclist.two-columns dt {
|
||||
@@ -100,7 +100,7 @@ ul.topiclist dfn {
|
||||
}
|
||||
|
||||
.list-inner img {
|
||||
max-width: 100%;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.forum-image {
|
||||
@@ -111,14 +111,14 @@ ul.topiclist dfn {
|
||||
|
||||
li.row {
|
||||
border-bottom: 1px solid transparent;
|
||||
padding: 15px;
|
||||
margin-bottom: 5px !important;
|
||||
padding: 12px;
|
||||
margin-bottom: 0px !important;
|
||||
}
|
||||
|
||||
li.header dt, li.header dd {
|
||||
line-height: 1em;
|
||||
border-left-width: 0;
|
||||
margin: 14px 0 14px 0;
|
||||
margin: 14px 0;
|
||||
padding-top: 2px;
|
||||
padding-bottom: 2px;
|
||||
}
|
||||
@@ -165,6 +165,7 @@ dl.row-item {
|
||||
dl.row-item dt {
|
||||
background-repeat: no-repeat;
|
||||
background-position: 5px 95%; /* Position of topic icon */
|
||||
background-size: 12px;
|
||||
}
|
||||
|
||||
dl.row-item dt .list-inner {
|
||||
@@ -172,7 +173,7 @@ dl.row-item dt .list-inner {
|
||||
}
|
||||
|
||||
dl.row-item dt, dl.row-item dd {
|
||||
min-height: 35px;
|
||||
min-height: 43px;
|
||||
}
|
||||
|
||||
dl.row-item dt a {
|
||||
@@ -246,7 +247,7 @@ dd.extra, dd.mark {
|
||||
|
||||
/* Merlin Framework Adjustment */
|
||||
.postprofile_Left .postbody {
|
||||
float: right;
|
||||
float: right;
|
||||
}
|
||||
|
||||
.postbody h3 {
|
||||
@@ -439,7 +440,7 @@ blockquote {
|
||||
margin: 30px 1px 30px 25px;
|
||||
overflow: hidden;
|
||||
padding: 15px;
|
||||
border-left: 5px solid;
|
||||
border-left: 3px solid;
|
||||
}
|
||||
|
||||
blockquote blockquote {
|
||||
@@ -788,4 +789,4 @@ table.fixed-width-table {
|
||||
.postbody .content::-webkit-scrollbar-thumb, .topicreview::-webkit-scrollbar-thumb, .post_details::-webkit-scrollbar-thumb, .codebox code::-webkit-scrollbar-thumb, .attachbox dd::-webkit-scrollbar-thumb, .attach-image::-webkit-scrollbar-thumb, .dropdown-extended ul::-webkit-scrollbar-thumb {
|
||||
background: rgba(0, 0, 0, .3);
|
||||
border-radius: 3px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user