make cursor pointer to the right place

git-svn-id: https://svn.apache.org/repos/asf/james/hupa/trunk@1522443 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/client/src/main/java/org/apache/hupa/client/ui/MessageContentView.ui.xml b/client/src/main/java/org/apache/hupa/client/ui/MessageContentView.ui.xml
index 544be71..b77eded 100644
--- a/client/src/main/java/org/apache/hupa/client/ui/MessageContentView.ui.xml
+++ b/client/src/main/java/org/apache/hupa/client/ui/MessageContentView.ui.xml
@@ -134,7 +134,6 @@
 		.moreHeaders {
 			position: absolute;
 			top: 8px;
-            cursor: pointer;
 			right: 18px;
 			width: 18em;
 			text-align: right;
@@ -149,6 +148,7 @@
 			height: 13px;
 			text-indent: 1000px;
 			overflow: hidden;
+      cursor: pointer;
 		}
 	</ui:style>
 	<g:DockLayoutPanel unit="PX">
@@ -174,5 +174,9 @@
 			</g:DockLayoutPanel>
 		</g:center>
 	</g:DockLayoutPanel>
+<<<<<<< HEAD
 >>>>>>> fixed issue#64, add attachments region in message content view
-</ui:UiBinder>
\ No newline at end of file
+</ui:UiBinder>
+=======
+</ui:UiBinder>
+>>>>>>> make cursor pointer to the right place