FELIX-1139 Remove absolute width setting

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@773500 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/webconsole/src/main/resources/res/ui/admin.css b/webconsole/src/main/resources/res/ui/admin.css
index a5f4aec..d41c8f0 100644
--- a/webconsole/src/main/resources/res/ui/admin.css
+++ b/webconsole/src/main/resources/res/ui/admin.css
@@ -21,8 +21,7 @@
     background-color: white;
     border-collapse: collapse;
     padding: 0px;
-    margin: 30px 0 30px 30px;
-    width: 957px;
+    margin: 30px;
     position: absolute;
     text-align: left;
     border-color: black;
@@ -33,7 +32,6 @@
     /* color: #ffffff; */
     margin: 0px 0px 26px 0px;
     padding: 0px;
-    width: 957px;
     height: 100px;
 }
 
@@ -157,7 +155,6 @@
     margin: 0px;
     margin-top: 26px;
     margin-bottom: 26px;
-    /* width: 718px; */
     text-align: left;
 }
 
@@ -222,7 +219,6 @@
     border: 1px solid #000000;
     padding: 0px;
     margin: 0px;
-    width: 960px;
 }
 
 .toolcell {
@@ -231,7 +227,6 @@
     line-height: 10px;
     background-color: #000000;
     height: 18px;
-    /* width: 960px; */
     padding: 0px;
     padding-bottom: 1px;
     text-align: left;
@@ -340,7 +335,7 @@
 	background-color: #6181A9;
 }
 */
-.techcontentcell { /* width: 718px; */
+.techcontentcell {
     border: 0px solid #000000;
     border-top: 1px solid #000000;
 }
@@ -348,43 +343,10 @@
 .relatedcell {
     border-left: 1px solid #000000;
     border-top: 1px solid #000000;
-    width: 239px;
     background-color: #EBF0F6;
 }
 
-/*
-.claimcell {
-	width: 715px;
-	font-size: 10px;
-	color: #ffffff;
-	line-height: 10px;
-	background-color: #000000;
-	height: 18px;
-	padding: 0px;
-	padding-bottom: 1px;
-}
-
-.claimcell A:link {
-	color: #C5E2EE;
-	text-decoration: none;
-}
-
-.claimcell A:visited {
-	color: #C5E2EE;
-	text-decoration: none;
-}
-
-.claimcell A:hover {
-	color: #99FF33;
-	text-decoration: none;
-	border-bottom: 1px solid;
-}
-
-.claimcell A:active {
-	color: #FFFFFF;
-	text-decoration: none;
-}
-*/ /* CENTRAL CONTENT AREA STYLING */
+/* CENTRAL CONTENT AREA STYLING */
 .content {
     position: relative;
     margin: 25px;