123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495 |
- /*
- * IBM Confidential
- *
- * OCO Source Materials
- *
- * IBM Cognos Products: TM1
- *
- * (C) Copyright IBM Corp. 2007, 2013
- *
- * 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.
- */
- /* main css for ElementSelector.aspx */
- body
- {
- margin: 0px;
- }
- /* Disable default selection in Firefox */
- table
- {
- -moz-user-select: none;
- }
- /* Very top of dialog popup contents */
- .titlebar
- {
- position: absolute;
- left: 0px;
- top: 0px;
- height: 30px;
- max-height: 30px;
- width: 100%;
- background-image: url(../cognosTheme/images/dialog/dialog_b_grad.png);
- border-top:1px solid #94AEBD;
- padding-top: 10px;
- _padding-top: 6px;
- }
- .gtext, .titletext, .dropdown_text, .dropdown_text_disabled,
- .treeTitleText, .treeTitleTextOff,
- .match, .nomatch1, .nomatch2, .nomatch3, .nomatch4, .nomatch5
- {
- font-family: tahoma, arial, sans-serif, monospace;
- font-size: 8pt;
- white-space: nowrap;
- }
- .gtextWrap
- {
- font-family: tahoma, arial, sans-serif, monospace;
- font-size: 8pt;
- }
- .gtext10, .dialogButton
- {
- font-family: tahoma, arial, sans-serif, monospace;
- font-size: 10pt;
- }
- .titletext
- {
- font-family: tahoma, arial, sans-serif, monospace;
- font-weight: bold;
- margin-left: 3px;
- color: #000000;
- }
- .match
- {
- color: White;
- background-color: rgb(0,0,128);
- }
- .nomatch1
- {
- background-color: rgb(200,0,0);
- }
- .nomatch2
- {
- background-color: rgb(207,44,44);
- }
- .nomatch3
- {
- background-color: rgb(219,90,90);
- }
- .nomatch4
- {
- background-color: rgb(232,140,140);
- }
- .nomatch5
- {
- background-color: rgb(241,198,198);
- }
- .toolbar, .bottomToolbar
- {
- position: absolute;
- left: 0px;
- width: 100%;
- }
- /* Cognos Background 1 */
- .toolbar
- {
- top: 0px;
- height: 27px;
- background-image: url(../cognosTheme/images/toolbar/toolbar_bg1.png);
- border-top: 1px solid #94AEBD;
- border-bottom: 1px solid #6CB2DE;
- }
- /* Cognos Background 2 */
- .bottomToolbar
- {
- top: 27px;
- height: 27px;
- background-image: url(../cognosTheme/images/toolbar/toolbar_bg2.png);
- border-top: 1px solid #C6D7DE;
- border-bottom: 1px solid #5AA6D6;
- }
- /* Cognos Background 1 */
- .findbar
- {
- position: absolute;
- height: 27px;
- /*border: solid 1px rgb(100,100,100);
- background-image: url(../cognosTheme/images/toolbar/toolbar_bg2.png);*/
- }
- .findbarTable
- {
- position: absolute;
- height: 24px;
- }
- .treePanel, .treePanelOff
- {
- position: absolute;
- overflow: auto;
- margin: 0px;
- padding: 0px;
- }
- .treePanel
- {
- background-color: White;
- }
- .treePanelOff
- {
- background-color: rgb(250,250,250);
- filter: Alpha(opacity=75);
- opacity: 0.75;
- }
- .treeWrapper
- {
- position: absolute;
- height: 100%;
- margin: 0px;
- padding: 0px;
- background-color: White;
- }
- .treeTitle, .treeTitleOff
- {
- position: absolute;
- padding: 0;
- top: 0px;
- left: 0px;
- width: 100%;
- height: 17px;
- cursor: pointer;
- }
- /* title over tree in pane when selected */
- .treeTitle
- {
- font-weight: bold;
- background-image: url(../cognosTheme/images/toolbar/toolbar_bg1.png);
- }
- /* title over tree in pane when not selected (not in focus) */
- .treeTitleOff
- {
- font-weight: normal;
- background-image: url(../../images/subseteditor/grad-gray-unselected.png);
- }
- .treeTitleText, .treeTitleTextOff
- {
- position: absolute;
- margin-left: 4px;
- margin-top: 1;
- margin-bottom: 0;
- padding: 0;
- top: 0px;
- }
- .treeTitleText
- {
- color: #336699;
- }
- .treeTitleTextOff
- {
- color: #999999;
- }
- .pagerPanel, .pagerPanelOff
- {
- position: absolute;
- width: 100%;
- height: 19px;
- margin: 0;
- padding: 0;
- border: 1px solid rgb(150,150,150);
- background-image: url(../../images/lightBlueGrad15.gif);
- }
- .pagerPanelOff
- {
- filter: Alpha(opacity=50);
- opacity: 0.5;
- }
- .pagerSlider
- {
- position: absolute;
- top: 6px;
- margin: 0;
- padding: 0;
- border-left:1px solid rgb(150,150,150);
- border-right:1px solid white;
- }
- .pagerElev
- {
- position: absolute;
- top: 2px;
- margin: 0;
- padding: 0;
- border: 1px solid rgb(110,110,120);
- cursor: pointer;
- }
- .pagerLabel
- {
- position: absolute;
- font-family: tahoma, arial, sans-serif, monospace;
- font-size: 8pt;
- margin-top: 2px;
- }
- .toolbarText
- {
- position: absolute;
- top: 14px;
- font-family: tahoma, arial, sans-serif, monospace;
- font-size: 8pt;
- }
- .tbCombo
- {
- height: 20px;
- }
- .tbDiv, .tbDivBottom, .tbLabelDiv, .tbComboDiv
- {
- position: absolute;
- height: 20px;
- }
- .tbDiv
- {
- top: 0px;
- }
- .tbDivBottom
- {
- top: 0px;
- }
- .tbComboDiv
- {
- top: 2px;
- }
- .tbLabelDiv
- {
- top: 4px;
- }
- .tbButtonDiv
- {
- position: absolute;
- }
- .tbb
- {
- position: absolute;
- top: 5px;
- }
- .tbi_hide, .tbi_show
- {
- position: absolute;
- top: 3px;
- }
- .tbi_hide
- {
- visibility: hidden;
- }
- .tbi_show
- {
- visibility: visible;
- }
- /* Background to entire dialog */
- /* seen behind the bottom buttons and the background of the search popup */
- .backPanel
- {
- position: absolute;
- left: 0px;
- width: 100%;
- height: 100%;
- background: #E7F3FF url(../cognosTheme/images/dialog/dialog_b_grad.png) repeat-x bottom left;
- /*border-top:1px solid #94AEBD;*/
- }
- .subsetTree
- {
- position: absolute;
- top: 0px;
- left: 0px;
- width: 100%;
- height: 100%;
- }
- .splitter
- {
- background-color: #e7e7e7;
- border: solid 1px #cccccc;
- width: 8px;
- position: absolute;
- cursor: col-resize;
- }
- .splitterArrow
- {
- position: absolute;
- left: -1px;
- cursor: pointer;
- }
- .resizer
- {
- position: absolute;
- cursor: se-resize;
- }
- .eline
- {
- position: absolute;
- height: 20px;
- padding-bottom: 1px;
- }
- .etext, .etext_sel
- {
- position: absolute;
- padding-left: 2px;
- padding-right: 2px;
- font-family: tahoma, arial, sans-serif, monospace;
- font-size: 8pt;
- cursor: pointer;
- }
- .etext_sel
- {
- background-color: rgb(196, 217, 231);
- }
- .elic, .elic1, .elic2
- {
- position: absolute;
- }
- .elic2
- {
- cursor: pointer;
- }
- .ok
- {
- padding-right: 2px;
- font-size: 10pt;
- background-image: url(../../images/apply.gif);
- width: 70px;
- margin-right: 2px;
- background-repeat: no-repeat;
- font-family: Tahoma, arial, sans-serif, monospace;
- background-color: #ece9d8;
- text-align: center;
- }
- .cancel
- {
- background-image:url(../../images/subseteditor/action_delete.gif);
- background-repeat:no-repeat;
- font-family:Tahoma, arial, sans-serif, monospace;
- background-color:buttonface;
- font-size:10pt;
- text-align: center;
- padding-left:2px;
- width:80px;
- }
- .dropdown
- {
- position: absolute;
- padding: 0px;
- border: #003399 1px solid;
- background-color: #ffffff;
- z-index: 1000;
- }
- .dropdown_table
- {
- position: absolute;
- top: 0px;
- left: 0px;
- width: 100%;
- margin: 0;
- padding: 0;
- }
- .dropdown_margin
- {
- margin: 0;
- padding: 0;
- width: 24px;
- height: 20px;
- background-color:#e7e7e7;
- }
- .dropdown_text
- {
- padding-left: 5px;
- background-color: #ffffff;
- color: #000000;
- cursor: pointer;
- text-decoration:underline;
- }
- .dropdown_text_disabled
- {
- padding-left: 5px;
- background-color: #ffffff;
- color: Gray;
- text-decoration: none;
- }
- .dialogPanel
- {
- position: absolute;
- left: 0px;
- top: 0px;
- background-image: url(../../images/yellow_lines.png);
- border: solid 1px rgb(100,100,100);
- }
- .dialogButton
- {
- width: 80px;
- text-align: center;
- }
- .dropdown_body
- {
- border: 1px solid rgb(170,170,170);
- }
- .dropdown_item_selected
- {
- background-color: #e3e9f3;
- color: #000000;
- }
|