/* Author: svenson08*/ .dashboard_buttonbar { background: none repeat scroll 0 0 #111111; border: 1px solid #FFFFFF; padding: 4px; margin: 0 .5em 0 0.4em; float: left; } .dashboard_buttonbar_top { border-bottom-width: 0; border-top-left-radius: 8px; border-top-right-radius: 8px; } .dashboard_buttonbar_bottom { border-top-width: 0; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; box-shadow: 5px 5px 5px #000000; } .dashboard_button { border-radius: 8px; float: left; color: #1c94c4; font-weight: bold; font-size: 0.8em; background-repeat:no-repeat; background-position: 4px 2px; border: 1px solid #cccccc; padding: 0.2em 0.7em 0.2em 0.4em; } .dashboard_button_changed { color: red; font-weight:bold; } .dashboard_column { float: left; } .dashboard_columnhelper { border: 1px dotted #CCCCCC; } .dashboard_widget { border-radius: 8px; float: left; padding: 0.2em;} .dashboard_widgethelper { background-color: #111111; } .dashboard_widgetheader { background: none repeat scroll 0 0 #333333; border: 1px solid #FFFFFF; box-shadow: 5px 5px 5px #000000; border-radius: 8px; margin: 0.2em; padding-bottom: 4px; padding-top: 3px; padding-left: 0.7em; } .dashboard_content { padding: 0.2em; } .dashboard_button_icon { width: 13px; height: 14px; background-repeat: no-repeat; float: left; background-image: url(../images/default/dashboardicons.png); } .dashboard_button_iconplus { margin: 0.1em 0.4em; float: right; background-position: -65px 0px; } .dashboard_button_iconminus { margin: 0.1em 0.4em; float: right; background-position: -52px 0px; } .dashboard_button_iconset { background-position: -26px 0px; } .dashboard_button_iconlock { background-position: 0px 0px; } .dashboard_button_iconunlock { background-position: -13px 0px; } .dashboard_button_icondetail { background-position: -39px 0px; } .ui-resizable { position: relative; } .ui-resizable-handle { position: absolute; font-size: 0.1px; } .ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; background-image: url(../images/default/dashboardicons.png); background-position: -78px 0px; background-repeat: no-repeat; } .ui-sortable-placeholder { border: 1px dotted #FFFFFF; visibility: visible !important; height: 25px !important; width: 150px; } /* Neue CSS Einträge für Dashboard-Tabs */ .dashboard { padding: 0; margin: 0; } .dashboard_tabnav { list-style: none; margin: 0; padding: 0 .5em 0; } .dashboard_tabnav:before, .dashboard_tabnav:after { content: ""; display: table; border-collapse: collapse; clear: both; } .dashboard_tabpanel { border: 1px solid #cccccc; background-color: #333333; border: 1px solid #dddddd; border-radius: 8px 8px 8px 8px; box-shadow: 5px 5px 5px #000000; } .dashboard_tab_top { border: 1px solid #cccccc; border-bottom-width: 0; border-top-left-radius: 8px; border-top-right-radius: 8px; margin: 0 .5em -1px 0; float: left; padding: .5em 1em;} .dashboard_tab_top.ui-tabs-active { background-color: #333333; font-weight: bold; } .dashboard_tab_bottom { border: 1px solid #cccccc; border-top-width: 0; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; margin: 0 .5em -1px 0; float: left; padding: .5em 1em; } .dashboard_tab_bottom.ui-tabs-active { background-color: #333333; font-weight: bold; } .dashboard_tabicon {width: 16px; height: 16px; vertical-align: top; margin-left: -0.5em; } .dashboard_tabcontent { width: 100%; padding: 0; margin: 0; } .dashboard_row { width: 100%; height: inherit; } .dashboard_columncenter { height: inherit;}