summaryrefslogtreecommitdiffstats
path: root/skins
diff options
context:
space:
mode:
Diffstat (limited to 'skins')
-rw-r--r--skins/standard/global.css14
1 files changed, 6 insertions, 8 deletions
diff --git a/skins/standard/global.css b/skins/standard/global.css
index 7cbda7b0a..5c08cbe04 100644
--- a/skins/standard/global.css
+++ b/skins/standard/global.css
@@ -107,14 +107,14 @@
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;
@@ -125,15 +125,13 @@
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;