[jboss-cvs] jboss-seam/examples/wiki/view/themes/sfwkorg/css ...
Christian Bauer
christian at hibernate.org
Wed Jan 2 00:36:15 EST 2008
User: cbauer
Date: 08/01/02 00:36:15
Modified: examples/wiki/view/themes/sfwkorg/css userControl.css
searchControl.css
Log:
JBSEAM-2421 - Forgot password reset feature
Revision Changes Path
1.3 +32 -18 jboss-seam/examples/wiki/view/themes/sfwkorg/css/userControl.css
(In the diff below, changes in quantity of whitespace are not shown.)
Index: userControl.css
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/themes/sfwkorg/css/userControl.css,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- userControl.css 19 Dec 2007 04:29:24 -0000 1.2
+++ userControl.css 2 Jan 2008 05:36:15 -0000 1.3
@@ -1,18 +1,33 @@
-#userControl {
+.userControlPanel {
+ text-align:right;
+ font-size: 90%;
+ margin-right: 10px;
+}
+
+.loginForm {
display: inline;
}
-#userControl .userControlLabel {
+.userControlPanel .label {
color: #ca884e;
- font-weight: bold;
- font-size: 75%;
- padding-left: 5px;
- padding-right: 5px;
+ text-decoration: none;
+ margin-left: 10px;
+ margin-right: 5px;
}
-#userControl .userControlInput {
+.userControlPanel .link {
+ margin-left: 10px;
+ margin-right: 5px;
+}
+
+.userControlPanel .linkText {
+ color: #fff;
+ text-decoration: none;
+}
+
+.userControlPanel .input {
background: #fff url(../img/input.bg.gif) 0 0 no-repeat;
- font-size: 90%;
+ font-size: 100%;
padding: 1px;
padding-top: 0;
margin: 0;
@@ -20,14 +35,13 @@
border: 0;
}
-#userControl .userControlLink {
- font-weight: bold;
- font-size: 75%;
- color: #fff;
- padding-left: 5px;
- padding-right: 5px;
- margin-left: 5px;
- margin-right: 5px;
+.resetPasswordForm {
+ display: inline;
+}
+
+.resetPasswordRequestForm .form {
+ margin:-10px;
}
-#userControl .userControlLink:hover { color: #bbb; }
+.resetPasswordRequestForm .form .formFields {
+}
1.3 +2 -7 jboss-seam/examples/wiki/view/themes/sfwkorg/css/searchControl.css
(In the diff below, changes in quantity of whitespace are not shown.)
Index: searchControl.css
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/themes/sfwkorg/css/searchControl.css,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- searchControl.css 19 Dec 2007 04:29:24 -0000 1.2
+++ searchControl.css 2 Jan 2008 05:36:15 -0000 1.3
@@ -3,9 +3,6 @@
#searchControlForm {
display: inline;
- margin: 0;
- border: 0;
- padding: 0;
}
#searchControl .searchControlTable {
@@ -13,8 +10,7 @@
#searchControl .searchControlLabel{
color: #ca884e;
- font-weight: bold;
- font-size: 75%;
+ font-size: 90%;
padding-left: 5px;
padding-right: 5px;
}
@@ -30,8 +26,7 @@
}
#searchControl .searchControlLink{
- font-weight: bold;
- font-size: 75%;
+ font-size: 90%;
color: #fff;
padding-left: 5px;
padding-right: 5px;
More information about the jboss-cvs-commits
mailing list