12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- /****************************************************************
- ** 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.
- *****************************************************************/
- .dlg-corner{background-repeat: no-repeat;background-image: url(../../images/dialog_menu.png);position: absolute;}
- .tl{
- background-color: yellow;
- background-repeat: no-repeat;
- background-image: url(../cognosTheme/images/dialog_menu.png);position: absolute;
- /* width: 16;
- height: 16;*/
- left: 0px; width: 100px;
- }
- .tr{
- background-color: green;
- background-repeat: no-repeat;
- background-image: url(../cognosTheme/images/dialog_menu.png);position: absolute;
- width: 16;
- height: 16;
- left: 283px;
- /* left: 283px; width: 117px; */
- }
- #container{
- width: 300;
- height: 300;
- background-color: yellow;
- }
- .roundedBox {position:relative; padding:17px; margin:10px 0;}
- #type1 {background-color:#FFFFFF;}
- .corner {width:11px; height:11px;}
- .side {width:3px; background-repeat:repeat-y;}
- .top {height:3px; background-repeat:repeat-x;}
- .bottom {height:3px; background-repeat:repeat-x;}
- .inner {width:50px; height:3px; background-repeat:repeat-y; top:0; right:0; background-position:-1px -1px;}
- #type1 .corner {background-image:url(../cognosTheme/images/dialog_menu.png);}
- #type1 .side {background-image:url(../cognosTheme/images/dialog_menu.png);}
- #type1 .bottom {background-image:url(../cognosTheme/images/dialog_menu2.png);}
- #type1 .top {background-image:url(../cognosTheme/images/dialog_menu2.png);}
- #type1 .inner {background-image:url(../cognosTheme/images/menu/menu_iconbg_b.png);}
- .borderTop {top:0; right:0; background-position:-1px -1px;}
- .sideLeft {top:0; right:0; background-position:-53px -1px;}
- .sideRight {top:0; right:0; background-position:-60px -1px;}
- .topLeft {top:0; left:0; background-position:-1px -1px;}
- .topRight {top:0; right:0; background-position:-14px -1px;}
- .bottomLeft {bottom:0; left:0; background-position:-1px -14px;}
- .bottomRight {bottom:0; right:0; background-position:-14px -14px;}
- .borderBottom {bottom:0; right:0; background-position:-1px -14px;}
|