diff core.css @ 855:1dc56cb86152

Bug #1300: Boxes are resized with the window. On HD level displays (1920 wide) will have three columns
author Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk>
date Mon, 14 Sep 2015 17:18:33 +0100
parents 3d13f019c3e6
children fb41d65cc89f
line wrap: on
line diff
--- a/core.css	Mon Sep 14 16:25:13 2015 +0100
+++ b/core.css	Mon Sep 14 17:18:33 2015 +0100
@@ -24,7 +24,7 @@
 	border:#444444;
 	border-style:solid;
 	border-width:1px;
-	max-width: 624px;
+	max-width: 600px;
 	min-width: 400px;
 	float: left;
 	margin: 5px;
@@ -58,9 +58,10 @@
 }
 
 textarea.trackComment {
-	max-width: 618px;
+	max-width: 594px;
 	min-width: 350px;
 	margin-right:15px;
+	max-height: 60px;
 }
 
 div.playhead {