diff core.css @ 301:1c32dbb8ac32 Dev_main

Bug #1300: Boxes are automatically scaled on load. Will add to 'resize' commands in the future.
author Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk>
date Mon, 14 Sep 2015 16:25:13 +0100
parents 13946f91f0a3
children ad3111448299
line wrap: on
line diff
--- a/core.css	Mon Sep 14 11:22:38 2015 +0100
+++ b/core.css	Mon Sep 14 16:25:13 2015 +0100
@@ -24,7 +24,8 @@
 	border:#444444;
 	border-style:solid;
 	border-width:1px;
-	width: 624px;
+	max-width: 624px;
+	min-width: 400px;
 	float: left;
 	margin: 5px;
 	height: 90px;
@@ -57,7 +58,8 @@
 }
 
 textarea.trackComment {
-	width: 618px;
+	max-width: 618px;
+	min-width: 350px;
 	margin-right:15px;
 }