Closed GoogleCodeExporter closed 8 years ago
This can be fixed by going to Dashboard > Gmail > Edit > Footer > Storage and
inputting the following CSS:
/* For storage */
.mh {
visibility: hidden;
}
/* For manage link */
.aeY {
display: none !important;
}
It will be fixed officially in the next version.
Original comment by anst...@gmail.com
on 24 Jan 2013 at 4:36
Issue 273 has been merged into this issue.
Original comment by anst...@gmail.com
on 24 Jan 2013 at 4:44
Hi,
i tried to add the CSS (which is very similar to what is already written) and
it does not change the footer... Thanks for your help ! :)
Original comment by etienne....@gmail.com
on 24 Jan 2013 at 4:50
Oops, storage should have been:
/* For storage */
.mh {
visibility: hidden !important;
}
With those edits (just adding `!important`) it works again for me. Are you sure
it saved your changes?
Original comment by anst...@gmail.com
on 24 Jan 2013 at 4:54
I changed to :
/* For storage */
.mh {
visibility: hidden !important;
}
and
/* For manage link */
.aeY {
display: none !important;
}
But it do not work...
Original comment by etienne....@gmail.com
on 24 Jan 2013 at 4:59
To help troubleshoot:
1. Go to your Gmail tab, right click on the storage part of the footer and
select "Inspect Element".
2. Expand the code panel
3. Take a screenshot
Original comment by anst...@gmail.com
on 24 Jan 2013 at 5:01
Here is the screenshot of the code of the percentage.
Original comment by etienne....@gmail.com
on 24 Jan 2013 at 5:04
Attachments:
Try this CSS:
/* For storage */
.md > div:first-child {
visibility: hidden !important;
}
/* For manage link */
.aeW {
display: none !important;
}
This appears to be a localization issue. Sometimes in different
languages/countries the UI is slightly different.
Original comment by anst...@gmail.com
on 24 Jan 2013 at 5:08
It works !
Good answer for french Chrome users.
Thank you Ansel =)
Original comment by etienne....@gmail.com
on 24 Jan 2013 at 5:10
You're welcome! Thanks for helping me troubleshoot. I will ensure that these do
not conflict with the English UI and push it into the next version.
Original comment by anst...@gmail.com
on 24 Jan 2013 at 5:18
Issue 277 has been merged into this issue.
Original comment by anst...@gmail.com
on 25 Jan 2013 at 5:40
Fixed in 0.6.6. Please update and confirm
Original comment by anst...@gmail.com
on 4 Feb 2013 at 2:30
I confirm, this issue is fixed in 0.6.6.
Thank you !
Original comment by etienne....@gmail.com
on 4 Feb 2013 at 10:43
Original comment by anst...@gmail.com
on 4 Feb 2013 at 4:12
Original issue reported on code.google.com by
etienne....@gmail.com
on 24 Jan 2013 at 4:32