From 684c776d3c19b0fb18638f24d0377f8dc2feef27 Mon Sep 17 00:00:00 2001 From: William McBrine Date: Fri, 24 May 2013 04:10:48 -0400 Subject: [PATCH] Better alignment. --- content/main.css | 9 +++++++-- plugins/togo/templates/npl.tmpl | 8 ++++---- plugins/video/templates/container_html.tmpl | 9 ++++----- 3 files changed, 15 insertions(+), 11 deletions(-) diff --git a/content/main.css b/content/main.css index 4772fac..7ef3c61 100644 --- a/content/main.css +++ b/content/main.css @@ -57,9 +57,14 @@ td.progmain { width: 100% } -td.unbreak { +td.progsize { white-space: nowrap; - text-align: center + text-align: right +} + +td.progdate { + white-space: nowrap; + text-align: left } img { diff --git a/plugins/togo/templates/npl.tmpl b/plugins/togo/templates/npl.tmpl index b446926..e27dab8 100644 --- a/plugins/togo/templates/npl.tmpl +++ b/plugins/togo/templates/npl.tmpl @@ -39,8 +39,8 @@ Pull from $escape($tname) $row['Title'] - $(row["TotalItems"]) Items - $row["LastChangeDate"] + $(row["TotalItems"]) Items + $row["LastChangeDate"] #else ## This is a show @@ -106,10 +106,10 @@ Pull from $escape($tname) #end if #end if - $row['SourceSize']
+ $row['SourceSize']
$row['Duration'] - $row['CaptureDate'] + $row['CaptureDate'] #end if #end for diff --git a/plugins/video/templates/container_html.tmpl b/plugins/video/templates/container_html.tmpl index c4b986c..0f2a134 100644 --- a/plugins/video/templates/container_html.tmpl +++ b/plugins/video/templates/container_html.tmpl @@ -38,8 +38,8 @@ Push from $escape($folders[0]) $video.title - $video.total_items Items - $video.textDate + $video.total_items Items + $video.textDate #else ## This is a show @@ -61,9 +61,8 @@ Push from $escape($folders[0]) #end if - $video.textSize - - $video.textDate + $video.textSize + $video.textDate #end if #end for -- 2.11.4.GIT