diff --git a/src/static/css/admin.css b/src/static/css/admin.css
index 3a7291516..9ea02744f 100644
--- a/src/static/css/admin.css
+++ b/src/static/css/admin.css
@@ -42,6 +42,7 @@ div.innerwrapper {
border-radius: 0 0 7px 7px;
margin-left:250px;
min-width:400px;
+ width:100%;
}
#wrapper {
diff --git a/src/templates/admin/index.html b/src/templates/admin/index.html
index 16ea84279..8827f1957 100644
--- a/src/templates/admin/index.html
+++ b/src/templates/admin/index.html
@@ -9,12 +9,13 @@
-
diff --git a/src/templates/admin/plugins-info.html b/src/templates/admin/plugins-info.html
index 605b23d38..648e7d6d0 100644
--- a/src/templates/admin/plugins-info.html
+++ b/src/templates/admin/plugins-info.html
@@ -12,9 +12,13 @@
diff --git a/src/templates/admin/plugins.html b/src/templates/admin/plugins.html
index a85db557a..bfe535e7e 100644
--- a/src/templates/admin/plugins.html
+++ b/src/templates/admin/plugins.html
@@ -19,11 +19,14 @@
<% } %>
diff --git a/src/templates/admin/settings.html b/src/templates/admin/settings.html
index be262f243..0fb1c9ae1 100644
--- a/src/templates/admin/settings.html
+++ b/src/templates/admin/settings.html
@@ -24,9 +24,13 @@