Author: ralfbecker
New Revision: 55030
URL: http://svn.stylite.de/viewvc/egroupware?rev=55030&view=rev
Log:
WIP aligning nextmatch header and styling it as toolbar
Modified:
trunk/addressbook/templates/pixelegg/app.css
trunk/addressbook/templates/pixelegg/app.less
trunk/admin/templates/default/index.xet
trunk/etemplate/ (props changed)
trunk/etemplate/js/et2_extension_nextmatch.js
trunk/etemplate/js/et2_widget_textbox.js
trunk/etemplate/templates/default/etemplate2.css
trunk/infolog/templates/default/index.xet
trunk/infolog/templates/pixelegg/app.css
trunk/infolog/templates/pixelegg/app.less
trunk/pixelegg/css/pixelegg.css
trunk/pixelegg/less/etemplate2.less
trunk/pixelegg/less/layout_table.less
trunk/timesheet/inc/class.timesheet_ui.inc.php
trunk/timesheet/templates/default/index.xet
trunk/timesheet/templates/pixelegg/app.css
trunk/timesheet/templates/pixelegg/app.less
— trunk/addressbook/templates/pixelegg/app.css (original)
+++ trunk/addressbook/templates/pixelegg/app.css Tue Feb 16 18:18:02 2016
@@ -175,141 +175,10 @@
/**
- Give space to both contact view & infolog list
*/
-
#addressbook-index {
- /height: 99%;/
- }
#addressbook-edit {
height: auto;
min-height: 390px;
overflow: auto;
- }
-
#addressbook-index {
- /#############################################################/
- }
-
#addressbook-index div.et2_hbox_left {
- padding: 0px 17px 0 13px;
- }
-
#addressbook-index div.et2_hbox_left select#addressbook-index_org_view {
- /.box_shadow_standard_light;/
- width: auto;
- margin: 5px 0em 5px 0px;
- padding: 3px;
- outline: none;
- display: inline-block;
- -webkit-appearance: none;
- -moz-appearance: none;
- appearance: none;
- cursor: pointer;
- height: 24px;
- margin-top: 0;
- margin-left: 2px;
- -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
- -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
- box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
- }
-
#addressbook-index div.et2_hbox_left select#addressbook-index_org_view:hover {
- -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
- -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
- box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
- }
-
#addressbook-index div.header_row_right div[id$=favorite_wrapper] {
- margin-top: 0px;
- top: 6px;
- }
-
#addressbook-index div.et2_hbox_right {
- padding: 0px 11px 0px 0px;
- width: auto;
- margin-right: 0em;
- margin-top: -5px;
- }
-
#addressbook-index div.et2_hbox_right select.et2_selectbox {
- /.box_shadow_standard_light;/
- width: auto;
- margin: 5px 0em 5px 0px;
- padding: 3px;
- outline: none;
- display: inline-block;
- -webkit-appearance: none;
- -moz-appearance: none;
- appearance: none;
- cursor: pointer;
- height: 24px;
- margin-left: 5px;
- }
-
#addressbook-index div.et2_hbox_right select.et2_selectbox:hover {
- -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
- -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
- box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
- }
-
#addressbook-index div.et2_hbox_right select.et2_selectbox: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);
- }
-
#addressbook-index div.et2_hbox_right button#addressbook-index_add,
-
#addressbook-index div.et2_hbox_right button#addressbook-index_search {
- width: 32px;
- /border: 1px solid #0C5DA5;/
- margin: 6px 2px;
- box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
- padding: -0.5em;
- background-color: #e6e6e6 !important;
- background-size: 16px 16px;
- -webkit-border-radius: 3px;
- -webkit-border-top-left-radius: 10px;
- -moz-border-radius: 3px;
- -moz-border-radius-topleft: 10px;
- border-radius: 3px;
- border-top-left-radius: 10px;
- height: 24px;
- }
-
#addressbook-index div.et2_hbox_right button#addressbook-index_add:before,
-
#addressbook-index div.et2_hbox_right button#addressbook-index_search:before {
- content: “”;
- font-size: 2em;
- color: #0c5da5;
- line-height: 0.6em;
- padding-left: 0.1em;
- padding-right: 100em;
- }
-
#addressbook-index div.et2_hbox_right button#addressbook-index_add:active,
-
#addressbook-index div.et2_hbox_right button#addressbook-index_search:active {
- background-color: #1aa200;
- }
-
#addressbook-index div.et2_hbox_right button#addressbook-index_add:hover,
-
#addressbook-index div.et2_hbox_right button#addressbook-index_search:hover {
- background-color: #189800 !important;
- color: #ffc200;
- -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
- -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
- box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
- -webkit-border-radius: 3px;
- -webkit-border-top-left-radius: 10px;
- -moz-border-radius: 3px;
- -moz-border-radius-topleft: 10px;
- border-radius: 3px;
- border-top-left-radius: 10px;
- }
-
#addressbook-index div.et2_hbox_right button#addressbook-index_add:active,
-
#addressbook-index div.et2_hbox_right button#addressbook-index_search:active {
- background-color: #1aa200 !important;
- }
-
#addressbook-index div.et2_hbox_right button#addressbook-index_add {
- margin-right: 0px;
- }
-
#addressbook-index div.filters select#infolog-index_cat_id {
- width: 10%;
- margin-left: 1em;
- }
-
#addressbook-index div.filters select#infolog-index_filter {
- width: 10%;
- }
-
#addressbook-index div.filters select#infolog-index_filter2 {
- width: 10%;
}
/##################################################################/
/Infolog/
— trunk/addressbook/templates/pixelegg/app.less (original)
+++ trunk/addressbook/templates/pixelegg/app.less Tue Feb 16 18:18:02 2016
@@ -91,130 +91,12 @@
- Give space to both contact view & infolog list
*/
-#addressbook-index {
-#addressbook-index{
-// min-height: 700px;
-// height: auto !important;
- // ###########################
- // linke Box
- // ##########################
- div.et2_hbox_left{
-
-
padding: 0px 17px 0 13px;
-
// Org View
-
select#addressbook-index_org_view{
-
.Complete_Button_select;
-
.dimension_height_m;
-
margin-top: 0;
-
margin-left: 2px;
-
.box_shadow_none;
-
&:hover{
-
.Complete_Button_select_hover;
-
}
-
}
-
-
- } // linke Box
-
-
-
- // ###########################
- // rechte Box
- // ###########################
-
- // filter
- div.header_row_right div[id$=favorite_wrapper] {margin-top: 0px; top: 6px;}
-
-
-
- div.et2_hbox_right {
-
padding: 0px 11px 0px 0px;
-
-
width: auto;
-
margin-right: 0em;
-
margin-top: -5px;
-
-
-
// Typ
-
select.et2_selectbox{
-
.Complete_Button_select;
-
.dimension_height_m;
-
margin-left: 5px;
-
-
&:hover{.Complete_Button_select_hover;}
-
&:focus{.Complete_Button_select_focus;}
-
}
-
-
// hinzufügen
-
button#addressbook-index_add,button#addressbook-index_search{
-
-
.Complete_Button_add_only_plus;
-
.dimension_height_m;
-
-
&:hover {.Complete_Button_add_only_plus_hover;}
-
&:active {background-color: @color_positive_action_active !important;}
-
-
}
-
button#addressbook-index_add {
-
margin-right: 0px;
-
}
-
-
-
- } // rechte Box
-
-
-
-
div.filters {
-
-
// 1 Filter
-
select#infolog-index_cat_id {width: 10%; margin-left: 1em;}
-
-
// 2 Filter
-
select#infolog-index_filter {width: 10%;}
-
-
// 3 Filter
-
select#infolog-index_filter2 {width: 10%;}
-
-
// Suchfeld
-
input#infolog-index_search {
-
}
-
-
-
// Suchen Button
-
button.et2_button {}
-
}
-
-
-
- // Filter
- .filters{
-// #addressbook-index_cat_id{width: 7%;}
-// #addressbook-index_filter{width:7%;}
-// #addressbook-index_filter2{width: 10%;}
-
-
- }// Filter
-
-
-/#############################################################/
-} // iframe
/##################################################################/
@@ -437,10 +319,10 @@
display: none !important;
}
}
-
#addressbook-index {
table.egwGridView_outer tbody {
@@ -461,9 +343,9 @@
white-space: nowrap;
width:99%;
}
@@ -471,7 +353,7 @@
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
— trunk/admin/templates/default/index.xet (original)
+++ trunk/admin/templates/default/index.xet Tue Feb 16 18:18:02 2016
@@ -3,7 +3,7 @@
-
+
Propchange: trunk/etemplate/
— svn:mergeinfo (original)
+++ svn:mergeinfo Tue Feb 16 18:18:02 2016
@@ -1,1 +1,1 @@
-/branches/14.2/etemplate:52426,52645-52646,52823,54046,54053,55016
+/branches/14.2/etemplate:52426,52645-52646,52823,54046,54053
— trunk/etemplate/js/et2_extension_nextmatch.js (original)
+++ trunk/etemplate/js/et2_extension_nextmatch.js Tue Feb 16 18:18:02 2016
@@ -2285,16 +2285,17 @@
// Search
this.search_box = jQuery(document.createElement("div"))
-
// searchbox widget
this.et2_searchbox = et2_createWidget('searchbox', {id:"search",onchange:function(){
self.nextmatch.applyFilters({search: this.get_value()});
}
},this);
— trunk/etemplate/js/et2_widget_textbox.js (original)
+++ trunk/etemplate/js/et2_widget_textbox.js Tue Feb 16 18:18:02 2016
@@ -154,10 +154,10 @@
});
}
},
- /**
- Override the parent set_id method to manuipulate the input DOM node
-
-
-
@param {type} _value
-
@returns {undefined}
*/
@@ -165,12 +165,12 @@
{
this._super.apply(this,arguments);
// Remove the name attribute inorder to affect autocomplete=“off”
- destroy: function() {
var node = this.getInputNode();
if (node) $j(node).unbind(“keypress”);
@@ -276,7 +276,7 @@
this.options.autocomplete = _value;
this.input.attr(‘autocomplete’, _value);
},
- resize: function (_height)
{
if (_height && this.options.multiline)
@@ -409,7 +409,7 @@
/**
- et2_searchbox is a widget which provides a collapsable input search
- with on searching indicator and clear handler regardless of any browser limitation.
-
-
-
@type type
*/
var et2_searchbox = et2_textbox.extend(
@@ -435,7 +435,7 @@
this.setDOMNode(this.div[0]);
this._createWidget();
},
- _createWidget:function()
{
var self = this;
@@ -443,10 +443,10 @@
this.button = et2_createWidget(‘button’,{image:“search”,“background_image”:“1”},this);
this.button.onclick= function(){
self._show_hide(true);
@@ -472,7 +472,7 @@
self.set_value(’’);
}
},
@@ -484,7 +484,7 @@
}
});
this.flex.append(this.search.getDOMNode());
@@ -505,9 +505,9 @@
})
.appendTo(this.flex);
},
-
- /**
-
- Show/hide search field
-
@param {boolean} _stat true means show and false means hide
*/
_show_hide: function(_stat)
@@ -515,7 +515,7 @@
jQuery(this.flex).toggleClass(‘hide’,!_stat);
jQuery(this.getDOMNode()).toggleClass(‘expanded’, _stat);
},
- /**
- toggle search button status based on value
*/
@@ -537,17 +537,17 @@
change:function()
{
this._searchToggleState();
-
- get_value:function(){
return this.search.input.val();
},
-
- /**
-
- override doLoadingFinished in order to set initial state
-
- /**
-
- override doLoadingFinished in order to set initial state
*/
doLoadingFinished: function()
{
@@ -560,4 +560,4 @@
}
}
});
-et2_register_widget(et2_searchbox, [“searchbox”]);
+et2_register_widget(et2_searchbox, [“searchbox”]);
— trunk/etemplate/templates/default/etemplate2.css (original)
+++ trunk/etemplate/templates/default/etemplate2.css Tue Feb 16 18:18:02 2016
@@ -885,7 +885,7 @@
}
.et2_tabbox.vertical .et2_tabflag.active .et2_tabcntr {
display: block;
}
.et2_tabbox.vertical .et2_tabflag div.et2_tabtitle {
background-color: #C4C4C4;
@@ -1109,9 +1109,6 @@
border: 1px solid #E0E0E0;
font-size: 150%;
text-align: center;
-}
-.nextmatch_header .search {
- padding-left: 1ex;
}
.nextmatch_header_row > select,.nextmatch_header_row > label > select {
max-width: 14%;
@@ -1580,13 +1577,13 @@
margin: 0 !important;
padding: 0 !important;
}
-.et2_toolbar .et2_toolbar_actionlist button.et2_button_with_image {
+.et2_toolbar .et2_toolbar_actionlist button.et2_button_with_image, .nextmatch_header_row button.et2_button {
width: 24px;
background-position: center;
background-size: 16px 16px;
border-radius: 3px;
padding-left: 0;
- background-color: #f0f0f0;
- background-color: #fafafa;
}
.et2_toolbar .et2_toolbar_actionlist button.et2_button_with_image.et2_toolbar_hasCaption {
width:auto;
@@ -1598,12 +1595,18 @@
width:auto;
padding-left: 3px;
}
-.et2_toolbar button {
- margin:1px;
- margin-right: 3px;
+.et2_toolbar button, .nextmatch_header_row button {
- margin: 1px 4px 1px 0;
height: 24px;
}
-.et2_toolbar button.toolbar_toggled {
+.et2_toolbar select, .nextmatch_header_row select {
- height: 24px;
- margin: 1px 4px 1px 0;
- background-color: #fafafa;
- border: 1px solid silver;
- border-radius: 3px;
+}
+.et2_toolbar button.toolbar_toggled, .et2_searchbox button.et2_button.toolbar_toggled {
background-color: white;
box-shadow: inset 1px 1px 1px 1px gray !important;
}
@@ -2231,35 +2234,25 @@
.et2_searchbox {
position: relative;
padding: 0 0 0 0px;
- z-index: 100;
- white-space: nowrap;
-}
-.et2_searchbox button.et2_button {
- height:24px;
- background-image: url(images/search.png);
- width:35px;
- background-repeat: no-repeat;
-}
-.et2_searchbox button.et2_button.searched {
- background-color: white;
- box-shadow: inset 1px 1px 1px 1px gray !important;
- z-index: 500;
- white-space: nowrap;
}
.et2_searchbox input {
position: absolute;
- /* top: 1px; */
height: 18px;
width: 100%;
}
.et2_searchbox span.ui-icon.clear{
display: inline-block;
- background-position: -95px -126px;
- position: absolute;
- float: right;
- right: 5px;
- top: 6px;
- background-position: -95px -126px;
- position: absolute;
- float: right;
- right: 3px;
- top: 3px;
}
.et2_searchbox .flex {
- width: 150px;
position: absolute;
display: inline-block;
}
— trunk/infolog/templates/default/index.xet (original)
+++ trunk/infolog/templates/default/index.xet Tue Feb 16 18:18:02 2016
@@ -152,13 +152,6 @@
-
<description align="center" id="msg" no_lang="1" span="all" class="message"/>
-
</row>
-
<row disabled="1">
-
<template id="dates"/>
-
<template id="header_right"/>
-
</row>
-
<row>
<nextmatch id="nm" template="infolog.index.rows" header_left="infolog.index.add" header_right="infolog.index.dates" span="all"/>
</row>
<row>
— trunk/infolog/templates/pixelegg/app.css (original)
+++ trunk/infolog/templates/pixelegg/app.css Tue Feb 16 18:18:02 2016
@@ -177,96 +177,6 @@
right: 12px;
top: 41px;
}
-/* #############################################################################
-// iframe
-// Rahmen + padding**/
-/############################################
-# # #
-# # #
-# # #
-# # #
-# # #
-# # #
-# # #
-# # iframge #
-# # #
-# # #
-# # #
-# # #
-# # #
-# # #
-##############################################
-/
-/*
-.egw_fw_content_browser_div{
-}*/
-#infolog-index {
-}
-#infolog-index #infolog-index_nm #infolog-index_favorite_wrapper {
- position: relative;
- top: 5px;
-}
-#infolog-index #infolog-index_nm table.egwGridView_outer thead tr th.optcol .selectcols {
- margin-top: 1.5%;
-}
-#infolog-index #infolog-index_nm .frame {
- /* min-height: 100%;
-
height: 60em;*/
-}
-#infolog-index #infolog-index_nm .egwGridView_scrollarea {
- /height: auto;/
-}
-#infolog-index #infolog-index_nm .egwGridView_scrollarea table.egwGridView_grid img {
- height: 16px;
-}
-#infolog-index #infolog-index_nm .egwGridView_scrollarea table.egwGridView_grid ul.et2_link_string li.et2_link {
- font-weight: normal;
-}
-#infolog-index #infolog-index_nm .egwGridView_scrollarea table.egwGridView_grid .infolog_fixedHeight {
- height: 16px;
-}
-#infolog-index #infolog-index_nm span.infolog_infoId {
- background-color: inherit;
-}
/*###########################################
dialogHeader
— trunk/infolog/templates/pixelegg/app.less (original)
+++ trunk/infolog/templates/pixelegg/app.less Tue Feb 16 18:18:02 2016
@@ -17,169 +17,6 @@
@import (reference) “…/…/…/pixelegg/less/def_mobile.less”;
@import (less) “…/default/app.css”;
-/* #############################################################################
-// iframe
-// Rahmen + padding**/
-/############################################
-# # #
-# # #
-# # #
-# # #
-# # #
-# # #
-# # #
-# # iframge #
-# # #
-# # #
-# # #
-# # #
-# # #
-# # #
-##############################################
-/
-/*
-.egw_fw_content_browser_div{
-}*/
-#infolog-index {
- /height: auto !important;/
-
- table.et2_grid {border-top: 0px;}
-
- /* Minimum width for first column */
- .gridCont_0_div_col_0 {
-
min-width: 45px;
- }
-
-
#infolog-index_nm{
-
/*min-height: 900px;*/
-
-
// Header
-
.nextmatch_header{
-
-
-
-
div.ui-helper-clearfix,
-
div.ui-helper-reset{
-
-
height: 0px;
-
-
-
-
-
-
}
-
-
// Anzahl
-
span.header_count{top: 0px;}
-
-
-
-
-
-
div.filters {
-
-
// 1 Filter
-
select#infolog-index_cat_id {
-
/*width: 10%;*/
-
margin-left: 1em;}
-
-
// 2 Filter
-
select#infolog-index_filter {
-
max-width: 19%;
-
}
-
-
// 3 Filter
-
select#infolog-index_filter2 {
-
/*width: 10%;*/
-
}
-
-
// Suchfeld
-
input#infolog-index_search {
-
-/* .Complete_Button_input;
-// ################################################################
-// right Box with add item
-// FILTER
-#infolog-index_favorite_wrapper{
- position: relative;
- top: 5px;
-
-}
-// ##################################
-// Listendarstellung
-/* min-height: 100%;
-
height: 60em;*/
-
}
-
-
.egwGridView_scrollarea{
-
/*height: auto;*/
-
// overflow: auto;
-
-
table.egwGridView_grid {
-
-
img{height: 16px;}
-
-
span.et2_link {}
-
-
ul.et2_link_string {
-
li.et2_link {font-weight: normal;}
-
-
}
-
-
//Date fixed height
-
.infolog_fixedHeight{.dimension_height_s;}
-
-
}
-
-
}
-
-
/*ID Infolog*/
-
span.infolog_infoId {background-color: inherit;}
-
- } // #infolog-index_nm
-
-} // iframe
// #############################################################################
// Dialog infolog
— trunk/pixelegg/css/pixelegg.css (original)
+++ trunk/pixelegg/css/pixelegg.css Tue Feb 16 18:18:02 2016
@@ -573,19 +573,19 @@
- ##################################################################################*/
div.header_row_right div[id$=favorite_wrapper] {
margin-top: 0px;
- top: 6px;
}
.et2_nextmatch {
background-color: transparent;
}
.et2_nextmatch .nextmatch_header {
- padding: 5px;
- padding: 0;
border: none;
background-image: none;
background-color: transparent;
}
.et2_nextmatch .nextmatch_header_row {
padding-bottom: 6px;
- width: 100%;
}
.et2_nextmatch > img {
width: 16px;
@@ -696,94 +696,6 @@
/######################################################/
/*################################################################
-* Search Field
-*
-################################################################*/
- .nextmatch_header_row > .search {
- padding: 0 0 0 0px;
- margin-right: 15px;
- margin-left: 15px;
- width: 200px;
- z-index: 100;
- white-space: nowrap;
- /.background_color_search;/
- /.border_radius_button_righttop;/
- }
- .nextmatch_header_row > .search input {
- /.background_color_search;/
- /background-color: @gray_0;/
- font-size: 11px;
- color: #000000;
- padding: 3px;
- width: 150px;
- border-color: #696969;
- border-right: none;
- }
- .nextmatch_header_row > .search input::-webkit-input-placeholder {
- /* WebKit browsers */
- color: #696969;
- }
- .nextmatch_header_row > .search input:-moz-placeholder {
- /* Mozilla Firefox 4 to 18 */
- color: #696969;
- }
- .nextmatch_header_row > .search input::-moz-placeholder {
- /* Mozilla Firefox 19+ */
- color: #696969;
- }
- .nextmatch_header_row > .search input:-ms-input-placeholder {
- /* Internet Explorer 10+ */
- color: #696969;
- }
- .nextmatch_header_row > .search button.et2_button {
- border: 1px solid rgba(0, 0, 0, 0.15);
- border-color: #b4b4b4;
- -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
- -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
- box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
- width: 45px;
- -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;
- /cursor: pointer; 14022014 entfernt/
- padding: 0px;
- margin: 8px 10px;
- margin-left: 0px;
- background-image: url("…/images/search.png");
- background-position: center 0;
- background-size: contain;
- background-repeat: no-repeat;
- text-indent: 110%;
- white-space: nowrap;
- overflow: hidden;
- }
- .nextmatch_header_row > .search button.et2_button:hover {
- -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
- -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
- box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
- background-color: #679fd2 !important;
- /hide arrow/
- color: #679fd2 !important;
- }
- .nextmatch_header_row > .search button.et2_button:active {
- /.background_verlauf_diagonal_gray;/
- background-color: #1aa200 !important;
- }
- .nextmatch_header_row > .search button.et2_button: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);
- /background-color: @color_positive_action_active !important;/
- }
- /################################################################
-
################################################################/
@@ -920,13 +832,12 @@
################################################################/
.nextmatch_header .header_count {
position: relative;
- top: 0;
height: 22px;
height: 24px;
border: 1px solid #E0E0E0;
float: right;
- margin: 6px 5px 0 10px;
- padding: 0 20px;
- padding: 0 10px;
text-align: center;
font-size: 11px;
border: 1px solid rgba(0, 0, 0, 0.15);
@@ -4233,7 +4144,7 @@
text-decoration: none;
height: 32px;
/font-size: 1.1em;/
- font-size: 12.100000000000001px;
line-height: 1.5em;
}
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul li a:hover {
@@ -4257,7 +4168,7 @@
}
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul a#topmenu_home:before {
padding-right: 20px;
- font-size: 12.100000000000001px;
content: " ";
background-image: url(…/images/topmenu_items/home.png);
background-repeat: no-repeat;
@@ -4655,7 +4566,7 @@
padding-left: 3em;
color: #999999;
/font-size: 12px;/
- font-size: 12.100000000000001px;
line-height: 17px;
}
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_header object {
@@ -4826,7 +4737,7 @@
margin: 5px 0px 3px 5px;
padding: 0px 0px 0px 15px;
line-height: 1em;
- font-size: 12.100000000000001px;
background-image: url(…/images/arrow_left.png);
background-repeat: no-repeat;
background-position: left center;
@@ -5818,7 +5729,7 @@
}
table.egwGridView_outer thead tr th {
background-position: -200px;
- font-weight: normal;
padding: 3px 0 3px 4px;
border-color: #b4b4b4;
border-left: 0px solid transparent;
@@ -5827,8 +5738,7 @@
border-bottom: 0px solid transparent;
vertical-align: middle;
overflow: auto;
- border-radius: 3px;
- border-top-right-radius: 23px;
- border-radius: 5px;
}
table.egwGridView_outer thead tr th:hover {
background-color: #bfbfbf;
@@ -5864,7 +5774,7 @@
background-color: #ffffff;
}
table.egwGridView_outer thead tr th.optcol:hover {
- background-color: #189800;
- cursor: pointer;
}
table.egwGridView_outer thead tr th.optcol span.selectcols {
height: 9px;
@@ -5874,9 +5784,6 @@
background-repeat: no-repeat;
background-size: 10px 10px;
display: inline-block;
-}
-table.egwGridView_outer thead tr th.optcol span.selectcols:hover {
- background-color: #189800;
}
table.egwGridView_outer > tbody > tr {
/Elements inside td/
— trunk/pixelegg/less/etemplate2.less (original)
+++ trunk/pixelegg/less/etemplate2.less Tue Feb 16 18:18:02 2016
@@ -515,7 +515,7 @@
div.header_row_right{
//favoriten
- div[id$=favorite_wrapper]{margin-top: 0px; top: 6px;}
- div[id$=favorite_wrapper]{margin-top: 0px;}
}
@@ -527,17 +527,17 @@
// complete nextmatch…Background color!
.et2_nextmatch .nextmatch_header {
- padding: 0;
border: none;
background-image: none;
background-color: transparent;
}
// complete nextmatch…Background color!
-.et2_nextmatch .nextmatch_header_row {
+.et2_nextmatch