mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-29 11:10:18 +02:00
[ticket/16831] fix tabs missing delimiters and remove commented class
this is just to fix tabs, missing delimiters, and remove old commented classes in css files PHPBB3-16831
This commit is contained in:
@@ -669,15 +669,15 @@ table.table1 tbody th {
|
||||
/* Specific column styles */
|
||||
table.table1 .name { text-align: left; }
|
||||
table.table1 .center { text-align: center; }
|
||||
table.table1 .reportby { width: 15%; }
|
||||
table.table1 .reportby { width: 15%; }
|
||||
table.table1 .posts { text-align: center; width: 7%; }
|
||||
table.table1 .joined { text-align: left; width: 15%; }
|
||||
table.table1 .active { text-align: left; width: 15%; }
|
||||
table.table1 .joined { text-align: left; width: 15%; }
|
||||
table.table1 .active { text-align: left; width: 15%; }
|
||||
table.table1 .mark { text-align: center; width: 7%; }
|
||||
table.table1 .info { text-align: left; width: 30%; }
|
||||
table.table1 .info div { width: 100%; white-space: normal; overflow: hidden; }
|
||||
table.table1 .autocol { line-height: 2em; white-space: nowrap; }
|
||||
table.table1 thead .autocol { padding-left: 1em; }
|
||||
table.table1 .info div { width: 100%; white-space: normal; overflow: hidden; }
|
||||
table.table1 .autocol { line-height: 2em; white-space: nowrap; }
|
||||
table.table1 thead .autocol { padding-left: 1em; }
|
||||
|
||||
table.table1 span.rank-img {
|
||||
float: right;
|
||||
@@ -743,7 +743,6 @@ table.info tbody th {
|
||||
}
|
||||
|
||||
dl.details {
|
||||
/*font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;*/
|
||||
font-size: 1.1em;
|
||||
}
|
||||
|
||||
@@ -781,7 +780,7 @@ fieldset.fields1 dd.recipients {
|
||||
margin-left: 1em;
|
||||
}
|
||||
|
||||
fieldset.fields1 ul.recipients input.button2{
|
||||
fieldset.fields1 ul.recipients input.button2 {
|
||||
font-size: 0.8em;
|
||||
margin-right: 0;
|
||||
padding: 0;
|
||||
@@ -1275,7 +1274,7 @@ ul.linklist:after,
|
||||
width: 50px;
|
||||
}
|
||||
|
||||
.dropdown .clone.hidden {
|
||||
.dropdown .clone.hidden {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user