summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2008-11-14 16:56:17 +0000
committerTim Almdal <tnalmdal@shaw.ca>2008-11-14 16:56:17 +0000
commited90edfa960d94705768cae7061804e3c44f650a (patch)
treea4431154595730d8b0ea479b825a01ee812d2329
parente0ec9dd76a62ad712b2a771a383f262557116753 (diff)
Remove class="gInline" and set the css as suggested by thumb in -devel
-rw-r--r--modules/user/views/login.html.php2
-rw-r--r--themes/default/css/screen.css3
2 files changed, 4 insertions, 1 deletions
diff --git a/modules/user/views/login.html.php b/modules/user/views/login.html.php
index a6abf4ab..27591721 100644
--- a/modules/user/views/login.html.php
+++ b/modules/user/views/login.html.php
@@ -2,7 +2,7 @@
<form id="gLogin" action="<?= url::site("login/process") ?>">
<fieldset>
<legend><?= _("Login") ?></legend>
- <ul class="gInline">
+ <ul>
<li>
<label for="gUsername"><?= _("Username") ?></label>
<input type="text" id="gUsername" />
diff --git a/themes/default/css/screen.css b/themes/default/css/screen.css
index 62e07c2f..5261706a 100644
--- a/themes/default/css/screen.css
+++ b/themes/default/css/screen.css
@@ -758,6 +758,9 @@ li.gError select {
/* ~~~~~~~~~ login form ~~~~~~~~~~ */
+#gHeader #gLogin li {
+ float: left;
+}
#gLogin fieldset {
border: none;
}