Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

first attempt at adding a consistent css namespace #18

Closed
wants to merge 1 commit into from

Conversation

dbolser-ebi
Copy link

Unfortunately, it's not perfect... i.e. I've made some mistakes somewhere...

In any case, you can compare to genoverse.org here:
http://www.ebi.ac.uk/~dbolser/GV/Genoverse/?r=13:109600001-114364328

Just checking manually now (see the two new files for how I scripted it).

Cheers,
Dan.

background: #FFF;
z-index: 1;
}

.track_container.partially_hidden + .track_container {
.genoverse_track_container.partially_hidden + .genoverse_track_container {
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ahh... forgot to prefix any selector like this, i.e. x.y <- forgot to prefix y!

@dbolser-ebi
Copy link
Author

I'm seeing more things I missed... perhaps I'll try again.

.canvas_zoom.o .l.v { left: 8px; }
.canvas_zoom.o .r.v { right: 8px; }
.genoverse_canvas_zoom { position: absolute; display: none; z-index: 20; }
.genoverse_canvas_zoom.i { width: 40px; height: 40px; }
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ing?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Huh? You've removed a lot more than you've added :-/

@dbolser-ebi
Copy link
Author

Thanks for the info, I'm adjusting my process.

@dbolser-ebi dbolser-ebi closed this Sep 5, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants