From 97728bee879d25d17df90e1dfc0406d7627f07db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anders=20Betn=C3=A9r?= Date: Sun, 25 Jun 2006 17:55:03 +0000 Subject: [PATCH] Layout fiddeling on config.html closes #163 --- admin-root/config.html | 11 ++++++++--- admin-root/config.js | 6 ++++-- admin-root/config.xml | 4 ++-- admin-root/mt-daapd.css | 1 - 4 files changed, 14 insertions(+), 8 deletions(-) diff --git a/admin-root/config.html b/admin-root/config.html index c62e11cb..1e93d4a8 100644 --- a/admin-root/config.html +++ b/admin-root/config.html @@ -13,12 +13,17 @@ input { select { font: icon; } -#config_path { +#config_path_label { float: left; width: 11em; font:icon; - padding-top: .3em; - padding-left: 1em; + padding: .3em 0 .5em 1em; +} +#config_path { + float: left; + width: 50em; + font: icon; + padding: .3em 0 .5em 0; } .addItemHref { float: left; diff --git a/admin-root/config.js b/admin-root/config.js index 261f9d25..9e7035a2 100644 --- a/admin-root/config.js +++ b/admin-root/config.js @@ -169,8 +169,10 @@ var Config ={ var body = document.createElement('div'); body.className = 'navibox'; if ('Server' == sectionName) { - body.appendChild(Builder.node('span',{id:'config_path'},'Config File Location')); - body.appendChild(document.createTextNode(Config.configPath)); + body.appendChild(Builder.node('span',{id:'config_path_label'},'Config File Location')); + var span = Builder.node('span',{id:'config_path'}); + span.appendChild(document.createTextNode(Config.configPath)); + body.appendChild(span); body.appendChild(Builder.node('br')); body.appendChild(Builder.node('div',{style: 'clear: both;'})); } diff --git a/admin-root/config.xml b/admin-root/config.xml index ab5a1917..31e3e707 100644 --- a/admin-root/config.xml +++ b/admin-root/config.xml @@ -151,7 +151,7 @@ Group compilations - Compilations are grouped under &Various artists& + Compilations are grouped under "Various artist" select @@ -188,7 +188,7 @@ Rescan Interval - How often should mt-daapd look for new files? In seconds. + How often should Firefly look for new files? In seconds. text diff --git a/admin-root/mt-daapd.css b/admin-root/mt-daapd.css index 93fd7bca..bb584d52 100644 --- a/admin-root/mt-daapd.css +++ b/admin-root/mt-daapd.css @@ -205,7 +205,6 @@ td.text /* config.html */ #toggle_basic_advanced { font: icon !important; - margin-left: 30em; } /* smart.html */ #pl_editor {