Fix for bug 248379: update to bug 245924; enable link groups to be styled individually

Patch by Svetlana Harisova
r=myk
a=myk
This commit is contained in:
myk%mozilla.org 2004-07-03 00:49:16 +00:00
Родитель f2e721be33
Коммит 57ea0e91e0
3 изменённых файлов: 18 добавлений и 22 удалений

Просмотреть файл

@ -107,14 +107,14 @@
display: table; display: table;
} }
#footer .group #footer #links-actions,
#footer #links-edit,
#footer #links-saved
{ {
display: table-row; display: table-row;
} }
#footer #link-action, #footer .label
#footer #link-edit,
#footer #link-saved
{ {
width: 7.2em; width: 7.2em;
display: block; display: block;
@ -125,15 +125,13 @@
padding: 0.1em 0.2em; padding: 0.1em 0.2em;
} }
#footer #link-action #footer #links-actions .label
{ {
padding-top: 0.45em; padding-top: 0.45em;
} }
/* hide from MSIE and NN4 */ /* hide from MSIE and NN4 */
[id]#footer #link-action, [id]#footer .label
[id]#footer #link-edit,
[id]#footer #link-saved
{ {
display: table-cell; display: table-cell;
float: none; float: none;

Просмотреть файл

@ -107,14 +107,14 @@
display: table; display: table;
} }
#footer .group #footer #links-actions,
#footer #links-edit,
#footer #links-saved
{ {
display: table-row; display: table-row;
} }
#footer #link-action, #footer .label
#footer #link-edit,
#footer #link-saved
{ {
width: 7.2em; width: 7.2em;
display: block; display: block;
@ -125,15 +125,13 @@
padding: 0.1em 0.2em; padding: 0.1em 0.2em;
} }
#footer #link-action #footer #links-actions .label
{ {
padding-top: 0.45em; padding-top: 0.45em;
} }
/* hide from MSIE and NN4 */ /* hide from MSIE and NN4 */
[id]#footer #link-action, [id]#footer .label
[id]#footer #link-edit,
[id]#footer #link-saved
{ {
display: table-cell; display: table-cell;
float: none; float: none;

Просмотреть файл

@ -27,8 +27,8 @@
<form method="get" action="show_bug.cgi"> <form method="get" action="show_bug.cgi">
<div id="useful-links"> <div id="useful-links">
<div class="group"> <div id="links-actions">
<div id="link-action">Actions:</div> <div class="label">Actions:</div>
<div class="links"> <div class="links">
<a href="enter_bug.cgi">New</a> | <a href="enter_bug.cgi">New</a> |
<a href="query.cgi">Search</a> | <a href="query.cgi">Search</a> |
@ -64,8 +64,8 @@
</div> </div>
[% IF user.login %] [% IF user.login %]
<div class="group"> <div id="links-edit">
<div id="link-edit">Edit:</div> <div class="label">Edit:</div>
<div class="links"> <div class="links">
<a href="userprefs.cgi">Prefs</a> <a href="userprefs.cgi">Prefs</a>
@ -88,8 +88,8 @@
[%# Saved searches %] [%# Saved searches %]
<div class="group"> <div id="links-saved">
<div id="link-saved"> <div class="label">
[% IF user.showmybugslink OR user.queries.size %] [% IF user.showmybugslink OR user.queries.size %]
Saved&nbsp;Searches: Saved&nbsp;Searches:
[% END %] [% END %]