Ver código fonte

Merge branch 'master' of http://106.246.249.162:13000/orderqueen/oqpo-view

juney 2 anos atrás
pai
commit
ff47ba64ed
1 arquivos alterados com 5 adições e 2 exclusões
  1. 5 2
      src/main/webapp/mobile/app/main.html

+ 5 - 2
src/main/webapp/mobile/app/main.html

@@ -56,6 +56,9 @@
56 56
 			margin:0 2%;
57 57
 			border:1px solid #aaa;
58 58
 		}
59
+		.noti_pt {
60
+			padding-top:5px;
61
+		} 
59 62
 	</style>
60 63
 </head>
61 64
 <body>
@@ -373,8 +376,8 @@
373 376
 						<div class="fnNoteFromTo noti_text"></div>
374 377
 					</div>
375 378
 					<div class="itp_notify_row">
376
-						<label class="noti_label">첨부파일</label>
377
-						<span>:</span>
379
+						<label class="noti_label noti_pt">첨부파일</label>
380
+						<span class="noti_pt">:</span>
378 381
 						<div class="fnNoteFile noti_text"></div>
379 382
 					</div>
380 383
 				</div>