]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix for bug 248379: update to bug 245924; enable link groups to be styled individually
authormyk%mozilla.org <>
Sat, 3 Jul 2004 07:49:16 +0000 (07:49 +0000)
committermyk%mozilla.org <>
Sat, 3 Jul 2004 07:49:16 +0000 (07:49 +0000)
Patch by Svetlana Harisova
r=myk
a=myk

css/global.css
skins/standard/global.css
template/en/default/global/useful-links.html.tmpl

index 7cbda7b0a49e8caeab3d7dccb705ac26346f37e2..5c08cbe0476660b128dae67b87fc3cffe78b1c6b 100644 (file)
         display: table;
     }
 
-    #footer .group
+    #footer #links-actions,
+    #footer #links-edit,
+    #footer #links-saved
     {
         display: table-row;
     }
 
-    #footer #link-action,
-    #footer #link-edit,
-    #footer #link-saved
+    #footer .label
     {
         width: 7.2em;
         display: block;
         padding: 0.1em 0.2em;
     }
 
-    #footer #link-action
+    #footer #links-actions .label
     {
         padding-top: 0.45em;
     }
 
     /* hide from MSIE and NN4 */
-    [id]#footer #link-action,
-    [id]#footer #link-edit,
-    [id]#footer #link-saved
+    [id]#footer .label
     {
         display: table-cell;
         float: none;
index 7cbda7b0a49e8caeab3d7dccb705ac26346f37e2..5c08cbe0476660b128dae67b87fc3cffe78b1c6b 100644 (file)
         display: table;
     }
 
-    #footer .group
+    #footer #links-actions,
+    #footer #links-edit,
+    #footer #links-saved
     {
         display: table-row;
     }
 
-    #footer #link-action,
-    #footer #link-edit,
-    #footer #link-saved
+    #footer .label
     {
         width: 7.2em;
         display: block;
         padding: 0.1em 0.2em;
     }
 
-    #footer #link-action
+    #footer #links-actions .label
     {
         padding-top: 0.45em;
     }
 
     /* hide from MSIE and NN4 */
-    [id]#footer #link-action,
-    [id]#footer #link-edit,
-    [id]#footer #link-saved
+    [id]#footer .label
     {
         display: table-cell;
         float: none;
index 8e208927c5c3ef55a40c5249d11732f571723ca4..b37ef4c356cb4bca87ae9dbbadac878f28f5d3f1 100644 (file)
@@ -27,8 +27,8 @@
 
 <form method="get" action="show_bug.cgi">
 <div id="useful-links">
-  <div class="group">
-    <div id="link-action">Actions:</div>
+  <div id="links-actions">
+    <div class="label">Actions:</div>
     <div class="links">
         <a href="enter_bug.cgi">New</a> | 
         <a href="query.cgi">Search</a> |
@@ -64,8 +64,8 @@
   </div>
       
     [% IF user.login %] 
-  <div class="group">
-    <div id="link-edit">Edit:</div>
+  <div id="links-edit">
+    <div class="label">Edit:</div>
     <div class="links">
 
         <a href="userprefs.cgi">Prefs</a>
@@ -88,8 +88,8 @@
 
     [%# Saved searches %]
     
-  <div class="group">
-    <div id="link-saved">
+  <div id="links-saved">
+    <div class="label">
       [% IF user.showmybugslink OR user.queries.size %]
           Saved&nbsp;Searches:
       [% END %]