home *** CD-ROM | disk | FTP | other *** search
/ developer.apple.com / developer.apple.com.tar / developer.apple.com / bugreporter / styles / bugreporter.css
Cascading Style Sheet File  |  2010-03-04  |  3KB  |  53 lines

  1. /* ------------------------------------------------------
  2.     bugreporter.css
  3. --------------------------------------------------  */
  4. #bugreporter #content ol.lower-roman { list-style-type:lower-roman; }
  5. #bugreporter #content p.intro { font-size:14px; line-height:1.4286em; margin-bottom: 2.5em; }
  6. #bugreporter #main #content { padding:65px 40px 20px !important; }
  7. #bugreporter #content a.more.up { display:block; float:right; margin-bottom:18px; }
  8. #bugreporter #content ul ul, 
  9. #bugreporter #content ul ol,
  10. #bugreporter #content ol ul,
  11. #bugreporter #content ol ol { margin-bottom:0 !important; }
  12. /* ----------------------------------------------------
  13.     Individual Pages
  14. ----------------------------------------------- */
  15. /* Index */
  16. #bugreporter.overview #main #content .grid2cola .column.last.sidebar { width:280px; }
  17. #bugreporter.overview #main #content .grid2cola .column.last .callout { margin-top:-1.6em; margin-bottom:1.6em; *position:relative; }
  18. #bugreporter.overview #main #content .grid2cola .column.last .callout .buttonwrap { margin:1.2em 0 2em; }
  19. #bugreporter.overview #main #content .grid2cola .column.last .callout.plain { 
  20.     margin:-1em 0 -2em; padding-top:0; border:none; background:none;
  21.     box-shadow:none; -webkit-box-shadow:none; -moz-box-shadow:none; -khtml-box-shadow:none; -o-box-shadow:none;
  22. }
  23. #bugreporter.overview #main #content .grid2cola p.intro { width: 550px; }
  24.  
  25. /* New Features */
  26. #bugreporter.newfeatures #main #content .grid2cola .column.first { width:650px; }
  27.  
  28. /* Connection Problems */
  29. #bugreporter.no-connection #main #content .grid2cola .column.first form div.input label { width:165px; }
  30. #bugreporter.no-connection #main #content .grid2cola .column.first form div.input input,
  31. #bugreporter.no-connection #main #content .grid2cola .column.first form div.input textarea { margin-left:8px; margin-right:0; }
  32. #bugreporter.no-connection #main #content .grid2cola .column.first form fieldset.input p.left { width:172px; }
  33.  
  34. /* Bug Reporter Form */
  35. #bugreporter.rep-form #main #content .intro-messages { border-bottom:1px solid #ccc; }
  36. #bugreporter.rep-form #main #content .intro-messages p.intro { margin-top:-1.2em; }
  37. #bugreporter.rep-form #main #content dt { float: left; width:220px; padding-top: 5px; min-height: 1px; /* required to give layout to empty elements */ }
  38. #bugreporter.rep-form #main #content dd { margin-left:230px; padding-top: 5px; }
  39. #bugreporter.rep-form #main #content dd input, #bugreporter.rep-form #main #content dd textarea,
  40. #bugreporter.rep-form #main #content dd p { width:370px; }
  41. #bugreporter.rep-form #main #content dd select { width:200px; }
  42. #bugreporter.rep-form #main #content dd input.version { width:196px; }
  43. #bugreporter.rep-form #main #content dl.submit { border-top:1px solid #ccc; margin-top:25px; padding-top:22px; }
  44. #bugreporter.rep-form #main #content dl.submit dd input { width:auto; }
  45. #bugreporter.rep-form #main #content dl textarea { display:block; }
  46. #bugreporter.rep-form #main #content dl { padding-top:2em; clear:both;}
  47. #bugreporter.rep-form #main #content dt p, #bugreporter.rep-form #main #content dt ul { color:#999; }
  48. #bugreporter.rep-form #main #content dl input.radio { width:50px; }
  49.  
  50. /*    ---------------------------------------------
  51.     Callout - Right side 
  52.     ---------------------------------------------    */
  53. #bugreporter #content .grid2cola .column.last .callout { padding: 25px 30px 5px; margin: 0px 0 4em; }