Browse Source

minor fix

Gerald 12 years ago
parent
commit
f7a230b631
4 changed files with 4 additions and 5 deletions
  1. 1 1
      confirm.html
  2. 1 1
      manifest.json
  3. 1 1
      options.js
  4. 1 2
      style.css

+ 1 - 1
confirm.html

@@ -17,7 +17,7 @@
 					<button class=i18n id=bClose>buttonClose</button>
 					<button class=i18n id=bClose>buttonClose</button>
 				</td>
 				</td>
 			</tr>
 			</tr>
-			<tr><td colspan=2 id=msg> </td></tr>
+			<tr><td colspan=2 id=msg>&nbsp;</td></tr>
 			<tr class=expand><td id=eCode colspan=2 class=expandr></td></tr>
 			<tr class=expand><td id=eCode colspan=2 class=expandr></td></tr>
 			<tr><td colspan=2 class=center><span class=i18n>anchorSupportPage</span> - <span class=i18n>anchorAuthor</span> - 2013</td></tr>
 			<tr><td colspan=2 class=center><span class=i18n>anchorSupportPage</span> - <span class=i18n>anchorAuthor</span> - 2013</td></tr>
 		</table>
 		</table>

+ 1 - 1
manifest.json

@@ -4,7 +4,7 @@
 	"manifest_version" : 2,
 	"manifest_version" : 2,
 	"description" : "__MSG_extDescription__",
 	"description" : "__MSG_extDescription__",
 	"developer": {"name" : "Gerald", "url" : "http://gera2ld.blog.163.com"},
 	"developer": {"name" : "Gerald", "url" : "http://gera2ld.blog.163.com"},
-	"homepage_url":"http://github.com/gera2ld/Violentmonkey-nex",
+	"homepage_url":"http://github.com/gera2ld/Violentmonkey/wiki",
 	"icons" : {
 	"icons" : {
 		"16":"images/icon16.png",
 		"16":"images/icon16.png",
 		"48":"images/icon48.png",
 		"48":"images/icon48.png",

+ 1 - 1
options.js

@@ -20,8 +20,8 @@ function loadItem(o,r){
 	var d=o.div,n=o.obj;
 	var d=o.div,n=o.obj;
 	d.innerHTML='<img class=icon>'
 	d.innerHTML='<img class=icon>'
 	+'<a class="name ellipsis" target=_blank></a>'
 	+'<a class="name ellipsis" target=_blank></a>'
-	+'<span class=author></span>'
 	+'<span class=version>'+(n.meta.version?'v'+n.meta.version:'')+'</span>'
 	+'<span class=version>'+(n.meta.version?'v'+n.meta.version:'')+'</span>'
+	+'<span class=author></span>'
 	+'<div class=panelT>'
 	+'<div class=panelT>'
 		+(allowUpdate(n)?'<a data=update class=update href=#>'+_('anchorUpdate')+'</a> ':'')
 		+(allowUpdate(n)?'<a data=update class=update href=#>'+_('anchorUpdate')+'</a> ':'')
 		+'<span class=move data=move>&equiv;</span>'
 		+'<span class=move data=move>&equiv;</span>'

+ 1 - 2
style.css

@@ -35,8 +35,7 @@ fieldset{border-radius:5px;}
 #sList>div.moving{background:#bb6;border:1px outset gray;cursor:move;}
 #sList>div.moving{background:#bb6;border:1px outset gray;cursor:move;}
 #sList.simple>div{height:50px;}
 #sList.simple>div{height:50px;}
 #sList .version,#sList .author{margin-left:20px;color:gray;font-style:italic;}
 #sList .version,#sList .author{margin-left:20px;color:gray;font-style:italic;}
-#sList.simple .author{display:none;}
-#sList.simple .descrip{display:none;}
+#sList.simple .author,#sList.simple .descrip{display:none;}
 #sList .message{color:gray;position:absolute;bottom:10px;left:50px;}
 #sList .message{color:gray;position:absolute;bottom:10px;left:50px;}
 #sList .icon{width:32px;height:32px;margin:2px;position:absolute;}
 #sList .icon{width:32px;height:32px;margin:2px;position:absolute;}
 #sList .name{font-weight:bold;line-height:150%;display:inline-block;max-width:400px;margin-left:40px;}
 #sList .name{font-weight:bold;line-height:150%;display:inline-block;max-width:400px;margin-left:40px;}