Search - in Header Navigation

etemplate =  result + more
This commit is contained in:
Stefan Reinhardt 2014-06-11 14:50:21 +00:00
parent 6b91baf0cc
commit da0cb798e5
10 changed files with 56 additions and 10 deletions

View File

@ -57,12 +57,12 @@
} }
.etemplate_tab row_on, .etemplate_tab row_on,
td.etemplate_tab_active:focus { td.etemplate_tab_active:focus {
background-color: #808080; /*.background-color-50-gray;*/
border-width: 0 0 3px 0; border-width: 0 0 3px 0;
border-style: solid; border-style: solid;
border-spacing: 0px; border-spacing: 0px;
border-color: #408dd2; /*border-color: @active_button_border_bottom;*/
color: #f2f2f2; /*.color-5-gray;*/
} }
.nextmatch_header select { .nextmatch_header select {
width: 140px; width: 140px;
@ -115,3 +115,20 @@ button.et2_button {
padding-left: 3px; padding-left: 3px;
padding-right: 3px; padding-right: 3px;
} }
/**
* SEARCH / Suchen
*/
table.app_header {
background-color: #FFF;
margin: 0.3em;
border: 19px solid white;
}
table.app_header td.app_icon img {
width: 24px;
height: 24px;
}
div.more_link {
color: #003075;
padding: 0.3em;
background-color: #ffc200;
}

View File

@ -9,8 +9,8 @@
* @version $Id$ * @version $Id$
*/ */
@import (reference) "../../../phpgwapi/templates/default/def_buttons.less"; @import (reference) "../../../pixelegg/less/def_buttons.less";
@import (reference) "../../../phpgwapi/templates/default/def_design_pattern_color_font_shadow.less"; @import (reference) "../../../pixelegg/less/def_design_pattern_color_font_shadow.less";
.redItalic, .message { .redItalic, .message {
color: red; color: red;
@ -62,12 +62,12 @@
.etemplate_tab row_on, .etemplate_tab row_on,
td.etemplate_tab_active:focus { td.etemplate_tab_active:focus {
.background-color-50-gray; /*.background-color-50-gray;*/
border-width: 0 0 3px 0; border-width: 0 0 3px 0;
border-style: solid; border-style: solid;
border-spacing: 0px; border-spacing: 0px;
border-color: @active_button_border_bottom; /*border-color: @active_button_border_bottom;*/
.color-5-gray; /*.color-5-gray;*/
@ -130,3 +130,32 @@ button.et2_button {
padding-left: 3px; padding-left: 3px;
padding-right: 3px; padding-right: 3px;
} }
/**
* SEARCH / Suchen
*/
// Result
table.app_header {
background-color: #FFF;
margin: 0.3em;
border: 19px solid white;
td.app_icon {
img {.dimension_width_height_m;}
}
}
div.more_link {
color: #003075;
padding: 0.3em;
background-color: @egw_color_1_a;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 252 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB