[mw-devel] MW3 r1220 - in trunk/webclient: . templates

dez at sucs.org dez at sucs.org
Sun Oct 10 19:05:26 BST 2010


Author: dez
Date: 2010-10-10 19:05:26 +0100 (Sun, 10 Oct 2010)
New Revision: 1220

Modified:
   trunk/webclient/mw.css
   trunk/webclient/templates/front.html
Log:
Removal of more width: 100%; padding: 5px; nastiness


Modified: trunk/webclient/mw.css
===================================================================
--- trunk/webclient/mw.css	2010-10-10 17:58:47 UTC (rev 1219)
+++ trunk/webclient/mw.css	2010-10-10 18:05:26 UTC (rev 1220)
@@ -17,16 +17,19 @@
 	font-size: 9pt;
 }
 
+#whoouter {
+	float: right;
+	background-color: #000000;
+	color: #d6d6d6;
+	height: 100%;
+}
+
 #wholist {
-	float: right;
 	width: 11em;
 	list-style: none;
 	margin: 0;
 	padding: 5px;
-	height: 100%;
 	overflow: auto;
-	background-color: #000000;
-	color: #d6d6d6;
 }
 
 #textouter, #sayit {
@@ -57,6 +60,7 @@
 	height: 4em;
 	width: 100%;
 	padding: 5px;
+	border: 1px solid black;
 }
 
 form {

Modified: trunk/webclient/templates/front.html
===================================================================
--- trunk/webclient/templates/front.html	2010-10-10 17:58:47 UTC (rev 1219)
+++ trunk/webclient/templates/front.html	2010-10-10 18:05:26 UTC (rev 1220)
@@ -4,8 +4,10 @@
 <tr><td>
 <div id="textouter"><div id="textlist"><p class="welcome">Milliways III - Web Edition</p></div></div>
 </td><td style="width: 12em; padding-left: 1px;">
+<div id="whoouter">
 <ul id="wholist">
 </ul>
+</div>
 </td></tr>
 <tr><td style="height: 4em;">
 <form action="" id="sayform">




More information about the mw-devel mailing list