123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159 |
- /****************************************************************
- ** IBM Confidential
- **
- ** OCO Source Materials
- **
- ** BI and PM: tm1web
- **
- ** (C) Copyright IBM Corp. 2007, 2009, 2011
- **
- ** The source code for this program is not published or otherwise
- ** divested of its trade secrets, irrespective of what has been
- ** deposited with the U.S. Copyright Office.
- *****************************************************************/
- .picklist_button
- {
- position:fixed;
- height:15px;
- padding-bottom: 0px;
- padding-top: 3px;
- padding-left: 0px;
- padding-right: 3px;
- background-color: CCCCCC;
- BACKGROUND-IMAGE : url(../../images/downArrow1.gif);
- BACKGROUND-REPEAT : no-repeat;
- background-position: center center;
- z-index: 10;
- }
- .picklist_resize_img
- {
- }
- .picklist_dropdownlist_table
- {
- position: fixed;
- background-color: #ffffff;
- border: gray 1px solid;
- cell-spacing:0;
- cell-padding:0;
- }
- .picklist_dropdownlist_table_cell1
- {
- align: right;
- vertical-align: bottom;
- text-align: left;
-
- }
- .picklist_dropdownlist_table_cell2
- {
- align: right;
- vertical-align: top;
- text-align: right;
- }
- .picklist_dropdownlist_picklist_div
- {
- overflow: auto;
- background-color: #ffffff;
- position: relative;
- padding-bottom: 0px;
- padding-top: 0px;
- padding-left: 0px;
- padding-right: 0px;
- z-index: 701;
- }
- .picklist_dropdownlist_picklist_list_table
- {
- border:0;
- padding:0;
- cell-spacing:0;
- width: 99%;
- }
- .picklist_dropdownlist_picklist_listmenu
- {
- font-family: tahoma, arial, monospace;
- font-size: 8pt;
- font-weight:normal;
- background-color: #ffffff;
- }
- .picklist_dropdownlist_picklist_listmenu_sel
- {
- cursor:pointer;
- font-family: tahoma, arial, monospace;
- font-size: 8pt;
- font-weight:normal;
- background-color: rgb(196, 217, 231);
- }
- .list_button
- {
- position:fixed;
- height:15px;
- width:15px;
- padding-bottom: 0px;
- padding-top: 3px;
- padding-left: 0px;
- padding-right: 3px;
- background-color: #CCCCCC;
- BACKGROUND-IMAGE : url(../../images/downArrow1.gif);
- BACKGROUND-REPEAT : no-repeat;
- background-position: center center;
- z-index: 10;
- }
- .list_menu
- {
- position: relative;
- width: 99%;
- background-color: #ffffff;
- }
- .list_menu_div
- {
- overflow-y: scroll;
- background-color: #ffffff;
- position: relative;
- left:0px;
- top:0px;
- height:88%;
- padding-bottom: 0px;
- padding-top: 0px;
- padding-left: 0px;
- padding-right: 0px;
- }
- .list_div
- {
- position: fixed;
- background-color: white;
- border: 1px solid gray;
- z-index: 701;
- }
- .list_menuitem_hover
- {
- background-color: rgb(196, 217, 231);
- }
- .list_menuitem_hoverout
- {
- background-color: white;
- }
- .list_menuitem_iconcell
- {
- margin: 0px;
- padding: 0px;
- display: none;
- }
- .list_menuitem_label {
- padding-bottom: 0px;
- padding-top: 0px;
- }
- .list_menuitem
- {
- font-family: tahoma, arial, monospace;
- font-size: 8pt;
- padding-bottom: 0px;
- padding-top: 0x;
- padding-left: 2px;
- padding-right: 0px;
- font-weight:normal;
- }
|