1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-31 03:59:52 +02:00

Merge pull request #1866 from prototech/ticket/11915

[ticket/11915] Improve Plupload integration
This commit is contained in:
Nathan Guse
2014-01-17 19:28:31 -08:00
28 changed files with 857 additions and 507 deletions

View File

@@ -20,16 +20,16 @@
padding: 0;
}
#cp-main .panel p {
.panel-container .panel p {
font-size: 1.1em;
}
#cp-main .panel ol {
.panel-container .panel ol {
margin-left: 2em;
font-size: 1.1em;
}
#cp-main .panel li.row {
.panel-container .panel li.row {
border-bottom: 1px solid transparent;
border-top: 1px solid transparent;
}
@@ -39,21 +39,21 @@ ul.cplist {
border-top: 1px solid transparent;
}
#cp-main .panel li.header dd, #cp-main .panel li.header dt {
.panel-container .panel li.header dd, .panel-container .panel li.header dt {
margin-bottom: 2px;
}
#cp-main table.table1 {
.panel-container table.table1 {
margin-bottom: 1em;
}
#cp-main table.table1 thead th {
.panel-container table.table1 thead th {
font-weight: bold;
border-bottom: 1px solid transparent;
padding: 5px;
}
#cp-main table.table1 tbody th {
.panel-container table.table1 tbody th {
font-style: italic;
background-color: transparent !important;
border-bottom: none;