From caac2628a7b3dafd707c385a50d98a3028085b60 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Thu, 23 Oct 2003 00:09:17 +0000 Subject: [project @ 2003-10-23 00:09:16 by jmb] Enable logging into sites which require Basic Authentication Has a couple of issues: 1) Opens the page in the first window in the list 2) Doesn't save the login details so you have to log in to each page. 3) The call to ro_gui_401login_open shouldn't be there. svn path=/import/netsurf/; revision=372 --- !NetSurf/Resources/CSS,f79 | 3 ++- !NetSurf/Resources/Templates,fec | Bin 3683 -> 4315 bytes 2 files changed, 2 insertions(+), 1 deletion(-) (limited to '!NetSurf') diff --git a/!NetSurf/Resources/CSS,f79 b/!NetSurf/Resources/CSS,f79 index d345a2106..54f2067e1 100644 --- a/!NetSurf/Resources/CSS,f79 +++ b/!NetSurf/Resources/CSS,f79 @@ -36,7 +36,8 @@ hr { background-color: #000; height: 1px; } center { text-align: center; } small { font-size: smaller; } big { font-size: larger; } -select, input { background-color: #eeb; color: #000; width: 10em; height: 2em; } +select, input { background-color: #eeb; color: #000; width: 10em; height: 2em; + text-align: left;} textarea { background-color: #eeb; color: #000; text-align: left; } input[type=button], input[type=image], input[type=reset], input[type=submit], button { background-color: #ddd; color: #000; width: auto; diff --git a/!NetSurf/Resources/Templates,fec b/!NetSurf/Resources/Templates,fec index f23c7fa19..8b43f7bb1 100644 Binary files a/!NetSurf/Resources/Templates,fec and b/!NetSurf/Resources/Templates,fec differ -- cgit v1.2.3