diff --git a/data/interfaces/default/comicdetails.html b/data/interfaces/default/comicdetails.html index 252cbbe0..6699d874 100644 --- a/data/interfaces/default/comicdetails.html +++ b/data/interfaces/default/comicdetails.html @@ -64,17 +64,17 @@ - +
- +
- - + + - +
@@ -129,14 +129,14 @@ Action Lab %elif comic['ComicPublisher'] == 'Zenescope Entertainment': Zenescope - %endif + %endif
-
+
@@ -179,11 +179,11 @@ %endif %else: - %endif + %endif
@@ -219,7 +219,7 @@
-
+
@@ -266,7 +266,7 @@
@@ -353,7 +353,7 @@
-
+
@@ -430,7 +430,7 @@ ${issue['Int_IssueNumber']} ${issue['Issue_Number']} - <% + <% if len(issue['IssueName']) > 70: issuename = issue['IssueName'][:70] + '...' else: @@ -453,7 +453,7 @@ %elif (issue['Status'] == 'Snatched'): - + %if mylar.FAILED_DOWNLOAD_HANDLING: %endif @@ -527,7 +527,7 @@
- + @@ -541,7 +541,7 @@ - + %for annual in annuals: @@ -565,7 +565,7 @@ %> - <% + <% if annual['Int_IssueNumber'] is None: annual_Number = annual['Int_IssueNumber'] else: @@ -607,7 +607,7 @@ %if linky: %if linky.endswith('.cbz'): - +
Close
@@ -641,7 +641,7 @@
Options
%endif - %if mylar.ANNUALS_ON: + %if mylar.ANNUALS_ON:
@@ -691,34 +691,34 @@ diff --git a/data/interfaces/default/css/style.css b/data/interfaces/default/css/style.css index 891a10df..1afe44e5 100755 --- a/data/interfaces/default/css/style.css +++ b/data/interfaces/default/css/style.css @@ -267,9 +267,6 @@ textarea:invalid { .no-boxshadow textarea:invalid { background-color: #f0dddd; } -input[type="checkbox"] { - vertical-align: bottom; -} label, input[type="button"], input[type="submit"], @@ -782,7 +779,7 @@ div#searchbar .mini-icon { margin-top: 6px; } .checkbox.inline { - padding: 0 5px; + padding: 5px; } .checkbox.inline > input { margin-right: 5px; @@ -1904,6 +1901,6 @@ img.btn_close { fieldset { border: none; } -img.highqual { +img.highqual { -ms-interpolation-mode: bicubuic; } diff --git a/data/interfaces/default/upcoming.html b/data/interfaces/default/upcoming.html index c7262117..7018276e 100755 --- a/data/interfaces/default/upcoming.html +++ b/data/interfaces/default/upcoming.html @@ -8,17 +8,17 @@ -
+
<%def name="body()"> - +

Wanted IssuesWanted Issues (${wantedcount})

-
+
%if mylar.UPCOMING_SNATCHED: @@ -85,7 +85,7 @@ %endfor - +
@@ -241,7 +241,7 @@ }); } - + function initThisPage() { $(function() { $( "#tabs" ).tabs(); @@ -256,7 +256,7 @@ initActions(); } $(document).ready(function() { - initThisPage(); + initThisPage(); });