diff --git a/pixelegg/css/pixelegg.css b/pixelegg/css/pixelegg.css index 0dabbf2199..e68c554e17 100644 --- a/pixelegg/css/pixelegg.css +++ b/pixelegg/css/pixelegg.css @@ -33,7 +33,7 @@ /** * Styles for etemplate2 widgets * Überschreibt egroupware/etemplate/templates/default/etemplate2.css - * + * * @version: 1 * Stefan Reinhardt */ @@ -386,7 +386,7 @@ action buttons, left aligned for "extra" controls float: none; } */ - /** + /** * Diff widget */ .diff thead, @@ -1372,7 +1372,7 @@ action buttons, left aligned for "extra" controls opacity: 0.5; } /** - * Grid / nextmatch Hierarchy + * Grid / nextmatch Hierarchy */ /* Make sure arrow & cell content don't overlap */ .egwGridView_grid span.arrow { @@ -1388,7 +1388,7 @@ action buttons, left aligned for "extra" controls margin-left: 10px; border-left: 1px solid silver; } - /** + /** * This class' margin-right is used to line up columns at each indent level * Classes level_# are created programmatically with margin-right * depth * Margin-right = -(indent + border) @@ -2918,9 +2918,9 @@ img { background-image: linear-gradient(top, #0c5da5, #0c5da5); background-repeat: repeat-x; /* &:hover { - + path{fill: red;} - + }*/ } input, @@ -3187,8 +3187,8 @@ input[type=button]:active { box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5) !important; } /* ######################################################################################## - * - * Button mit Bildern + * + * Button mit Bildern * ######################################################################################## */ button.et2_button_with_image { @@ -3234,7 +3234,7 @@ button.et2_button_with_image background-color[url$="svg"] { background-repeat: repeat-x; } /* ######################################################################################## - * + * * Button löschen / delete / => color-negative-action * ######################################################################################## */ @@ -3348,7 +3348,7 @@ button[id="addressbook-edit_button[delete]"]:active { color: #ffffff; } /* ######################################################################################## - * + * * Button edit + save + apply + copy => color-positive-action * ######################################################################################## */ @@ -3468,7 +3468,7 @@ button[id*="edit_button[add_alarm]"]:active { background-color: #1aa200 !important; } /* ######################################################################################## - * + * * Button cancel / => color-cancel-action * ######################################################################################## */ @@ -3528,8 +3528,8 @@ button[id="cancel"]:active { box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5); } /* ######################################################################################## - * - * Button hinzufügen + * + * Button hinzufügen * ######################################################################################## */ button.add { @@ -3711,7 +3711,7 @@ table.egwGridView_outer tbody { /*Elements inside td*/ } table.egwGridView_outer tbody td.frame { - border: 1px solid #e6e6e6; + /*border: 1px solid #e6e6e6; can't have - breaks grid scrol calcs*/ /*padding: 0px 5px; no need*/ } table.egwGridView_outer tbody td .et2_link { @@ -4140,7 +4140,8 @@ table.nextmatch_header img { } .egwGridView_scrollarea { width: 100%; - overflow: auto; + overflow-y: auto; + overflow-x: hidden; } #egw_fw_header { width: 100%; @@ -4360,7 +4361,7 @@ table.nextmatch_header img { } /*################################################# ################################################### - Add / Print / Logout / + Add / Print / Logout / - Name / Date ###################################################*/ #egw_fw_topmenu_addons span#quick_add { @@ -4716,7 +4717,7 @@ table.nextmatch_header img { 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; + /* color:#ff0000; background-color: yellow !important;*/ -webkit-border-top-right-radius: 0; -webkit-border-bottom-right-radius: 0; @@ -5242,7 +5243,8 @@ div#calendar-container div.calendar table tbody tr.rowhilite td { width: 100%; padding: 0px; margin: 0; - overflow: auto; + overflow-x: hidden; + overflow-y: auto; } #egw_fw_main .egw_fw_ui_tab_content > div { width: 100%; @@ -5256,7 +5258,7 @@ div#calendar-container div.calendar table tbody tr.rowhilite td { * * Version 08.2013 * Author Stefan Reinhardt, Wolfgang Ott - * + * */ /* ################################################# * FOOTER @@ -5288,7 +5290,7 @@ div#calendar-container div.calendar table tbody tr.rowhilite td { /** * EGroupware: Stylite Pixelegg template * - * dialog + * dialog * define every dialog box in egw * even popup or jquery diff --git a/pixelegg/less/layout_raster.less b/pixelegg/less/layout_raster.less index e3cba17f4b..8e7297ebd7 100644 --- a/pixelegg/less/layout_raster.less +++ b/pixelegg/less/layout_raster.less @@ -35,7 +35,8 @@ .egwGridView_scrollarea { width: 100%; - overflow: auto; + overflow-y: auto; + overflow-x: hidden; } #egw_fw_header{ @@ -1267,7 +1268,8 @@ div#calendar-container { width: 100%; padding: 0px; margin: 0; - overflow: auto; + overflow-x: hidden; + overflow-y: hidden; > div { diff --git a/pixelegg/less/layout_table.less b/pixelegg/less/layout_table.less index 3a4ce12130..3b8f479825 100755 --- a/pixelegg/less/layout_table.less +++ b/pixelegg/less/layout_table.less @@ -151,7 +151,7 @@ table.egwGridView_outer{ td.frame { - border: 1px solid @gray_10; + /*border: 1px solid @gray_10; can't have - breaks grid scroll calculations' /*padding: 0px 5px; no need*/ }