12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- /*
- * DON'T REMOVE THE FOLLOWING LICENSE
- * INFORMATION!
- * ----------------------------------
- * Copyright by
- * Global Cube Business Solutions
- * Author: Dennis Ritz
- * info@global-cube.de
- * 2007-2008
- * ----------------------------------
- */
- .contentItem {
- float:left;
- border-right:0px solid #666666;
- height:100%;
- color:#000053;
- cursor:pointer;
- padding-left: 5px;
- padding-right: 5px;
- }
- #reportPreview {
- width:750px;
- margin:auto;
- height:100%;
- }
- table.verticalAlign {
- width:100%;
- height:100%;
- }
- table td.verticalAlign {
- vertical-align:middle;
- }
- td.verticalAlign img {
- cursor:pointer;
- }
- #reportPreview img {
- border:0px;
- }
- #scorecardDesc {
- margin:5px;
- margin-top:10px;
- font-weight:bold;
- }
- #dashboardDesc {
- margin:5px;
- margin-top:10px;
- font-weight:bold;
- }
- #scorecardForm {
- overflow:visible;
- }
- #scorecardForm a img {
- top:50px;
- border:1px solid #666666;
- float:left;
- margin:10px;
- }
- table.status {
- float:left;
- margin-left:5px;
- min-width:500px;
- }
- #dashboardActions {
- margin:5px;
- margin-top:10px;
- font-weight:bold;
- }
- #dashboardActions input {
- font-weight:bold;
- }
- #scorecardActions {
- margin:5px;
- margin-top:10px;
- font-weight:bold;
- }
- #scorecardActions input {
- font-weight:bold;
- }
|