From 9bb616d778ce710be1731eb591ebeeadd1f3eff1 Mon Sep 17 00:00:00 2001 From: Michael Peter Christen Date: Wed, 30 Apr 2014 06:21:53 +0200 Subject: [PATCH] enhanced HostBrowser buttons and fixed text input alignment --- htroot/HostBrowser.html | 17 ++++++++++------- htroot/env/base.css | 6 ------ 2 files changed, 10 insertions(+), 13 deletions(-) diff --git a/htroot/HostBrowser.html b/htroot/HostBrowser.html index 1e93bacd3..68d784211 100644 --- a/htroot/HostBrowser.html +++ b/htroot/HostBrowser.html @@ -81,15 +81,18 @@ function updatepage(str) {
- Host/URL: - - +
+ Host/URL + +
+ +
+
#(delete)#:: - - +   + #(/delete)# -
-
+
#[result]# diff --git a/htroot/env/base.css b/htroot/env/base.css index 82f262c59..bd4b4b688 100644 --- a/htroot/env/base.css +++ b/htroot/env/base.css @@ -120,12 +120,6 @@ label { cursor:pointer; } -input { -margin:0.2em; -margin-top:0px; -margin-bottom:0px; -} - pre { font-family:monospace; }