tidied display space - issue #70

Esse commit está contido em:
fossfreedom
2012-10-17 21:11:23 +01:00
commit ee0573a265
2 arquivos alterados com 3 adições e 12 exclusões
+2 -9
Ver Arquivo
@@ -178,15 +178,9 @@
</script>
</head>
<body>
<p id="heading"> ${_("Album art search")} </p>
<div id="info">
<label> ${_("Artist")}: ${artist} </label><br/>
<label> ${_("Album")}: ${album} </label>
</div>
<hr/>
<div id="searchoptioncontainer">
<a href="#" onclick="toggleSelectOption(this); return false;">
${_("Search Options")}: [+]</a>
${_("Search Options")}: [+]</a> ${_("Tip: doubleclick or drag a cover to use it as the album cover")}
<div id="searchoption" style="display:none;">
<label>${_("Search Mode")}: </label>
<select id="searchmode" onchange="onOptionChange(this);">
@@ -208,9 +202,8 @@
<option value="x-large">${_("Extra Large")}</option>
</select>
</div>
</div>
</div>
<hr/>
${_("Tip: doubleclick or drag a cover to use it as the album cover")}
<div id="content">${_("Loading...")}</div>
<a id="more" href="#" onclick="moreResults(); return false;">
${_("Show more results")}</a>
+1 -3
Ver Arquivo
@@ -7,7 +7,5 @@
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<link rel="stylesheet" href="${stylesheet}" type="text/css" />
</head>
<body>
<p id="heading">${_(' Album art search - Select an album')}</p>
</body>
<body></body>
</html>