diff --git a/pixelegg/css/pixelegg.css b/pixelegg/css/pixelegg.css index b72941f978..de256f8f13 100644 --- a/pixelegg/css/pixelegg.css +++ b/pixelegg/css/pixelegg.css @@ -190,7 +190,6 @@ input[type=button] { border: none; background: transparent; padding: 0px; - width: 16px; height: 16px; } button.et2_button_text:hover, @@ -1088,10 +1087,6 @@ div.message.floating { background-size: 16px 16px !important; background-position: 10px center !important; } -.et2_dropdown button.ui-state-hover > img { - position: absolute; - top: 70000px; -} /* // Liste ul{ @@ -3043,13 +3038,13 @@ table.egwGridView_outer tbody td.frame { /*BUG*/ } table.egwGridView_grid { - font-size: 0.95em; + font-size: 1.15em; background-color: #ffffff; border-spacing: 0px 1px; width: 100%; } table.egwGridView_grid img { - width: 16px; + height: 16px; } table.egwGridView_grid tbody { border-bottom: 1px solid #000000; @@ -3094,6 +3089,39 @@ table.egwGridView_grid tr td:active { table.egwGridView_grid tr td span { color: #505050; } +table.egwGridView_grid tr td table.customfields tbody { + border-bottom: 0px; +} +table.egwGridView_grid tr td table.customfields tbody tr { + border-bottom: 0px; +} +table.egwGridView_grid tr td table.customfields tbody tr td { + border-bottom: 0px; +} +table.egwGridView_grid span.arrow { + -moz-user-select: none; + background-repeat: no-repeat; + display: inline-block; + height: 8px; + margin-right: 2px; + vertical-align: middle; + width: 8px; +} +table.egwGridView_grid span.arrow.opened { + background-image: url("../images/egw_action/arrows.png"); + background-position: -8px 0; + cursor: pointer; +} +table.egwGridView_grid span.arrow.closed { + background-image: url("../images/egw_action/arrows.png"); + background-position: 0 0; + cursor: pointer; +} +table.egwGridView_grid span.arrow.loading { + background-image: url("../egw_action/ajax-loader.gif"); + background-position: 0 0; + cursor: pointer; +} .nextmatch_header .selectcols { background: none; } @@ -3628,6 +3656,7 @@ img { 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; diff --git a/pixelegg/images/egw_action/ajax-loader.gif b/pixelegg/images/egw_action/ajax-loader.gif new file mode 100755 index 0000000000..9ef515f1e3 Binary files /dev/null and b/pixelegg/images/egw_action/ajax-loader.gif differ diff --git a/pixelegg/images/egw_action/arrows.png b/pixelegg/images/egw_action/arrows.png new file mode 100755 index 0000000000..e8c4d9fdbd Binary files /dev/null and b/pixelegg/images/egw_action/arrows.png differ diff --git a/pixelegg/less/etemplate2.less b/pixelegg/less/etemplate2.less index e1f29fb5c3..50609cd35c 100755 --- a/pixelegg/less/etemplate2.less +++ b/pixelegg/less/etemplate2.less @@ -200,7 +200,7 @@ a.et2_url.url { border: none; background: transparent; padding: 0px; - width: 16px; +// width: 16px; height: 16px; } button.et2_button_text:hover, input[type=button]:hover { diff --git a/pixelegg/less/layout_raster.less b/pixelegg/less/layout_raster.less index b643fb0329..d43832e2e5 100644 --- a/pixelegg/less/layout_raster.less +++ b/pixelegg/less/layout_raster.less @@ -333,6 +333,7 @@ overflow: hidden; z-index: 0; padding-top: 0.6em; + font-size: 80%; // .background-color-0-gray; .egw_fw_ui_scrollarea_outerdiv{ diff --git a/pixelegg/less/layout_table.less b/pixelegg/less/layout_table.less index 325cf3a4ba..8544c1d3ec 100755 Binary files a/pixelegg/less/layout_table.less and b/pixelegg/less/layout_table.less differ diff --git a/pixelegg/less/traditional.less b/pixelegg/less/traditional.less index b4abdba74d..fe1f9dba11 100755 --- a/pixelegg/less/traditional.less +++ b/pixelegg/less/traditional.less @@ -338,8 +338,8 @@ body { #divUpperTabs li { float:right; - margin:0 5px 0 0;; - padding:0 5px 0 5px; + margin: 0 5px 0 0; + padding: 0 5px 0 5px; border:solid 1px #9c9c9c; border-bottom: 0px; }