From 325c718201ef301ef8c41fa9d62f62b5db685aff Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Thu, 12 Dec 2013 09:10:25 +0000 Subject: [PATCH] pixelegg changes just now --- pixelegg/css/pixelegg.css | 31 +- pixelegg/less/etemplate2.less | 2 +- pixelegg/less/layout_loginPage.less | 1 - pixelegg/less/layout_raster.css | 1224 --------------------------- pixelegg/less/layout_raster.less | 12 +- pixelegg/less/layout_table.less | Bin 8722 -> 7844 bytes 6 files changed, 18 insertions(+), 1252 deletions(-) delete mode 100644 pixelegg/less/layout_raster.css diff --git a/pixelegg/css/pixelegg.css b/pixelegg/css/pixelegg.css index de1ab9dc91..73628b6895 100644 --- a/pixelegg/css/pixelegg.css +++ b/pixelegg/css/pixelegg.css @@ -1184,7 +1184,7 @@ div.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button { .et2_container { padding: 0px; background-color: transparent; - height: 100%; + /*height: 100%; */ } .et2_container > div:not([class]) { height: 100%; @@ -4071,7 +4071,8 @@ table.et2_grid { } .innerContainer { overflow: hidden; - padding: 0; + /*padding: 0;*/ + margin: 2px; } .egwGridView_grid tr.th > td, .nextmatch_header { @@ -4156,31 +4157,20 @@ table.egwGridView_outer thead tr th.optcol:hover { background-color: #ffc200; } table.egwGridView_outer thead tr th.optcol span.selectcols { - width: 20px; height: 9px; - /* .Complete_Button_normal; - .Complete_Button_Icon_normal; - - border: 1px solid @gray-30 !important;*/ + padding: 4px 10px 0px 2px; + margin-top: 4px; background-image: url(../images/selectcols_small.png); background-repeat: no-repeat; background-size: 10px 10px; display: inline-block; } table.egwGridView_outer thead tr th.optcol span.selectcols:hover { - /*.Complete_Button_Icon_hover;*/ background-color: #ffc200; - /* background-image: url(../images/selectcols.png); - background-position: center center; - background-repeat: no-repeat; - background-size: 19px 19px; - display: inline-block; - width: 20px; - height: 20px;*/ } table.egwGridView_outer tbody td.frame { border: 1px solid #000000; - /*BUG*/ + padding: 0px 5px; } /*########################################################*/ table.egwGridView_grid { @@ -4536,11 +4526,10 @@ img { #egw_fw_header { width: 100%; float: left; - /* ########################################################################################################################################### - /* ########################################################################################################################################### - * Topmenu / Home / Einstellungen / usw.. - /* ########################################################################################################################################### - */ + /* ########################################################################################################################################### + Topmenu / Home / Einstellungen / usw.. + ########################################################################################################################################### +*/ } #egw_fw_header #egw_divLogo { float: left; diff --git a/pixelegg/less/etemplate2.less b/pixelegg/less/etemplate2.less index c6e16f6598..351eed4072 100755 --- a/pixelegg/less/etemplate2.less +++ b/pixelegg/less/etemplate2.less @@ -17,7 +17,7 @@ // /*margin: 10px; border: 1px solid gray;*/ padding: 0px; background-color: transparent; - height: 100%; + /*height: 100%; */ } .et2_container > div:not([class]) { height: 100%; diff --git a/pixelegg/less/layout_loginPage.less b/pixelegg/less/layout_loginPage.less index 4e0d39c49d..725ed35995 100644 --- a/pixelegg/less/layout_loginPage.less +++ b/pixelegg/less/layout_loginPage.less @@ -13,7 +13,6 @@ */ @import (reference) "def_buttons.less"; -@import (reference) "def_content_elements.less"; @import (reference) "def_design_pattern_color_font_shadow.less"; @import (reference) "def_messages.less"; diff --git a/pixelegg/less/layout_raster.css b/pixelegg/less/layout_raster.css deleted file mode 100644 index 2e73379f45..0000000000 --- a/pixelegg/less/layout_raster.css +++ /dev/null @@ -1,1224 +0,0 @@ -/** - * EGroupware: Stylite Pixelegg template - * - * Definitions for layout and raster - * - * Please do NOT change css-files directly, instead change less-files and compile them! - * - * @link http://www.egroupware.org - * @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License - * @author Stefan Reinhardt - * @package pixelegg - * @version $Id$ - */ -/** - * EGroupware: CSS with less preprocessor - * - * Definitions for buttons - * - * Please do NOT change css-files directly, instead change less-files and compile them! - * - * @link http://www.egroupware.org - * @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License - * @author Stefan Reinhardt - * @package phpgwapi - * @version $Id$ - */ -.Complete_Button_normal { - border: 1px solid rgba(0, 0, 0, 0.15); - -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5); - -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5); - box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5); - color: #000000; -} -.Complete_Button_hover { - -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9); - -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9); - box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9); - background-color: inherit !important; -} -.Complete_Button_active { - -webkit-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5); - -moz-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5); - box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5); -} -.Complete_Button_focus { - -webkit-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5); - -moz-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5); - box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5); -} -.Complete_Button_add { - background-color: #0b5fa4 !important; - color: #FFF; - text-shadow: none; - /* height: auto;*/ - background-image: none !important; - -webkit-border-radius: 3px; - -webkit-border-top-left-radius: 20px; - -moz-border-radius: 3px; - -moz-border-radius-topleft: 20px; - border-radius: 3px; - border-top-left-radius: 20px; -} -.Complete_Button_add:before { - content: "+"; - font-size: 1.5em; - color: #ffc200; - line-height: 1.1em; -} -.Complete_Button_add_hover { - background-color: #66a1d2 !important; - color: #ffc200; - -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9); - -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9); - box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9); - -webkit-border-radius: 3px; - -webkit-border-top-left-radius: 20px; - -moz-border-radius: 3px; - -moz-border-radius-topleft: 20px; - border-radius: 3px; - border-top-left-radius: 20px; -} -.Complete_Button_hinweis { - width: 32px; - height: 32px; - border: 1px solid rgba(0, 0, 0, 0.15); - padding: 0 0.2em; - border-left: 3px solid; - border-left-color: #000000; -} -.Complete_Button_select { - -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5); - -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5); - box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5); - width: auto; - margin: 0.5em 0em 0.5em 0.5em; - padding: 3px; - outline: none; - display: inline-block; - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; - cursor: pointer; -} -.Complete_Button_select_hover { - -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9); - -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9); - box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9); -} -.Complete_Button_select_focus { - outline: 0; - border-width: 1px; - border-style: solid; - border-color: #b4b4b4; - -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1); - -moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1); - box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1); -} -.Complete_Button_input { - border: 1px solid rgba(0, 0, 0, 0.15); - border-color: #b4b4b4; - -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5); - -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5); - box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5); - width: auto; - margin: 0.5em 0em 0.5em 0; - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - border-radius: 3px; -} -.Complete_Button_input_hover { - -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9); - -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9); - box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9); -} -.Complete_Button_input_focus { - outline: 0; - border-width: 1px; - border-style: solid; - border-color: #b4b4b4; - -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1); - -moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1); - box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1); -} -.Complete_Button_search_action { - border: 1px solid rgba(0, 0, 0, 0.15); - border-color: #b4b4b4; - -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5); - -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5); - box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5); - width: 3em; - -webkit-border-radius: 3px; - -webkit-border-top-right-radius: 20px; - -moz-border-radius: 3px; - -moz-border-radius-topright: 20px; - border-radius: 3px; - border-top-right-radius: 20px; - background-color: #ffd44d; - color: #ffd44d; - text-decoration: none; - cursor: pointer; - padding: 3px; - margin-left: 5px; - background-image: url("../images/search.png"); - background-position: center 0; - background-size: contain; - background-repeat: no-repeat; -} -/*.Complete_Button_search_action_hover{ - .box_shadow_standard_light_hover; - background-color: @yellow !important; - .border_radius_button_lefttop; - - -} - -.Complete_Button_search_action_active{ - .box_shadow_standard_light_hover; - .background-color-search; - .border_radius_button_lefttop; - -} - - -.Complete_Button_search_action_reset{ - .Complete_Button_search_action; - .background_verlauf_diagonal_gray; -}*/ -.Complete_Button_lettersearch { - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - border-radius: 3px; - -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5); - -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5); - box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5); - border: 1px solid rgba(0, 0, 0, 0.15); - text-align: center; - cursor: pointer; -} -.Complete_Button_text { - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - border-radius: 3px; - background-color: #f0f0f0; - border-color: #828282; - cursor: pointer; -} -.Complete_Button_text_hover { - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - border-radius: 3px; - border: 1px solid rgba(0, 0, 0, 0.5); - text-align: center; - cursor: pointer; - background-color: #b3b3b3 !important; -} -.Complete_Button_text_active { - color: #000000; -} -.Complete_Button_text_icon_before { - border: 1px solid rgba(0, 0, 0, 0.15); - -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5); - -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5); - box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5); - color: #000000; - padding-left: 30px !important; - background-position: 6px center !important; - background-repeat: no-repeat !important; - background-size: 20px auto !important; - width: auto; - height: 32px; -} -.Complete_Button_text_icon_before_hover { - border: 1px solid rgba(0, 0, 0, 0.15); - -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5); - -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5); - box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5); - color: #000000; - padding-left: 30px !important; - background-position: 6px center !important; - background-repeat: no-repeat !important; - background-size: 20px auto !important; - width: auto; - height: 32px; - -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9); - -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9); - box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9); -} -.Complete_Button_text_icon_before_active { - border: 1px solid rgba(0, 0, 0, 0.15); - -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5); - -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5); - box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5); - color: #000000; - padding-left: 30px !important; - background-position: 6px center !important; - background-repeat: no-repeat !important; - background-size: 20px auto !important; - width: auto; - height: 32px; - -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9); - -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9); - box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9); -} -.Complete_Button_Icon_normal { - background-color: #f0f0f0; - -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5); - -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5); - box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5); - border: 1px solid rgba(0, 0, 0, 0.15); - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - border-radius: 3px; -} -.Complete_Button_Icon_hover { - background-color: #b3b3b3 !important; - -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9); - -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9); - box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9); - border: 1px solid rgba(0, 0, 0, 0.5); - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - border-radius: 3px; -} -.Complete_Button_Icon_active { - background-color: #808080; - -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9); - -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9); - box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9); - border: 1px solid rgba(0, 0, 0, 0.9); - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - border-radius: 3px; -} -.Complete_Button_Module_Menu_Links { - background-color: #f0f0f0; -} -.Complete_Button_Module_Menu_Links_Hover { - background-color: #b3b3b3 !important; - color: #f2f2f2; -} -.Complete_Button_Module_Menu_Links_active { - background-color: #f0f0f0; -} -.Complete_Button_Module_Menu_Links_Sub_Hover { - margin-left: 2px; - padding-top: 0px; - padding-bottom: 5px; - border: 1px solid rgba(0, 0, 0, 0.15); - background-color: #d9d9d9; -} -.Complete_Button_Module_Menu_Links_Sub { - margin-left: 3px; - padding-top: 0px; - padding-bottom: 5px; - border: 1px solid rgba(0, 0, 0, 0.15); - border-top-width: 0px; - background-color: #f0f0f0; - margin-top: -7px; - padding-left: 14px; - width: 93%; -} -/* ################################################# - * Basecontainer - * ################################################# - */ -.egw_fw_content_browser_iframe, -#divMainView { - margin: 0; -} -.egw_fw_content_browser_iframe body, -#divMainView body { - background-color: #ffffff; -} -.egwGridView_scrollarea { - width: 100%; - overflow: auto; -} -#egw_fw_header { - width: 100%; - float: left; - /* ########################################################################################################################################### - /* ########################################################################################################################################### - * Topmenu / Home / Einstellungen / usw.. - /* ########################################################################################################################################### - */ -} -#egw_fw_header #egw_divLogo { - float: left; - width: 255px; - display: block; - margin-left: -8px; - text-align: center; - height: 45px; - background-color: #fafafa; -} -#egw_fw_header #egw_divLogo img { - height: 40px; - border: none; - background-color: #fafafa; -} -#egw_fw_header #egw_fw_topmenu ul, -#egw_fw_header #egw_fw_topmenu > * > ul > li, -#egw_fw_header .topmenu_info_item, -#egw_fw_header #egw_fw_topmenu_items, -#egw_fw_header #egw_fw_topmenu_info_items { - display: inline; -} -#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items { - float: left; - padding-top: 10px; -} -#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul li { - width: 32px; - height: 32px; - padding: 0.3em 0.4em; - border: 1px solid rgba(0, 0, 0, 0.15); - -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5); - -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5); - box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5); - color: #000000; -} -#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul li:hover { - -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9); - -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9); - box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9); - background-color: inherit !important; - color: #000000; -} -#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul li a { - color: #000000; -} -#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul li a:hover { - color: #808080; - border-color: #828282; -} -#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul li:first-child { - margin-left: 10px; -} -#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul li:first-child :before { - border: none; -} -/*################################################# -################################################### - Slide Effekt -###################################################*/ -#egw_fw_topmenu_slide { - width: auto; - text-align: center; - height: 15px; - float: left; - position: fixed; - left: 194px; -} -#egw_fw_topmenu_slide.slidedown { - background-image: url("../images/list.png"); - background-position: center center; - height: 15px; - width: 15px; - display: block; - margin-left: 5px; - margin-top: 10px; - background-size: 15px 15px; - float: left; - position: relative; - left: -5px; -} -#egw_fw_topmenu_slide.slideup { - background-image: url("../images/slideup.png"); - background-position: center center; - height: 15px; - width: 15px; - display: block; - margin-top: -55px; - margin-left: 40px; -} -#slidetoggle { - width: 20px; - height: 20px; - display: block; -} -/*################################################# -################################################### - Add / Print / Logout / - - Name / Date -###################################################*/ -#egw_fw_topmenu_addons span#quick_add { - background-color: #0b5fa4 !important; - color: #FFF; - text-shadow: none; - /* height: auto;*/ - background-image: none !important; - -webkit-border-radius: 3px; - -webkit-border-top-left-radius: 20px; - -moz-border-radius: 3px; - -moz-border-radius-topleft: 20px; - border-radius: 3px; - border-top-left-radius: 20px; - position: fixed; - right: 88px; - top: 0; - z-index: 200; - padding: 6px 0.8em 6px 0.5em; -} -#egw_fw_topmenu_addons span#quick_add:before { - content: "+"; - font-size: 1.5em; - color: #ffc200; - line-height: 1.1em; -} -#egw_fw_topmenu_addons span#quick_add:before { - content: "+"; - font-size: 1.5em; - color: #ffc200; - line-height: 1.1em; -} -#egw_fw_topmenu_addons span#quick_add select#quick_add_selectbox { - border: 1px solid rgba(0, 0, 0, 0.15); - -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5); - -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5); - box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5); - height: 30px; - padding: 0 0 0 10px; - font-size: 0.9em; - line-height: 1.1em; - /* option { - &:first-child{ - &:before {content: "+";font-size: 2em;color: @egw_color_1;} - - }*/ -} -#egw_fw_topmenu_addons span#quick_add select#quick_add_selectbox:hover { - -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9); - -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9); - box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9); -} -#egw_fw_topmenu_addons span#quick_add select#quick_add_selectbox:focus { - -webkit-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5); - -moz-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5); - box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5); -} -#egw_fw_logout { - background-image: url(../images/logout.png); - background-size: 16px 16px; - background-position: center center; - background-repeat: no-repeat; - cursor: pointer; - display: inline-block; - float: right; - margin-right: 1em; - margin-top: 0px; - z-index: 200; - width: 16px; - height: 16px; - border: 1px solid rgba(0, 0, 0, 0.15); - -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5); - -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5); - box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5); - padding: 0.5em; - top: 5px; - position: fixed; - right: 5px; -} -#egw_fw_logout:hover { - -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9); - -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9); - box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9); -} -#egw_fw_logout:focus { - -webkit-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5); - -moz-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5); - box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5); -} -#egw_fw_print { - background-image: url(../images/print.png); - background-size: 16px 16px; - background-position: center center; - background-repeat: no-repeat; - cursor: pointer; - display: inline-block; - float: right; - margin-right: 5px; - margin-top: 0px; - position: fixed; - width: 16px; - height: 16px; - border: 1px solid rgba(0, 0, 0, 0.15); - -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5); - -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5); - box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5); - padding: 0.5em; - top: 5px; - right: 45px; - z-index: 200; -} -#egw_fw_print:hover { - -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9); - -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9); - box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9); -} -#egw_fw_print:focus { - -webkit-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5); - -moz-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5); - box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5); -} -/*Name / Datum / angemeldete User*/ -#egw_fw_topmenu_info_items { - padding-right: 20px; - white-space: nowrap; - float: right; - display: flex; -} -#egw_fw_topmenu_info_items .topmenu_info_item:nth-child(2) { - /*float: right;*/ - margin-top: 0; - font-size: 1em; - padding-right: 5px; -} -#egw_fw_topmenu_info_items .topmenu_info_item:nth-child(3) { - position: relative; - top: 0px; - display: inline-block; -} -#egw_fw_topmenu_info_items .topmenu_info_item:nth-child(3):hover { - -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9); - -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9); - box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9); -} -#egw_fw_topmenu_info_items .topmenu_info_item:nth-child(3):focus { - -webkit-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5); - -moz-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5); - box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5); -} -#egw_fw_topmenu_info_items .topmenu_info_item:nth-child(3):before { - content: "| "; - font-size: 1em; - color: #0c5da5; -} -/* ################################################################################################################ - * Sidebar - * ################################################################################################################*/ -#egw_fw_sidebar { - position: fixed; - overflow: hidden; - top: 57px; - left: 0px; - bottom: 20px; - width: 225px; - background-color: #fafafa; - /*#################################*/ -} -#egw_fw_sidebar #egw_fw_sidemenu { - position: absolute; - top: 0px; - bottom: 4px; - left: 4px; - right: 5px; - overflow: hidden; - z-index: 0; - padding-top: 0.6em; - font-size: 80%; -} -#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv { - background-color: #fafafa; -} -#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_header { - cursor: pointer; - display: block; - height: 30px; - margin: 0 0; - padding: 4px 5px 5px 15px; - background-color: #fafafa; - background-image: none; - border-color: #e6e6e6; - -webkit-border-radius: 5px; - -moz-border-radius: 5px; - border-radius: 5px; -} -#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_header:hover { - background-color: #d9d9d9; -} -#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_header h1 { - font-size: 1em; - font-weight: normal; - margin: 0 0 10px 0; - padding-top: 0.31em; - color: #999999; -} -#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_header_active { - cursor: pointer; - background-image: url("../images/header_active.png"); - background-position: 95% -3000px; - background-repeat: no-repeat; - /*background-image: none;*/ - background-color: #f0f0f0; - border-radius: 27px 0px 0 0; - border-top: 1px solid #C6CED6; - border-left: 1px solid #C6CED6; - margin: 0 0 0 0; - -moz-border-radius-topright: 5px; - -webkit-border-top-right-radius: 5px; - -moz-border-radius-topleft: 5px; - -webkit-border-top-left-radius: 27px; - border-bottom: none; - height: 44px; -} -#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_header_active img { - padding-left: 10px; - padding-top: 8px; -} -#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_header_active h1 { - text-transform: uppercase; - font-size: 1.4em; - color: #000000; - padding-top: 8px; -} -#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_header_active:hover { - -webkit-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5); - -moz-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5); - box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5); -} -#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_header_active:focus { - background-image: url("../images/ajax-loader.gif"); - background-repeat: no-repeat; - background-position: 90% 50%; - -webkit-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5); - -moz-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5); - box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5); - background-color: #bfbfbf; -} -#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_header_active .egw_fw_ui_ajaxloader { - margin-top: -26px; -} -#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content { - display: block; - background-image: none; - -webkit-border-top-right-radius: 0; - -webkit-border-bottom-right-radius: 0; - -webkit-border-bottom-left-radius: 27px; - -webkit-border-top-left-radius: 0; - -moz-border-radius-topright: 0; - -moz-border-radius-bottomright: 0; - -moz-border-radius-bottomleft: 27px; - -moz-border-radius-topleft: 0; - border-top-right-radius: 0; - border-bottom-right-radius: 0; - border-bottom-left-radius: 27px; - border-top-left-radius: 0; - -moz-background-clip: padding-box; - -webkit-background-clip: padding-box; - background-clip: padding-box; - border-color: #b4b4b4; - border-style: solid; - border-width: 0px; - margin: 0 0 2em 0; - /*letztes Element*/ - /*######################*/ -} -#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content > div:nth-of-type(1) { - padding: 5px 0.3em 1.5em 0.3em; - margin: 0 0 10px 0; - background-color: #b3b3b3 !important; - -webkit-border-top-right-radius: 0; - -webkit-border-bottom-right-radius: 0; - -webkit-border-bottom-left-radius: 27px; - -webkit-border-top-left-radius: 0; - -moz-border-radius-topright: 0; - -moz-border-radius-bottomright: 0; - -moz-border-radius-bottomleft: 27px; - -moz-border-radius-topleft: 0; - border-top-right-radius: 0; - border-bottom-right-radius: 0; - border-bottom-left-radius: 27px; - border-top-left-radius: 0; - -moz-background-clip: padding-box; - -webkit-background-clip: padding-box; - background-clip: padding-box; - border-color: #b4b4b4; -} -#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content div.egw_fw_ui_category:nth-last-of-type(-n+3) { - /* color:#ff0000; - background-color: yellow !important;*/ - -webkit-border-top-right-radius: 0; - -webkit-border-bottom-right-radius: 0; - -webkit-border-bottom-left-radius: 15px; - -webkit-border-top-left-radius: 0; - -moz-border-radius-topright: 0; - -moz-border-radius-bottomright: 0; - -moz-border-radius-bottomleft: 15px; - -moz-border-radius-topleft: 0; - border-top-right-radius: 0; - border-bottom-right-radius: 0; - border-bottom-left-radius: 15px; - border-top-left-radius: 0; - -moz-background-clip: padding-box; - -webkit-background-clip: padding-box; - background-clip: padding-box; -} -#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category { - margin: 10px 5px 0px 5px; - padding: 0.5em 1em; - cursor: pointer; - border-color: #b4b4b4; - background-color: #828282; - -webkit-border-top-right-radius: 3px; - -webkit-border-bottom-right-radius: 3px; - -webkit-border-bottom-left-radius: 3px; - -webkit-border-top-left-radius: 3px; - -moz-border-radius-topright: 3px; - -moz-border-radius-bottomright: 3px; - -moz-border-radius-bottomleft: 3px; - -moz-border-radius-topleft: 3px; - border-top-right-radius: 3px; - border-bottom-right-radius: 3px; - border-bottom-left-radius: 3px; - border-top-left-radius: 3px; - -moz-background-clip: padding-box; - -webkit-background-clip: padding-box; - background-clip: padding-box; -} -#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category h1 { - margin: 5px 0px 3px 5px; - padding: 0px 0px 0px 15px; - font-size: 9pt; - background-image: url(../images/arrow_left.png); - background-repeat: no-repeat; - background-position: left center; -} -#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category:last-child { - color: #ff0000; - background-color: yellow !important; -} -#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category:hover { - background-color: #999999; - padding: 0.5em 1em; -} -#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category_active { - border-bottom-width: 0px; - margin-top: 4px; - background-color: #0c5da5; - /*.background-color-50-gray;*/ - color: #f2f2f2; - -webkit-border-top-right-radius: 3px !important; - -webkit-border-bottom-right-radius: 3px !important; - -webkit-border-bottom-left-radius: 3px !important; - -webkit-border-top-left-radius: 3px !important; - -moz-border-radius-topright: 3px !important; - -moz-border-radius-bottomright: 3px !important; - -moz-border-radius-bottomleft: 3px !important; - -moz-border-radius-topleft: 3px !important; - border-top-right-radius: 3px !important; - border-bottom-right-radius: 3px !important; - border-bottom-left-radius: 3px !important; - border-top-left-radius: 3px !important; - -moz-background-clip: padding-box !important; - -webkit-background-clip: padding-box !important; - background-clip: padding-box !important; -} -#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category_active h1 { - background-image: url(../images/arrow_down.png); -} -#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category_active h1 a { - color: #FFF; -} -#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category_active h1 a img { - height: 16px; - width: 16px; -} -#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category_active h1 a:hover { - padding: 5px 30px 5px 0px; - width: 200px; - background-color: #f0f0f0; - color: #808080; - -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9); - -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9); - box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9); - background-color: inherit !important; -} -#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content_bottom { - border-width: 0px 1px 1px 1px; -} -#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_header_bottom { - border-width: 0px; - border-color: #ffffff; -} -#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_icon { - display: inline-block; - width: 20px; - height: 20px; - padding-left: 0; - padding-right: 10px; - float: left; - /*filter grey*/ - filter: url("data:image/svg+xml;utf8,#grayscale"); - /* Firefox 10+, Firefox on Android */ - -webkit-filter: grayscale(100%); - -moz-filter: grayscale(100%); - -ms-filter: grayscale(100%); - -o-filter: grayscale(100%); - filter: grayscale(100%); - /*filter: url(grayscale.svg); Firefox 4+ */ - filter: gray; - /* IE 6-9 */ -} -#egw_fw_sidebar #egw_fw_splitter { - position: absolute; - background-color: #b3b3b3 !important; - width: 4px; - top: 60px; - bottom: 3px; - right: 0px; -} -#egw_fw_sidebar #egw_fw_splitter:hover { - background-color: #ffc200; -} -#egw_fw_sidebar #egw_fw_splitter .egw_fw_ui_splitter_vertical { - background-image: url(../images/splitter_vert.png); - background-position: center; - background-repeat: no-repeat; - background-color: #b3b3b3 !important; - position: absolute; - /* width: 95px;*/ - height: 100%; - cursor: col-resize; -} -.egw_fw_ui_category_content { - background-color: #ffffff; - border-top-width: 0; - border-left: 0px solid; - border-bottom: 0px solid; - margin-left: 4px; - margin-top: 0px; - padding-bottom: 5px; - padding-left: 0px; - padding-top: 14px; - margin-right: 5px; - min-height: 50px; -} -.egw_fw_ui_category_content img { - height: 16px; - width: 16px; -} -.egw_fw_ui_category_content:hover { - background-color: #ffffff; - border-color: #828282; -} -.egw_fw_ui_sidemenu_listitem { - padding: 0.5em 0; - margin: 4px 0 5px 0px; - position: relative; -} -.egw_fw_ui_sidemenu_listitem img.egw_fw_ui_sidemenu_listitem_icon { - height: 16px; - width: 16px; - padding: 0px; - margin: 0px 5px; - float: left; - background-color: #f0f0f0; - -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5); - -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5); - box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5); - border: 1px solid rgba(0, 0, 0, 0.15); - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - border-radius: 3px; - background-image: url("../images/bullet.png"); - background-size: 16px 16px; - background-position: center; -} -.egw_fw_ui_sidemenu_listitem img.egw_fw_ui_sidemenu_listitem_icon:hover { - height: 16px; - background-color: #b3b3b3 !important; - -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9); - -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9); - box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9); - border: 1px solid rgba(0, 0, 0, 0.5); - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - border-radius: 3px; -} -.egw_fw_ui_sidemenu_listitem input { - height: 16px; - width: 81% !important; -} -.egw_fw_ui_sidemenu_listitem input[type="image"] { - height: 10px; - width: 10px !important; - margin-left: 1px; -} -.egw_fw_ui_sidemenu_listitem select { - max-width: 85% !important; -} -.egw_fw_ui_sidemenu_listitem img { - height: 9px; - width: 9px; - padding: 0px; - float: right; -} -.egw_fw_ui_sidemenu_listitem a { - padding: 5px 0px 5px 5px; - text-decoration: none; - min-width: 5em; -} -.egw_fw_ui_sidemenu_listitem a:hover { - color: #000000; -} -.egw_fw_ui_sidemenu_listitem a:active { - -webkit-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5); - -moz-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5); - box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5); -} -.egw_fw_ui_sidemenu_listitem div a:first-child { - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - border-radius: 3px; - background-color: #f0f0f0; - border-color: #828282; - cursor: pointer; - width: 72% !important; -} -.egw_fw_ui_sidemenu_listitem div a:nth-child(2) { - position: absolute; - right: 0; - top: 0; - background: transparent; - padding: 0px 2px 0 2px; - width: 10px; - min-width: 5px; -} -.egw_fw_ui_sidemenu_listitem div a:nth-child(2) img { - margin: 0 0 0 0; - padding: 0em 0em 0 0em; - height: 10px; - width: 10px; -} -.egw_fw_ui_sidemenu_listitem div a:nth-child(2):hover { - background-color: #ff0000; - background-color: #b3b3b3 !important; - -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9); - -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9); - box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9); - border: 1px solid rgba(0, 0, 0, 0.5); - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - border-radius: 3px; - color: #ffffff; -} -.egw_fw_ui_sidemenu_listitem:hover { - color: #000000; - background-color: #ffdd73; - padding: 0.5em 0; -} -.egw_fw_ui_scrollarea { - overflow: hidden; - z-index: 0; -} -.egw_fw_ui_scrollarea_button { - position: absolute; - display: block; - width: 100%; - height: 12px; - z-index: 2; -} -.egw_fw_ui_scrollarea_button_up.egw_fw_ui_scrollarea_button_hover, -.egw_fw_ui_scrollarea_button_down.egw_fw_ui_scrollarea_button_hover { - background-image: url(../images/scroll_hover.png); -} -.egw_fw_ui_scrollarea_button_disabled { - display: none !important; -} -.egw_fw_ui_scrollarea_button_up, -.egw_fw_ui_scrollarea_button_down { - height: 14px; - background-image: url(../images/scroll.png); - background-color: white; - background-repeat: no-repeat; - background-position: center; -} -.egw_fw_ui_scrollarea_button_up { - top: 0px; -} -.egw_fw_ui_scrollarea_button_down { - bottom: 0px; -} -.egw_fw_ui_scrollarea_outerdiv { - height: 100%; -} -.egw_fw_content_browser_div { - display: block; - /*overflow: auto;*/ - /* background-color: RGB(240, 240, 255);*/ -} -.egw_fw_content_browser_div_loading { - position: absolute; - z-index: 1000; - top: 0px; - left: 0px; - width: 16px; - height: 16px; - background-image: url(../images/ajax-loader.gif); - background-position: center; - background-repeat: no-repeat; -} -/* ########################################################################################################################################### - /*extended for calender app*/ -div#calendar-container { - margin-left: 0px; -} -div#calendar-container div.calendar { - margin-bottom: 1em; - background-color: inherit; - padding: 2%; -} -div#calendar-container div.calendar table { - font-size: 0.9em; - color: #000; - cursor: default; - padding: 0.3em; - background-color: #fafafa; - font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif; -} -div#calendar-container div.calendar table thead .title { - background-color: #ffc200; -} -div#calendar-container div.calendar table thead .daynames { - background-color: #679fd2; -} -div#calendar-container div.calendar table tbody tr.daysrow:hover { - background-color: #ffc200; -} -div#calendar-container div.calendar table tbody tr.rowhilite td { - background-color: #ffc200; -} -/* ########################################################################################################################################### - - - - -/* ########################################################################################################################################### -/* ########################################################################################################################################### -* Main -/* ########################################################################################################################################### -*/ -#egw_fw_main { - margin: 3px 0em 0em 2em; - padding: 0; - width: auto; -} -#egw_fw_main #egw_fw_tabs { - position: relative; - background-color: transparent; - float: left; - width: 100%; -} -#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header { - -webkit-border-bottom-right-radius: 0; - -webkit-border-bottom-left-radius: 0; - -moz-border-radius-bottomright: 0; - -moz-border-radius-bottomleft: 0; - border-bottom-right-radius: 0; - border-bottom-left-radius: 0; - -moz-background-clip: padding-box; - -webkit-background-clip: padding-box; - background-clip: padding-box; - margin: 0; - -moz-border-radius-topright: 5px; - -webkit-border-top-right-radius: 5px; - -moz-border-radius-topleft: 5px; - -webkit-border-top-left-radius: 5px; - border-top-right-radius: 5px; - border-top-left-radius: 5px; - padding: 0px 5px 0px 5px; - background-position: bottom; - background-repeat: repeat-x; - background-color: transparent; -} -#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header h1 { - float: left; - width: 100%; - text-align: center; - -webkit-margin-before: 0; - -webkit-margin-after: 0; -} -#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header img { - text-align: center; - float: none; - margin: 0 auto; -} -#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header { - text-align: center; - padding-left: 0; - padding-right: 0; - position: relative; - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; - -moz-border-radius-topleft: 3px; - -webkit-border-top-left-radius: 3px; - border-top-right-radius: 3px; - border-top-left-radius: 3px; - background-color: #fafafa; - display: inline-block; - margin: 3px 5px 0px 0px; - padding: 2px 10px 2px 10px; - cursor: pointer; - border-width: 1px; - border-style: solid; - border-color: #c6ced6; - background-repeat: repeat-x; - height: 49px; -} -#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header:hover { - background-color: #bfbfbf; -} -#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header h1 { - font-size: 100%; - line-height: 1em; - margin-top: 0; -} -#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header_active { - border-width: 1px 1px 0px 1px !important; - padding: 1px 10px 3px 10px !important; - background-color: #b3b3b3 !important; - background-image: none !important; -} -#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header_active:hover { - background-color: #bfbfbf; -} -#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header img.egw_fw_ui_tab_icon { - display: inline-block; - width: 20px; - height: 20px; - margin-right: 5px; - margin-top: 10px; -} -#egw_fw_main #egw_fw_tabs .egw_fw_ui_tab_close_button { - position: absolute; - right: 1px; - top: 1px; - display: inline-block; - width: 16px; - height: 16px; - margin-left: 5px; - background-repeat: no-repeat; - background-position: center; - background-image: url(../images/close_button.png); - float: right; -} -#egw_fw_main #egw_fw_tabs .egw_fw_ui_tab_close_button :hover { - background-image: url(../images/close_button_hover.png); -} -#egw_fw_main .egw_fw_ui_tab_header_hover { - background-color: transparent; -} -#egw_fw_main .egw_fw_ui_tab_content { - width: 100%; - padding: 0; - margin: 0; - /* border-width: 0px 5px 0px 1px; - border-style: solid; - border-color: @gray-30;*/ -} -#egw_fw_main .egw_fw_ui_tab_content > div { - width: 100%; - padding: 0 0 0 0; -} diff --git a/pixelegg/less/layout_raster.less b/pixelegg/less/layout_raster.less index afb77523dc..d9b02d85ce 100644 --- a/pixelegg/less/layout_raster.less +++ b/pixelegg/less/layout_raster.less @@ -60,11 +60,13 @@ } } - /* ########################################################################################################################################### - /* ########################################################################################################################################### - * Topmenu / Home / Einstellungen / usw.. - /* ########################################################################################################################################### - */ + + + +/* ########################################################################################################################################### + Topmenu / Home / Einstellungen / usw.. + ########################################################################################################################################### +*/ #egw_fw_topmenu ul, #egw_fw_topmenu > * > ul > li, diff --git a/pixelegg/less/layout_table.less b/pixelegg/less/layout_table.less index c21c2639fbedd6ba11991f84eaf6abb4f90a5c65..961faa7ae2ca34f5aa0608a0de94b4357d548284 100755 GIT binary patch delta 156 zcmbQ_vcz`7eP(%mt%Agql+3(zD+L2Eg=o?($uF={Fqu3-R$}r8A@0c=gg$`j=K>;=FY<~` o<`xv5yhfG}h`A=eljWEkBIZ3=PC$$UXpCt=g*De^4skAS02Wd+c>n+a delta 571 zcmZuu%SyvQ6h(`*Oif5qi>)F~cN(Y@6+v5cp@R4U3L;WsG9*LOOc-NZU+6b@f5Cly z{DA-A!j(&L<62E=V_S8Yfy z(f{{$d7X-m<_ajP5>JE~Ir~D{fD+pRL0z*myk>=td+q74C_BV9w zn4QrQURVv9cmYf`4y7GT5-zj}c+he&31Qrq^K{%+F?K0)+%U@D2%6m}0IL~TpOj%H zb9faodyD8ByW2V$?2+C*#x|?ZQ>U>ln7zknqjGEs?s=x5CO)q*zZlys8