[richfaces-svn-commits] JBoss Rich Faces SVN: r12480 - in trunk/test-applications/realworld/web/src/main/webapp: META-INF/skins and 4 other directories.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Thu Jan 29 07:15:08 EST 2009


Author: alevkovsky
Date: 2009-01-29 07:15:08 -0500 (Thu, 29 Jan 2009)
New Revision: 12480

Modified:
   trunk/test-applications/realworld/web/src/main/webapp/META-INF/skins/realworld.skin.properties
   trunk/test-applications/realworld/web/src/main/webapp/includes/image/folders.xhtml
   trunk/test-applications/realworld/web/src/main/webapp/includes/image/friendFolders.xhtml
   trunk/test-applications/realworld/web/src/main/webapp/includes/image/imagePreview.xhtml
   trunk/test-applications/realworld/web/src/main/webapp/includes/image/mainImage.xhtml
   trunk/test-applications/realworld/web/src/main/webapp/includes/index/login.xhtml
   trunk/test-applications/realworld/web/src/main/webapp/index.xhtml
   trunk/test-applications/realworld/web/src/main/webapp/layout/panelBar.xhtml
   trunk/test-applications/realworld/web/src/main/webapp/layout/template2.xhtml
   trunk/test-applications/realworld/web/src/main/webapp/stylesheet/realworld2.css
Log:
Fix some design bugs

Modified: trunk/test-applications/realworld/web/src/main/webapp/META-INF/skins/realworld.skin.properties
===================================================================
--- trunk/test-applications/realworld/web/src/main/webapp/META-INF/skins/realworld.skin.properties	2009-01-29 11:54:16 UTC (rev 12479)
+++ trunk/test-applications/realworld/web/src/main/webapp/META-INF/skins/realworld.skin.properties	2009-01-29 12:15:08 UTC (rev 12480)
@@ -1,6 +1,6 @@
 #Colors
 headerBackgroundColor=#A84807
-headerGradientColor=#F2F7FF
+headerGradientColor=#ffffff
 headerTextColor=#000000
 headerWeightFont=bold
 
@@ -11,7 +11,7 @@
 
 controlTextColor=#000000
 controlBackgroundColor=#ffffff
-additionalBackgroundColor=#ECF4FE
+additionalBackgroundColor=#D7D7D7
 
 shadowBackgroundColor=#000000
 shadowOpacity=1
@@ -22,7 +22,7 @@
 tabBackgroundColor=#C6DEFF
 tabDisabledTextColor=#8DB7F3
 
-trimColor=#D6E6FB
+trimColor=#A84807
 
 tipBackgroundColor=#FAE6B0 
 tipBorderColor=#E5973E 
@@ -49,7 +49,7 @@
 tableFooterBackgroundColor=#cccccc
 tableSubfooterBackgroundColor=#f1f1f1
 tableBorderColor=#C0C0C0
-tableBorderWidth=1px
+tableBorderWidth=0px
 
 
 #Calendar colors
@@ -68,8 +68,8 @@
 warningColor=#FFE6E6
 warningBackgroundColor=#FF0000
 
-editorBackgroundColor=#D7D7D7
-editBackgroundColor=#FEFFDA
+editorBackgroundColor=#A84807
+editBackgroundColor=#ffffff
 
 #Gradients
 gradientType=plain

Modified: trunk/test-applications/realworld/web/src/main/webapp/includes/image/folders.xhtml
===================================================================
(Binary files differ)

Modified: trunk/test-applications/realworld/web/src/main/webapp/includes/image/friendFolders.xhtml
===================================================================
(Binary files differ)

Modified: trunk/test-applications/realworld/web/src/main/webapp/includes/image/imagePreview.xhtml
===================================================================
(Binary files differ)

Modified: trunk/test-applications/realworld/web/src/main/webapp/includes/image/mainImage.xhtml
===================================================================
(Binary files differ)

Modified: trunk/test-applications/realworld/web/src/main/webapp/includes/index/login.xhtml
===================================================================
(Binary files differ)

Modified: trunk/test-applications/realworld/web/src/main/webapp/index.xhtml
===================================================================
(Binary files differ)

Modified: trunk/test-applications/realworld/web/src/main/webapp/layout/panelBar.xhtml
===================================================================
(Binary files differ)

Modified: trunk/test-applications/realworld/web/src/main/webapp/layout/template2.xhtml
===================================================================
(Binary files differ)

Modified: trunk/test-applications/realworld/web/src/main/webapp/stylesheet/realworld2.css
===================================================================
--- trunk/test-applications/realworld/web/src/main/webapp/stylesheet/realworld2.css	2009-01-29 11:54:16 UTC (rev 12479)
+++ trunk/test-applications/realworld/web/src/main/webapp/stylesheet/realworld2.css	2009-01-29 12:15:08 UTC (rev 12480)
@@ -126,4 +126,92 @@
 
 .table-boby-column2{
 	vertical-align: top;
+}
+
+.login-panel{
+	width: 400px;
+}
+
+input[type='submit'], input[type='button'] {
+	background: #414141;
+	color: white;
+	margin: 5px;
+	border-color: black;
+}
+
+.login-table-col{
+	text-align: center;
+}
+
+.login-body-table-col{
+	align: middle;
+	vertical-align: middle;
+	height: 100%;
+}
+
+.main-image{
+	border: none;
+}
+
+.all-images{
+	border: none;
+}
+
+.message {
+	border: 1px solid #FFCC00;
+	padding: 5px;
+	margin-top: 5px;
+	margin-bottom: 5px;
+	background-color: #F0F8FF;
+	font-size: 12px;
+	color: red;
+}
+
+.name {
+	vertical-align: top;
+	font-weight: bold;
+	width: 115px;
+	float: left;
+	padding: 5px;
+	margin-top: 3px;
+	clear: left;
+}
+.value {
+	float: left;
+	padding: 5px;
+}
+
+.error {
+	float: left;
+	padding: 5px;
+	color: red;
+}
+.errors {
+	color: red;
+	vertical-align: middle;
+}
+img.errors {
+	padding-right: 5px;
+}
+.errors input {
+	border: 1px solid red;
+}
+.errors textarea {
+	border: 1px solid red;
+}
+
+.required {
+	color: red;
+	padding-left: 2px;
+}
+
+.rich-stglpanel-body {
+   overflow: auto;
+}
+.top {
+    vertical-align: top;
+}
+.info {
+    height: 202px;
+    overflow: auto;
 }
\ No newline at end of file




More information about the richfaces-svn-commits mailing list