Author: andrei_exadel
Date: 2009-03-19 14:12:02 -0400 (Thu, 19 Mar 2009)
New Revision: 13034
Modified:
trunk/test-applications/realworld2/web/src/main/webapp/includes/image/imageAdditionalInfo.xhtml
trunk/test-applications/realworld2/web/src/main/webapp/includes/image/imageEditInfo.xhtml
trunk/test-applications/realworld2/web/src/main/webapp/includes/image/imageInfo.xhtml
trunk/test-applications/realworld2/web/src/main/webapp/stylesheet/realworld.css
Log:
Apply realworld-style ajax button tag; move style to css
Modified:
trunk/test-applications/realworld2/web/src/main/webapp/includes/image/imageAdditionalInfo.xhtml
===================================================================
(Binary files differ)
Modified:
trunk/test-applications/realworld2/web/src/main/webapp/includes/image/imageEditInfo.xhtml
===================================================================
(Binary files differ)
Modified:
trunk/test-applications/realworld2/web/src/main/webapp/includes/image/imageInfo.xhtml
===================================================================
(Binary files differ)
Modified: trunk/test-applications/realworld2/web/src/main/webapp/stylesheet/realworld.css
===================================================================
---
trunk/test-applications/realworld2/web/src/main/webapp/stylesheet/realworld.css 2009-03-19
17:35:33 UTC (rev 13033)
+++
trunk/test-applications/realworld2/web/src/main/webapp/stylesheet/realworld.css 2009-03-19
18:12:02 UTC (rev 13034)
@@ -514,6 +514,17 @@
color : #666666;
}
+.additional-info-avatar {
+ width: 80px;
+ height: 80px;
+ border:0px;
+}
+
+.additional-info-comment-del {
+ float : right;
+ cursor : pointer
+}
+
.album-header-table{
border-collapse : collapse;
margin-bottom : 15px;
@@ -626,6 +637,38 @@
border-collapse : collapse;
}
+.image-edit-label {
+ padding-top : 8px;
+}
+
+.image-edit-photo-input {
+ border : 1px solid #999999;
+ width : 350px;
+}
+
+.image-edit-calendar {
+ border : 1px solid #999999;
+ width : 80px;
+}
+
+.image-edit-description-input {
+ border : 1px solid #999999;
+ width : 350px;
+ height : 150px;
+}
+
+.image-edit-tags-input {
+ border : 1px solid #999999;
+ width : 150px;
+ margin-bottom : 4px;
+}
+
+.image-edit-direct-link {
+ border : 0px;
+ background : none;
+ width : 350px
+}
+
.main-menu-icons-outer-div {
cursor: pointer;
float: left;
@@ -762,27 +805,27 @@
.album-edit-area {
border : 1px solid #999999;
width : 350px;
- height : 150px
+ height : 150px;
}
.search-criteria {
- color: #666666
+ color: #666666;
}
.shelf-edit {
margin : 10px 0px 30px 30px;
width : 504px;
- background : #f1f1f1
+ background : #f1f1f1;
}
.shelf-edit-calendar {
border : 1px solid #999999;
- width : 80px
+ width : 80px;
}
.shelf-edit-input {
border : 1px solid #999999;
- width : 350px
+ width : 350px;
}
.shelf-edit-area {
@@ -806,5 +849,5 @@
text-align: center;
vertical-align: middle;
background: white;
- border: 1px solid #909090
+ border: 1px solid #909090;
}
\ No newline at end of file
Show replies by date