qs.css 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. /****************************************************************
  2. ** Licensed Materials - Property of IBM
  3. **
  4. ** BI and PM: qs
  5. **
  6. ** (C) Copyright IBM Corp. 2001, 2017
  7. **
  8. ** US Government Users Restricted Rights - Use, duplication or
  9. ** disclosure restricted by GSA ADP Schedule Contract with
  10. ** IBM Corp.
  11. *****************************************************************/
  12. /*
  13. author: Jim Sproull
  14. Added to override other QS styles.
  15. Also for common styles across QS that aren't specific to any one skin.
  16. */
  17. button
  18. {
  19. background: none;
  20. border: 0px solid black;
  21. }
  22. .qs_spinner
  23. {
  24. position: absolute;
  25. right: 10px;
  26. visibility: hidden;
  27. width: 16px;
  28. height: 16px;
  29. padding-top: 10px;
  30. overflow: visible;
  31. }
  32. .bannerOptions
  33. {
  34. font-size: 70%;
  35. }
  36. .userNameContainer
  37. {
  38. font-size: 70%;
  39. }
  40. .formLabel
  41. {
  42. font-size: 70%;
  43. }
  44. .formLink
  45. {
  46. font-size: 70%;
  47. }
  48. .formText
  49. {
  50. font-size: 70%;
  51. }
  52. .text
  53. {
  54. font-size: 70%;
  55. }
  56. .boxBody
  57. {
  58. font-size: 70%;
  59. }
  60. .boxHeader
  61. {
  62. font-size: 70%;
  63. }
  64. .dialogHeaderText
  65. {
  66. font-size: 70%;
  67. }
  68. .dialogHintText
  69. {
  70. font-size: 70%;
  71. }
  72. .dialogHeaderTitle
  73. {
  74. font-size: 70%;
  75. }
  76. .dialogHeaderLink
  77. {
  78. font-size: 70%;
  79. }
  80. .tableTitle
  81. {
  82. font-size: 70%;
  83. }
  84. .tabletext
  85. {
  86. font-size: 70%;
  87. }