You are here

ahah_example.css in Examples for Developers 6

/* hide the next button when not degrading to non-javascript browser */
html.js .next-button { 
  display: none; 
}


/* Make the next/choose button align to the right of the select control */
#edit-master-dropdown-wrapper {
  display: inline-block;
}

File

ahah_example/ahah_example.css
View source
  1. /* hide the next button when not degrading to non-javascript browser */
  2. html.js .next-button {
  3. display: none;
  4. }
  5. /* Make the next/choose button align to the right of the select control */
  6. #edit-master-dropdown-wrapper {
  7. display: inline-block;
  8. }