You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@esme.apache.org by es...@apache.org on 2010/11/04 18:07:03 UTC

svn commit: r1031081 - in /incubator/esme/trunk/server/src/main/webapp: style/style.css templates-hidden/message_core.html templates-hidden/message_update_box.html templates-hidden/timeline_personal.html

Author: esjewett
Date: Thu Nov  4 17:07:03 2010
New Revision: 1031081

URL: http://svn.apache.org/viewvc?rev=1031081&view=rev
Log:
[ESME-299] This shrinks the vertical display of messages by reducing some padding, replacing the horizontal rule with a light gray bottom border, and slightly repositioning the actions and supplemental information.

Modified:
    incubator/esme/trunk/server/src/main/webapp/style/style.css
    incubator/esme/trunk/server/src/main/webapp/templates-hidden/message_core.html
    incubator/esme/trunk/server/src/main/webapp/templates-hidden/message_update_box.html
    incubator/esme/trunk/server/src/main/webapp/templates-hidden/timeline_personal.html

Modified: incubator/esme/trunk/server/src/main/webapp/style/style.css
URL: http://svn.apache.org/viewvc/incubator/esme/trunk/server/src/main/webapp/style/style.css?rev=1031081&r1=1031080&r2=1031081&view=diff
==============================================================================
--- incubator/esme/trunk/server/src/main/webapp/style/style.css (original)
+++ incubator/esme/trunk/server/src/main/webapp/style/style.css Thu Nov  4 17:07:03 2010
@@ -423,9 +423,9 @@ ul.main-links  {
 
 .updates-box {
 	float:left;
-	padding:10px 0px;
-	word-wrap:break-word;
-	border:1px;
+	padding:10px 0px 5px 0px;
+	word-wrap:break-word;    
+	border-bottom: 1px solid #ddd;
 }
 .avatar {
 	float:left;
@@ -463,7 +463,8 @@ ul.main-links  {
 	margin:10px;
 	width:90%;
 }
-.supp_data_class {
+.supp_data_class { 
+  padding-top:5px;
 	color:#07376d;
 	font-size:80%;
 }
@@ -482,8 +483,9 @@ ul.main-links  {
 .style5 {
 	font-size:160%;
 }
-.actions {
-	float:right;
+.actions { 
+  margin-top:-15px; 
+	float:right;  
 }
 .separator {
 	float:left;
@@ -569,7 +571,7 @@ ul#toc li.current a {
 .container-aux {
 	float:left; 
 	width: 563px; 
-	padding:20px 30px; 
+	padding:10px 30px; 
 	background: url(../images/bg-tabs.png) no-repeat; 
 	margin-bottom:20px; 
 }

Modified: incubator/esme/trunk/server/src/main/webapp/templates-hidden/message_core.html
URL: http://svn.apache.org/viewvc/incubator/esme/trunk/server/src/main/webapp/templates-hidden/message_core.html?rev=1031081&r1=1031080&r2=1031081&view=diff
==============================================================================
--- incubator/esme/trunk/server/src/main/webapp/templates-hidden/message_core.html (original)
+++ incubator/esme/trunk/server/src/main/webapp/templates-hidden/message_core.html Thu Nov  4 17:07:03 2010
@@ -34,8 +34,7 @@
   				<div class="supp_data_class" id="supp_data"/>
   			</div> <!--end info2--> 				
 
-  			<div class="actions"></div> <!--end actions-->
-  			 <div id="msgsep" class="separator"></div>  <!-- separator works here but is too short--> 
+  			<div class="actions"></div> <!--end actions-->                                               
   		</div> <!--end update2-->
 
   	</div> <!--end updates-box-->

Modified: incubator/esme/trunk/server/src/main/webapp/templates-hidden/message_update_box.html
URL: http://svn.apache.org/viewvc/incubator/esme/trunk/server/src/main/webapp/templates-hidden/message_update_box.html?rev=1031081&r1=1031080&r2=1031081&view=diff
==============================================================================
--- incubator/esme/trunk/server/src/main/webapp/templates-hidden/message_update_box.html (original)
+++ incubator/esme/trunk/server/src/main/webapp/templates-hidden/message_update_box.html Thu Nov  4 17:07:03 2010
@@ -71,7 +71,7 @@
                                         jQuery('#reply-to-span').html(rep_msg);
                                         jQuery('#vMsg').val("@" + author + " ")	
                                         jQuery('#vMsg').focus()
-  		    jQuery('#vPool').val(msgPool);
+  		                                  jQuery('#vPool').val(msgPool);
                                     }
                                   
                                     function clearReplyTo(){

Modified: incubator/esme/trunk/server/src/main/webapp/templates-hidden/timeline_personal.html
URL: http://svn.apache.org/viewvc/incubator/esme/trunk/server/src/main/webapp/templates-hidden/timeline_personal.html?rev=1031081&r1=1031080&r2=1031081&view=diff
==============================================================================
--- incubator/esme/trunk/server/src/main/webapp/templates-hidden/timeline_personal.html (original)
+++ incubator/esme/trunk/server/src/main/webapp/templates-hidden/timeline_personal.html Thu Nov  4 17:07:03 2010
@@ -48,8 +48,7 @@
 				<a id="conversation">
 				<lift:loc>ui_messages_message_label_conversation</lift:loc>
 				</a>
-			</div> <!--end actions-->
-			 <div id="msgsep" class="separator"></div>  <!-- separator works here but is too short--> 
+			</div> <!--end actions-->                                                                  
 		</div> <!--end update2-->
 	            	
 	</div> <!--end updates-box-->