Author: hnategh
New Revision: 56129
URL: http://svn.stylite.de/viewvc/egroupware?rev=56129&view=rev
Log:
Nm resize fix:
- Fix dataview grid resize not taking care of category color border
- Fix Category borders make headers misaligned
Modified:
trunk/addressbook/templates/default/app.css
trunk/addressbook/templates/pixelegg/app.css
trunk/admin/templates/default/acl.xet
trunk/admin/templates/default/app.css
trunk/admin/templates/pixelegg/app.css
trunk/egroupware/api/js/etemplate/et2_dataview.js
trunk/infolog/templates/default/app.css
trunk/infolog/templates/pixelegg/app.css
trunk/mail/templates/default/app.css
trunk/mail/templates/mobile/app.css
trunk/mail/templates/pixelegg/app.css
trunk/projectmanager/templates/default/app.css
trunk/projectmanager/templates/pixelegg/app.css
trunk/timesheet/templates/default/app.css
trunk/timesheet/templates/pixelegg/app.css
trunk/tracker/templates/default/app.css
trunk/tracker/templates/pixelegg/app.css
— trunk/addressbook/templates/default/app.css (original)
+++ trunk/addressbook/templates/default/app.css Wed May 11 18:33:54 2016
@@ -119,3 +119,4 @@
float: right;
width: 134px;
}
+#addressbook-index_nm.et2_nextmatch .egwGridView_outer thead tr {border-left: 12px solid transparent;}
— trunk/addressbook/templates/pixelegg/app.css (original)
+++ trunk/addressbook/templates/pixelegg/app.css Wed May 11 18:33:54 2016
@@ -134,6 +134,9 @@
float: right;
width: 134px;
}
+#addressbook-index_nm.et2_nextmatch .egwGridView_outer thead tr {
- border-left: 12px solid transparent;
+}
@media all {
/* #############################################################################
— trunk/admin/templates/default/acl.xet (original)
+++ trunk/admin/templates/default/acl.xet Wed May 11 18:33:54 2016
@@ -65,9 +65,6 @@
-
<row class="dialogHeader">
-
<description value="Access control" class=""/>
-
</row>
<row>
<nextmatch id="nm" template="admin.acl.rows" header_left="admin.acl.add" height="400"/>
</row>
— trunk/admin/templates/default/app.css (original)
+++ trunk/admin/templates/default/app.css Wed May 11 18:33:54 2016
@@ -168,3 +168,4 @@
font-weight: bold;
font-size: 110%;
}
+#admin-acl {width:99%;}
— trunk/admin/templates/pixelegg/app.css (original)
+++ trunk/admin/templates/pixelegg/app.css Wed May 11 18:33:54 2016
@@ -18,7 +18,7 @@
-
-
@version $Id: app.css 55790 2016-04-20 18:52:55Z ralfbecker $
-
-
@version $Id: app.css 55801 2016-04-21 16:39:59Z ralfbecker $
*/
.admin_tree table,
.admin_tree tr,
@@ -173,6 +173,9 @@
#admin-site-config span.subHeader {
font-weight: bold;
font-size: 110%;
+}
+#admin-acl {
- width: 99%;
}
@media all {
div.dhtmlxTree td.standartTreeRow span.selectedTreeRow {
— trunk/egroupware/api/js/etemplate/et2_dataview.js (original)
+++ trunk/egroupware/api/js/etemplate/et2_dataview.js Wed May 11 18:33:54 2016
@@ -162,6 +162,9 @@
if (this.width != _w)
{
this.width = _w;
+
-
// Take grid header border's width into account. eg. category colors may add extra pixel into width
-
_w = _w - (this.thead.find('tr').outerWidth() - this.thead.find('tr').innerWidth());
// Rebuild the column stylesheets
this.columnMgr.setTotalWidth(_w - this.scrollbarWidth);
— trunk/infolog/templates/default/app.css (original)
+++ trunk/infolog/templates/default/app.css Wed May 11 18:33:54 2016
@@ -95,4 +95,6 @@
#infolog-index select#infolog-index_filter {
width: 150px;
}
-#infolog_edit_info_responsible_chzn { width:99% !important;}
+#infolog_edit_info_responsible_chzn { width:99% !important;}
+
+#infolog-index_nm.et2_nextmatch .egwGridView_outer thead tr {border-left: 12px solid transparent;}
— trunk/infolog/templates/pixelegg/app.css (original)
+++ trunk/infolog/templates/pixelegg/app.css Wed May 11 18:33:54 2016
@@ -163,6 +163,9 @@
#infolog_edit_info_responsible_chzn {
width: 99% !important;
}
+#infolog-index_nm.et2_nextmatch .egwGridView_outer thead tr {
- border-left: 12px solid transparent;
+}
/*###########################################
dialogHeader
— trunk/mail/templates/default/app.css (original)
+++ trunk/mail/templates/default/app.css Wed May 11 18:33:54 2016
@@ -877,4 +877,6 @@
font-size: 12pt;
vertical-align: middle;
}
-.sieve-title .ruleID::before {content:’#’}
+.sieve-title .ruleID::before {content:’#’}
+
+#mail-index_nm.et2_nextmatch .egwGridView_outer thead tr {border-left: 12px solid transparent;}
— trunk/mail/templates/mobile/app.css (original)
+++ trunk/mail/templates/mobile/app.css Wed May 11 18:33:54 2016
@@ -861,6 +861,9 @@
}
.sieve-title .ruleID::before {
content: ‘#’;
+}
+#mail-index_nm.et2_nextmatch .egwGridView_outer thead tr {
- border-left: 12px solid transparent;
}
#popupMainDiv {
padding: 5px;
— trunk/mail/templates/pixelegg/app.css (original)
+++ trunk/mail/templates/pixelegg/app.css Wed May 11 18:33:54 2016
@@ -850,6 +850,9 @@
.sieve-title .ruleID::before {
content: ‘#’;
}
+#mail-index_nm.et2_nextmatch .egwGridView_outer thead tr {
- border-left: 12px solid transparent;
+}
#popupMainDiv {
padding: 5px;
}
— trunk/projectmanager/templates/default/app.css (original)
+++ trunk/projectmanager/templates/default/app.css Wed May 11 18:33:54 2016
@@ -105,3 +105,5 @@
.et2_gantt .gantt_cell .gantt_column_pe_resources:hover li {
display: block;
}
+
+#projectmanager-list_nm.et2_nextmatch .egwGridView_outer thead tr {border-left: 12px solid transparent;}
— trunk/projectmanager/templates/pixelegg/app.css (original)
+++ trunk/projectmanager/templates/pixelegg/app.css Wed May 11 18:33:54 2016
@@ -14,7 +14,7 @@
/
/ $Id$ /
/*
-
- Let button in link_add look like regular [+] / add button
-
- Let button in link_add look like regular [+] / add button, with app behind
*/
button#projectmanager-elements-list_link_add_add {
width: 24px;
@@ -22,6 +22,7 @@
overflow: hidden;
padding: 0;
background-position: 3px;
- float: left;
}
button#projectmanager-elements-list_link_add_add:hover {
background-size: 16px 16px;
@@ -114,6 +115,9 @@
}
.et2_gantt .gantt_cell .gantt_column_pe_resources:hover li {
display: block;
+}
+#projectmanager-list_nm.et2_nextmatch .egwGridView_outer thead tr {
- border-left: 12px solid transparent;
}
/*default */
.planned {
— trunk/timesheet/templates/default/app.css (original)
+++ trunk/timesheet/templates/default/app.css Wed May 11 18:33:54 2016
@@ -24,4 +24,6 @@
{
display: inline-block;
float: left;
-}
+}
+
+#timesheet-index_nm.et2_nextmatch .egwGridView_outer thead tr {border-left: 12px solid transparent;}
— trunk/timesheet/templates/pixelegg/app.css (original)
+++ trunk/timesheet/templates/pixelegg/app.css Wed May 11 18:33:54 2016
@@ -33,6 +33,9 @@
display: inline-block;
float: left;
}
+#timesheet-index_nm.et2_nextmatch .egwGridView_outer thead tr {
- border-left: 12px solid transparent;
+}
/*###########################################
dialogHeader
— trunk/tracker/templates/default/app.css (original)
+++ trunk/tracker/templates/default/app.css Wed May 11 18:33:54 2016
@@ -53,4 +53,6 @@
}
#tracker-edit_tr_assigned + .chzn-container .chzn-results {
max-height: 215px;
-}
+}
+
+#tracker-index_nm.et2_nextmatch .egwGridView_outer thead tr {border-left: 12px solid transparent;}
— trunk/tracker/templates/pixelegg/app.css (original)
+++ trunk/tracker/templates/pixelegg/app.css Wed May 11 18:33:54 2016
@@ -119,6 +119,9 @@
#tracker-edit_tr_assigned + .chzn-container .chzn-results {
max-height: 215px;
}
+#tracker-index_nm.et2_nextmatch .egwGridView_outer thead tr {
- border-left: 12px solid transparent;
+}
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_header_active h1 {
font-size: 1.15em !important;
}
Mobile security can be enabling, not merely restricting. Employees who
bring their own devices (BYOD) to work are irked by the imposition of MDM
restrictions. Mobile Device Manager Plus allows you to control only the
apps on BYO-devices by containerizing them, leaving personal data untouched!
https://ad.doubleclick.net/ddm/clk/304595813;131938128;j
eGroupWare-cvs mailing list
eGroupWare-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/egroupware-cvs