haroldmodesto / minimalist

Automatically exported from code.google.com/p/minimalist
0 stars 0 forks source link

Storage & Storage manage link do not hide #272

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What is the problem? Describe completely:

Minimalist version   - 3.0.0
Relevant core module - Gmail
Chrome version       - 24.0.1312.56 m
Operating System     - Windows 7
Language             - French
Google Apps user?    - No
Other extensions     -

Please provide any additional information below and attach screenshots if
relevant.

Original issue reported on code.google.com by etienne....@gmail.com on 24 Jan 2013 at 4:32

GoogleCodeExporter commented 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

GoogleCodeExporter commented 8 years ago
Issue 273 has been merged into this issue.

Original comment by anst...@gmail.com on 24 Jan 2013 at 4:44

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
Here is the screenshot of the code of the percentage.

Original comment by etienne....@gmail.com on 24 Jan 2013 at 5:04

Attachments:

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
It works !
Good answer for french Chrome users.
Thank you Ansel =)

Original comment by etienne....@gmail.com on 24 Jan 2013 at 5:10

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
Issue 277 has been merged into this issue.

Original comment by anst...@gmail.com on 25 Jan 2013 at 5:40

GoogleCodeExporter commented 8 years ago
Fixed in 0.6.6. Please update and confirm

Original comment by anst...@gmail.com on 4 Feb 2013 at 2:30

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago

Original comment by anst...@gmail.com on 4 Feb 2013 at 4:12