Browse Source

Style fix

Nathaniel van Diepen 10 years ago
parent
commit
0550a13ccf
2 changed files with 18 additions and 4 deletions
  1. 9 2
      app/www/data/themes/dark/style.css
  2. 9 2
      app/www/data/themes/default/style.css

+ 9 - 2
app/www/data/themes/dark/style.css

@@ -44,6 +44,11 @@ html,body{
 .close-button:hover{
 	color: red;
 }
+.container{
+	overflow: auto;
+	padding: 0;
+	margin: 0;
+}
 #head{
 	right: 0;
 	top: 0;
@@ -80,8 +85,6 @@ html,body{
 	padding: 2px;
 }
 #console-log-controls{
-	position: absolute;
-	bottom: 22px;
 	width: 100%;
 	overflow: hidden;
 }
@@ -113,6 +116,10 @@ html,body{
 	border-right-style: solid;
 	right: 36px;
 }
+#users div.container, #settings div.container{
+	height: calc(100% - 29px);
+	width: 100%;
+}
 #settings.hovered,#users.hovered{
 	height: 21px;
 }

+ 9 - 2
app/www/data/themes/default/style.css

@@ -42,6 +42,11 @@ html,body{
 .close-button:hover{
 	color: red;
 }
+.container{
+	overflow: auto;
+	padding: 0;
+	margin: 0;
+}
 #head{
 	right: 0;
 	top: 0;
@@ -78,8 +83,6 @@ html,body{
 	padding: 2px;
 }
 #console-log-controls{
-	position: absolute;
-	bottom: 22px;
 	width: 100%;
 	overflow: hidden;
 }
@@ -111,6 +114,10 @@ html,body{
 	border-right-style: solid;
 	right: 36px;
 }
+#users div.container, #settings div.container{
+	height: calc(100% - 29px);
+	width: 100%;
+}
 #settings.hovered,#users.hovered{
 	height: 21px;
 }