[jboss-cvs] jboss-seam/seam-gen/view/stylesheet ...
Shane Bryzak
sbryzak at redhat.com
Wed Jan 9 22:33:52 EST 2008
User: sbryzak2
Date: 08/01/09 22:33:52
Modified: seam-gen/view/stylesheet theme.css
Log:
added identity management to seam-gen
Revision Changes Path
1.25 +80 -0 jboss-seam/seam-gen/view/stylesheet/theme.css
(In the diff below, changes in quantity of whitespace are not shown.)
Index: theme.css
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/seam-gen/view/stylesheet/theme.css,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -b -r1.24 -r1.25
--- theme.css 5 Jan 2008 14:31:33 -0000 1.24
+++ theme.css 10 Jan 2008 03:33:51 -0000 1.25
@@ -115,3 +115,83 @@
.rich-stglpanel-body {
overflow: auto;
}
+
+/* User Manager */
+
+div.formRow {
+ padding-top: 2px;
+ padding-bottom: 2px;
+ clear: both;
+}
+
+div.formRow label {
+ float: left;
+ width: 120px;
+ padding: 2px 2px 2px 2px;
+}
+
+div.formRow input[type='text'] {
+ width: 120px;
+}
+
+div.formRow input[type='password'] {
+ width: 120px;
+}
+
+div.validationError {
+ margin-left: 120px;
+ font-weight: bold;
+ color: #ff0000;
+}
+
+table.userlist {
+ width: 600px;
+}
+
+input.newuser {
+ background: url(../img/btn_newuser.png) top left no-repeat;
+ height: 24px;
+ width: 80px;
+ margin: 4px 4px 4px 4px;
+ border: 0px;
+ cursor: pointer;
+}
+
+.roles {
+ width: 120px;
+ border: 1px solid #7F9DB9;
+ background-color: #E7EDF7;
+}
+
+div.selectMany label {
+ float: none;
+}
+
+div.formButtons {
+ float: right;
+ padding: 4px 8px 16px 2px;
+}
+
+div.checkmark {
+ background: url(../img/checkmark.png) top left no-repeat;
+ width: 14px;
+ height: 15px;
+ margin-left: auto;
+ margin-right: auto;
+}
+
+div.cross {
+ background: url(../img/cross.png) top left no-repeat;
+ width: 14px;
+ height: 15px;
+ margin-left: auto;
+ margin-right: auto;
+}
+
+td.enabled {
+ text-align: center;
+}
+
+td.action {
+ text-align: right;
+}
\ No newline at end of file
More information about the jboss-cvs-commits
mailing list