Author: pwang
Date: 2011-12-30 16:15:19 -0800 (Fri, 30 Dec 2011)
New Revision: 27891
Modified:
new_cytoscape_website/bugreport/css/bugreport.css
Log:
updated
Modified: new_cytoscape_website/bugreport/css/bugreport.css
===================================================================
--- new_cytoscape_website/bugreport/css/bugreport.css 2011-12-31 00:14:37 UTC
(rev 27890)
+++ new_cytoscape_website/bugreport/css/bugreport.css 2011-12-31 00:15:19 UTC
(rev 27891)
@@ -2,46 +2,76 @@
#bugreporttitle {
font:18px;
- float:center;
+ float:center;
+ margin: 20px;
+ margin-left: 200px;
+ margin-top: 30px;
+
}
-#tableheader {
- border: 1px solid #000;
+#bugreport_tableheader {
+ /*border: 1px solid #000;*/
+ width: 90%;
+ float: left;
+ margin-left:10px;
}
.bugreportrow {
- border: 1px solid #000;
+ /*border: 1px solid #000;*/
float: left;
+ width: 90%;
+ margin-left:10px;
+}
- }
-
.id {
border: 1px solid #000;
float: left;
+ width: 80px;
}
.name {
- border: 1px solid #000;
+ border: 1px solid #000;
float: left;
+ width: 150px;
}
.date {
border: 1px solid #000;
float: left;
- }
+ width: 100px;
+}
+
.description {
border: 1px solid #000;
float: left;
+ width: 300px;
+
}
.delete {
border: 1px solid #000;
float: left;
+ width: 50px;
}
+.view {
+ border: 1px solid #000;
+ float: left;
+ width: 50px;
+ }
+
+
+/*
.lastmodified {
border: 1px solid #000;
float: left;
+ width: 80px;
}
-
\ No newline at end of file
+*/
+
+#seperator {
+ float: left;
+ width: 100%;
+ margin: 10px;
+ }
\ No newline at end of file
--
You received this message because you are subscribed to the Google Groups
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/cytoscape-cvs?hl=en.