Last active
August 24, 2016 18:09
-
-
Save angaither/2bd93df2df98b986e41cfcd7b3b542c1 to your computer and use it in GitHub Desktop.
css changes for rtv
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* language switcher */ | |
#setlang { | |
display: none !important; | |
} | |
/* already registered, share link */ | |
#share-link { | |
display: none; | |
} | |
/* survey questions */ | |
fieldset.surveyquestions { | |
display: none; | |
} | |
/* RTV share section on last page */ | |
.finish section+section{ | |
display: none; | |
} | |
/* get emails from RTV checkboxes */ | |
fieldset.submit>.inputs { | |
display: none; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment