123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104 |
- /****************************************************************
- ** Licensed Materials - Property of IBM
- **
- ** BI and PM: qs
- **
- ** (C) Copyright IBM Corp. 2001, 2017
- **
- ** US Government Users Restricted Rights - Use, duplication or
- ** disclosure restricted by GSA ADP Schedule Contract with
- ** IBM Corp.
- *****************************************************************/
- /*
- author: Jim Sproull
- Added to override other QS styles.
- Also for common styles across QS that aren't specific to any one skin.
- */
- button
- {
- background: none;
- border: 0px solid black;
- }
- .qs_spinner
- {
- position: absolute;
- right: 10px;
- visibility: hidden;
- width: 16px;
- height: 16px;
- padding-top: 10px;
- overflow: visible;
- }
- .bannerOptions
- {
- font-size: 70%;
- }
- .userNameContainer
- {
- font-size: 70%;
- }
- .formLabel
- {
- font-size: 70%;
- }
- .formLink
- {
- font-size: 70%;
- }
- .formText
- {
- font-size: 70%;
- }
- .text
- {
- font-size: 70%;
- }
- .boxBody
- {
- font-size: 70%;
- }
- .boxHeader
- {
- font-size: 70%;
- }
- .dialogHeaderText
- {
- font-size: 70%;
- }
- .dialogHintText
- {
- font-size: 70%;
- }
- .dialogHeaderTitle
- {
- font-size: 70%;
- }
- .dialogHeaderLink
- {
- font-size: 70%;
- }
- .tableTitle
- {
- font-size: 70%;
- }
- .tabletext
- {
- font-size: 70%;
- }
|