mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-06 07:35:29 +02:00
[ticket/12535] Combine inner clearing CSS rules
PHPBB3-12535
This commit is contained in:
parent
dda853b896
commit
e6dec0348a
@ -305,12 +305,6 @@ ol ol ul, ol ul ul, ul ol ul, ul ul ul {
|
||||
border-radius: 7px;
|
||||
}
|
||||
|
||||
.inner:after {
|
||||
content: '';
|
||||
clear: both;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.rowbg {
|
||||
margin: 5px 5px 2px 5px;
|
||||
}
|
||||
@ -326,12 +320,6 @@ ul.linklist {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
ul.linklist:after {
|
||||
content: '';
|
||||
display: block;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
#cp-main .panel {
|
||||
padding: 5px 10px;
|
||||
}
|
||||
@ -856,12 +844,6 @@ fieldset.fields1 dl.pmlist dd.recipients {
|
||||
margin-top: 2em;
|
||||
}
|
||||
|
||||
.action-bar:after {
|
||||
clear: both;
|
||||
content: '';
|
||||
display: block;
|
||||
}
|
||||
|
||||
/* Pagination
|
||||
---------------------------------------- */
|
||||
.pagination {
|
||||
@ -1130,6 +1112,20 @@ form > p.post-notice strong {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
/* Inner box-model clearing */
|
||||
.inner:after,
|
||||
ul.linklist:after,
|
||||
.action-bar:after,
|
||||
.notification_text:after,
|
||||
.tabs-container:after,
|
||||
#tabs > ul:after,
|
||||
#minitabs > ul:after,
|
||||
.postprofile .avatar-container:after {
|
||||
clear: both;
|
||||
content: '';
|
||||
display: block;
|
||||
}
|
||||
|
||||
.hidden {
|
||||
display: none;
|
||||
}
|
||||
@ -1285,12 +1281,6 @@ form > p.post-notice strong {
|
||||
margin-left: 58px;
|
||||
}
|
||||
|
||||
.notification_text:after {
|
||||
content: '';
|
||||
clear: both;
|
||||
display: block;
|
||||
}
|
||||
|
||||
/* Navbar specific list items
|
||||
----------------------------------------*/
|
||||
|
||||
|
@ -716,12 +716,6 @@ fieldset.polls dd div {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.postprofile .avatar-container:after {
|
||||
clear: both;
|
||||
content: '';
|
||||
display: block;
|
||||
}
|
||||
|
||||
.postprofile .avatar {
|
||||
display: block;
|
||||
float: left;
|
||||
|
@ -96,12 +96,6 @@ ul.cplist {
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
.tabs-container:after {
|
||||
clear: both;
|
||||
content: '';
|
||||
display: block;
|
||||
}
|
||||
|
||||
/* CP tabs shared
|
||||
----------------------------------------*/
|
||||
#tabs, #minitabs {
|
||||
@ -115,12 +109,6 @@ ul.cplist {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#tabs > ul:after, #minitabs > ul:after {
|
||||
clear: both;
|
||||
content: '';
|
||||
display: block;
|
||||
}
|
||||
|
||||
#tabs .tab, #minitabs .tab {
|
||||
display: inline-block;
|
||||
float: left;
|
||||
|
Loading…
x
Reference in New Issue
Block a user