[jboss-cvs] jboss-seam/examples/seamspace/view/style ...
Shane Bryzak
Shane_Bryzak at symantec.com
Fri Dec 22 01:53:47 EST 2006
User: sbryzak2
Date: 06/12/22 01:53:47
Modified: examples/seamspace/view/style seamspace.css
Log:
added member card
Revision Changes Path
1.6 +26 -0 jboss-seam/examples/seamspace/view/style/seamspace.css
(In the diff below, changes in quantity of whitespace are not shown.)
Index: seamspace.css
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/examples/seamspace/view/style/seamspace.css,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- seamspace.css 20 Dec 2006 03:36:56 -0000 1.5
+++ seamspace.css 22 Dec 2006 06:53:47 -0000 1.6
@@ -5,6 +5,11 @@
margin: 0;
}
+h1 {
+ margin-top: 2px;
+ margin-bottom: 6px;
+}
+
#header {
margin-left: auto;
margin-right: auto;
@@ -56,6 +61,23 @@
margin-right: 10px;
}
+#memberCard {
+ width: 350px;
+ border: 2px solid #eeeeee;
+ background-color: #f5f5f5;
+ padding: 2px;
+}
+
+#memberCardPicture {
+ width: 170px;
+ float: left;
+}
+
+#memberCardText {
+ width: 170px;
+ float: right;
+}
+
div.headerRight {
float: right;
width: 440px;
@@ -73,6 +95,10 @@
height: 86px;
}
+span.tagline {
+ font-style: italic;
+}
+
a, a:visited, a:hover {
color: #ffffff;
text-decoration: none;
More information about the jboss-cvs-commits
mailing list