aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/admin.css
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/adm/style/admin.css')
-rw-r--r--phpBB/adm/style/admin.css19
1 files changed, 19 insertions, 0 deletions
diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css
index e225a6752c..a4fef1f4ec 100644
--- a/phpBB/adm/style/admin.css
+++ b/phpBB/adm/style/admin.css
@@ -788,6 +788,7 @@ table.styles td.users, table.styles td.actions, table.styles td.mark {
table.responsive {
background: transparent none;
border-width: 0;
+ padding: 0;
}
table.responsive caption {
@@ -1119,6 +1120,10 @@ select#full_folder_action {
fieldset.quick, p.quick {
text-align: center;
}
+
+ fieldset.display-options {
+ clear: both;
+ }
}
/* Definition list layout for forms
@@ -1563,6 +1568,20 @@ li.pagination ul {
border-color: #B4BAC0;
}
+@media only screen and (max-width: 700px), only screen and (max-device-width: 700px)
+{
+ .pagination, .rtl .pagination {
+ float: none;
+ text-align: center;
+ margin: 5px 0;
+ }
+
+ .pagination li a, .pagination li span {
+ display: inline-block;
+ min-width: 10px;
+ }
+}
+
/* Action Highlighting
---------------------------------------- */
.successbox, .errorbox {