Index: lams_tool_images/web/pages/learning/learning.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_images/web/pages/learning/learning.jsp,v
diff -u -r1.29.2.4 -r1.29.2.5
--- lams_tool_images/web/pages/learning/learning.jsp 13 Apr 2015 18:18:03 -0000 1.29.2.4
+++ lams_tool_images/web/pages/learning/learning.jsp 15 Jun 2015 22:26:43 -0000 1.29.2.5
@@ -36,12 +36,8 @@
#check-for-new-button, #add-new-image-button, #delete-button {
}
.extra-controls-inner {
- width: 60%;
- margin: 0px auto;
+ float: right;
}
- .extra-controls-inner2 {
- text-align: center;
- }
.caption{
color:#0087e5;
font:italic 14px georgia,serif;
@@ -51,19 +47,22 @@
font-size:11px;
}
#extra-controls {
- display: table-cell;
+ text-align: center;
+ float: right;
+ clear: both;
+ padding-top: 20px;
}
- #comments-area {
- display: table-cell;
- width: 68%;
+ [id^=comments-area] {
+ width: 400px;
+ float: right;
+ clear: both;
+ padding: 10px 0 20px;
}
- #comment-textarea {
- margin-right:10px;
- width:99%;
+ [id^=comment-textarea] {
+ width: 370px;
}
- #comment-button {
+ .button.add-comment {
margin-right: 2px;
- float: right;
margin-top: 10px;
}
table.forum {
@@ -83,15 +82,22 @@
text-align: center;
padding-top: 10px;
}
- #image-info {
- display: table;
- width: 100%;
+ #image-info:after {
+ content: " ";
+ display: block;
+ height: 0;
+ clear: both;
}
-
+ #kkk{
+ float:right;
+ }
.space-bottom-top {
padding-top: 40px;
}
+
+
+
@@ -166,22 +172,9 @@
return false;
}
- var imageInfoTargetDiv = "#image-info";
- function addNewComment(currentImageUid, comment) {
- var url = "
+
+