fix some layout bugs, mainly for IE

3col
Vitaliy Filippov 2014-12-17 16:29:59 +03:00
parent cd352b87d4
commit 01fc24e749
5 changed files with 6 additions and 11 deletions

View File

@ -297,7 +297,6 @@ hr {
}
#title {
width: 150px;
font-size: 120%;
}
@ -317,16 +316,13 @@ hr {
border: none;
border-radius: 0;
color: #404040;
margin: 0 10px;
margin: 0 10px 0 0;
}
#header .links {
width: auto;
}
.login-links ul {
}
.login-links li {
display: inline;
}
@ -336,7 +332,7 @@ hr {
}
.links li {
margin: 0 10px 0 0;
margin: 0 0 0 10px;
padding: 0;
}

View File

@ -8,7 +8,7 @@
.search_description { display: inline-block; margin: 2px; padding: 2px; border: 1px solid gray; }
.search_description._and { background-color: #e0e0ff; }
.search_description._or { background-color: #ffffe0; }
.search_description li { list-style-type: none; margin: 0 0.5em; display: inline-block; }
.search_description li { list-style-type: none; width: auto; margin: 0 0.5em; display: inline-block; }
.search_description .search_field { font-weight: bold; }
.search_description .search_value { font-size: 85%; }

View File

@ -205,7 +205,6 @@
ul.links li {
display: inline;
white-space: nowrap;
}
/* link lists (end) */

View File

@ -79,10 +79,11 @@
[%+ user.login FILTER html %]
[% END %]
[%-# Work around FF bug: keep this on one line %]</li>
</li>
[% ELSE %]
[% PROCESS link_to_documentation %]
[% IF Param('createemailregexp')
&& user.authorizer.user_can_create_account %]
<li id="new_account_container_[% qs_suffix %]">

View File

@ -66,8 +66,7 @@
# set header's default value here only if it is undefined. %]
[% IF !header.defined %][% header = title %][% END %]
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
[% Hook.process("start") %]