pixelegg changes from today

This commit is contained in:
Ralf Becker 2014-01-08 18:49:09 +00:00
parent d02c2e2496
commit 2c2b380b1d
14 changed files with 926 additions and 579 deletions

View File

@ -955,6 +955,10 @@ div.message.floating {
margin-left: 10px;
border-left: 1px solid silver;
}
/** Initial height used for calculating average heights, before content is loaded */
.egwGridView_grid > tbody > tr > td > .loading {
min-height: 1.6em;
}
/**
* This class' margin-right is used to line up columns at each indent level
* Classes level_# are created programmatically with margin-right * depth
@ -1212,7 +1216,7 @@ div.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button {
display: inline;
}
div.et2_hbox {
white-space: nowrap;
white-space: normal;
}
div.et2_hbox > * {
text-align: left;
@ -1459,7 +1463,7 @@ button.et2_button_text:focus, input[type=button]:focus {
list-style-type: none;
}
.et2_selectbox .ui-multiselect-checkboxes li:hover {
background-color: #ffc200 !important;
background-color: #679fd2 !important;
}
.et2_selectbox .ui-multiselect-checkboxes ul {
margin: 0px auto;
@ -1783,10 +1787,10 @@ action buttons, left aligned for "extra" controls
cursor: pointer;
}
.et2_link_list tr:hover {
background-color: #679fd2;
background-color: rgba(103, 159, 210, 0.2);
}
.et2_link_list tr:active {
background-color: #ffc200;
background-color: rgba(255, 194, 0, 0.01);
}
.et2_link_list td.remark {
font-style: italic;
@ -1812,7 +1816,7 @@ action buttons, left aligned for "extra" controls
position: fixed;
border: 1px solid #897f51;
padding: 3px;
background-color: #ffc200;
background-color: #679fd2;
max-width: 300px;
color: black;
}
@ -1949,7 +1953,7 @@ action buttons, left aligned for "extra" controls
}
.et2_grid td .gray {
padding: 1em;
background-color: #ffc200;
background-color: #679fd2;
}
.et2_grid td .gray span {
background-color: transparent;
@ -2104,9 +2108,10 @@ action buttons, left aligned for "extra" controls
.nextmatch_header > .filters input[type=search] {
background-color: #ffd44d;
color: black;
height: 22.21875px;
/*height: 16.21875px;*/
float: left;
margin: 5px 0 0 2px;
font-size: 11.2px;
}
.nextmatch_header > .filters button.et2_button {
border: 1px solid rgba(0, 0, 0, 0.15);
@ -2903,18 +2908,23 @@ option:checked {
color: #999999;
text-decoration: none;
}
.ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-widget-content .ui-state-focus {
border-color: #e6e6e6;
background: #679fd2;
background-image: none !important;
color: #000000;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
.ui-widget-header .ui-state-hover {
border-top: solid 1px 1px;
border-left: solid 1px 1px;
border-right: solid 1px 1px;
border-bottom: solid 1px 1px;
border-color: #e6e6e6;
background: #ffc200;
background: #679fd2;
background-image: none !important;
color: #000000;
}
@ -2933,7 +2943,6 @@ option:checked {
border-right: solid 1px 1px;
border-bottom: solid 1px 1px;
border-color: #cdcdcd;
background: #ffc200;
background-image: none;
font-weight: bold;
color: #808080;
@ -3051,7 +3060,7 @@ span.ui-icon-search {
background-image: none;
}
.ui-widget-content .et2_selectbox div.ui-widget-header ul li label.ui-state-hover {
background-color: #ffc200;
background-color: #679fd2;
font-weight: normal;
}
/*###########################################*/
@ -3490,6 +3499,133 @@ div#egwpopup_message {
* @package phpgwapi
* @version $Id$
*/
/**
* Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
* http://cssreset.com
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}
body {
line-height: 1;
}
ol,
ul {
list-style: none;
}
blockquote,
q {
quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
/* #######################################################################################
*
*
@ -3510,6 +3646,7 @@ body {
width: 100% !important;
height: 100% !important;
font-size: 11px;
line-height: 1.28;
}
body,
textarea {
@ -3583,20 +3720,20 @@ select:focus {
transition: all 0.2s ease-out;
}
p {
font-size: 12px;
font-size: 1em;
}
h1 {
font-size: 200%;
line-height: 1.2em;
font-size: 1.2em;
line-height: 1.28em;
margin: 0.4em 0 0;
}
h2 {
font-size: 170%;
font-size: 1.15em;
line-height: 1.2em;
margin: 0.6em 0 0;
}
h3 {
font-size: 150%;
font-size: 1.1em;
line-height: 0.8571em;
margin: 0.8571em 0 0;
}
@ -3623,29 +3760,6 @@ h6 {
select {
position: relative;
}
/*select:after {
content:'<>';
font:11px "Consolas", monospace;
color:#aaa;
-webkit-transform:rotate(90deg);
-moz-transform:rotate(90deg);
-ms-transform:rotate(90deg);
transform:rotate(90deg);
right:8px; top:2px;
padding:0 0 2px;
border-bottom:1px solid #ddd;
position:absolute;
pointer-events:none;
}
select:before {
content:'';
right:6px; top:0px;
width:20px; height:20px;
background:#f8f8f8;
position:absolute;
pointer-events:none;
display:block;
}*/
div.selectbox-wrapper ul {
list-style-type: none;
margin: 0px;
@ -3931,7 +4045,7 @@ td.lettersearch {
}
.egw_fw_ui_sidemenu_marker h1 {
display: inline;
font-size: 10pt;
/* font-size: 10pt;*/
font-weight: bold;
}
.egw_fw_ui_ajaxloader {
@ -4563,14 +4677,9 @@ button.et2_button_with_image {
* ######################################################################################
*/
/* TABLE STYLE */
table.et2_grid {
/* border-top: 3px solid;
border-color: @gray-10;*/
}
.innerContainer {
overflow: hidden;
overflow: auto;
/*padding: 0;*/
margin: 2px;
}
.egwGridView_grid tr.th > td,
.nextmatch_header {
@ -4610,32 +4719,18 @@ table.egwGridView_outer thead {
/* W3C */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f0f0f0', endColorstr='#a6bfbfbf', GradientType=0);
/* IE6-9 */
/*.background-color-5-gray;*/
/* background: -moz-linear-gradient(top, rgba(240,240,240,0) 0%, rgba(191,191,191,0.65) 100%); FF3.6+
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(240,240,240,0)), color-stop(100%,rgba(191,191,191,0.65))); Chrome,Safari4+
background: -webkit-linear-gradient(top, rgba(240,240,240,0) 0%,rgba(191,191,191,0.65) 100%); Chrome10+,Safari5.1+
background: -o-linear-gradient(top, rgba(240,240,240,0) 0%,rgba(191,191,191,0.65) 100%); Opera 11.10+
background: -ms-linear-gradient(top, rgba(240,240,240,0) 0%,rgba(191,191,191,0.65) 100%); IE10+
background: linear-gradient(to bottom, rgba(240,240,240,0) 0%,rgba(191,191,191,0.65) 100%); W3C
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f0f0f0', endColorstr='#a6bfbfbf',GradientType=0 ); IE6-9 */
}
table.egwGridView_outer thead tr th {
/*.background-color-50-gray;*/
background: transparent;
background: #f5f5f5, -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(1, #ffffff)), -ms-linear-gradient(bottom, #eeeeee, #ffffff), -moz-linear-gradient(center bottom, #eeeeee 0%, #ffffff 100%), -o-linear-gradient(#ffffff, #eeeeee);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
font-weight: normal;
padding: 0px;
/* border-width: 1px;
border-style: solid;*/
border-color: #b4b4b4;
border-left: 0px solid transparent;
border-top: 0px solid transparent;
border-right: 0px solid transparent;
border-bottom: 0px solid transparent;
/* background-image: none;
background-position: center;
background-repeat: repeat-x;*/
vertical-align: top;
overflow: auto;
}
@ -4661,7 +4756,7 @@ table.egwGridView_outer thead tr th.optcol {
/*width: 32px !important;*/
}
table.egwGridView_outer thead tr th.optcol:hover {
background-color: #ffc200;
background-color: #679fd2;
}
table.egwGridView_outer thead tr th.optcol span.selectcols {
height: 9px;
@ -4673,11 +4768,30 @@ table.egwGridView_outer thead tr th.optcol span.selectcols {
display: inline-block;
}
table.egwGridView_outer thead tr th.optcol span.selectcols:hover {
background-color: #ffc200;
background-color: #679fd2;
}
table.egwGridView_outer tbody td.frame {
border: 1px solid #000000;
padding: 0px 5px;
border: 1px solid #e6e6e6;
/*padding: 0px 5px; no need*/
}
table.egwGridView_outer tbody img {
background-color: #0c5da5;
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjMGM1ZGE1IiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjMGM1ZGE1IiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
background-image: -moz-linear-gradient(top, #0c5da5, #0c5da5);
background-image: -ms-linear-gradient(top, #0c5da5, #0c5da5);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0c5da5), to(#0c5da5));
background-image: -webkit-linear-gradient(top, #0c5da5, #0c5da5);
background-image: -o-linear-gradient(top, #0c5da5, #0c5da5);
background-image: linear-gradient(top, #0c5da5, #0c5da5);
background-repeat: repeat-x;
/*.background_color_10_gray;*/
-webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
border: 1px solid rgba(0, 0, 0, 0.15);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
/*########################################################*/
table.egwGridView_grid {
@ -4700,21 +4814,24 @@ table.egwGridView_grid tbody tr:nth-child(even) {
background: #ffffff;
}
table.egwGridView_grid tbody tr:nth-child(odd) {
background: #f7f7f7;
background: #fafafa;
}
table.egwGridView_grid tbody tr.selected {
background: rgba(255, 221, 115, 0.2) !important;
background-image: none;
background: rgba(255, 221, 115, 0.2);
/*.bw-gradient;*/
}
table.egwGridView_grid tbody tr.focused {
background: rgba(255, 194, 0, 0.5) !important;
background-image: url(../images/focused_hatching.png);
background-repeat: repeat;
background-color: rgba(255, 194, 0, 0.5);
}
table.egwGridView_grid tr {
border-bottom: 1px solid;
border-color: #828282;
}
table.egwGridView_grid tr:hover {
background: rgba(103, 159, 210, 0.4) !important;
background: rgba(103, 159, 210, 0.2) !important;
}
table.egwGridView_grid tr td {
border-left: 0px;
@ -4779,6 +4896,20 @@ table.egwGridView_grid span.arrow.loading {
.nextmatch_header tr {
background: none;
}
/*Custom Fields*/
table.customfields tbody tr:nth-child(2n) {
background: inherit;
}
table.customfields tr {
background-color: inherit !important;
}
table.customfields td {
line-height: 11px;
}
table.customfields td span > div {
display: inherit;
margin: 0px;
}
/**
* EGroupware: Stylite Pixelegg template
*
@ -4857,7 +4988,7 @@ table.egwGridView_grid span.arrow.loading {
#loginMainDiv div#centerBox #loginCdMessage span {
padding: 0.5em;
font-size: 1.2em;
color: #ffc200;
color: #679fd2;
text-shadow: -1px -1px 0px #101010, 1px 1px 0px #505050;
width: 100%;
}
@ -5050,9 +5181,9 @@ img {
width: 100%;
float: left;
/* ###########################################################################################################################################
Topmenu / Home / Einstellungen / usw..
###########################################################################################################################################
*/
Topmenu / Home / Einstellungen / usw..
###########################################################################################################################################
*/
}
#egw_fw_header #egw_divLogo {
float: left;
@ -5064,8 +5195,11 @@ img {
background-color: #fafafa;
}
#egw_fw_header #egw_divLogo img {
height: 40px;
width: 209px;
border: none;
position: absolute;
top: 0.41em;
left: 1em;
background-color: #fafafa;
}
#egw_fw_header #egw_fw_topmenu ul,
@ -5262,59 +5396,59 @@ img {
###################################################*/
#egw_fw_topmenu_addons {
/* span#quick_add{
.Complete_Button_add;
.Button_size_square_16;
.border_normal;
.box_shadow_standard_light;
float: right;
position: fixed;
right: 83px;
top: 5px;
padding: 0.5em;
&:before {content: "+"; font-size: 2em; color: @egw_color_1; line-height: 0.6em}
&:focus {.box_shadow_standard_light_inset;};
.transition (0.2s, ease-out);
select#quick_add_selectbox{
position: fixed;
right: 83px;
.border_normal;
.box_shadow_standard_light;
height: 26px;
padding: 0 0 0 10px;
font-size: 0.9em;
line-height: 1.1em;
visibility: hidden;
transition-property: visibility;
transition-duration: 0s;
transition-timing-function: linear;
transition-delay: 0s;
}
}
.Complete_Button_add;
.Button_size_square_16;
.border_normal;
.box_shadow_standard_light;
float: right;
position: fixed;
right: 83px;
top: 5px;
padding: 0.5em;
&:before {content: "+"; font-size: 2em; color: @egw_color_1; line-height: 0.6em}
&:focus {.box_shadow_standard_light_inset;};
.transition (0.2s, ease-out);
hover
span#quick_add:hover {
width: 166px !important;
.box_shadow_standard_light_hover;
select#quick_add_selectbox {
select#quick_add_selectbox{
position: fixed;
right: 83px;
.border_normal;
.box_shadow_standard_light;
height: 26px;
padding: 0 0 0 10px;
font-size: 0.9em;
line-height: 1.1em;
visibility: hidden;
transition-property: visibility;
transition-duration: 0s;
transition-timing-function: linear;
transition-delay: 0s;
}
}
hover
span#quick_add:hover {
width: 166px !important;
.box_shadow_standard_light_hover;
.box_shadow_none;
border: none;
position: relative !important;
right: 1px !important;
top: -5px;
z-index: 200;
visibility: visible !important;
}
}*/
select#quick_add_selectbox {
.box_shadow_standard_light_hover;
.box_shadow_none;
border: none;
position: relative !important;
right: 1px !important;
top: -5px;
z-index: 200;
visibility: visible !important;
}
}*/
}
#egw_fw_topmenu_addons span#quick_add {
border: 1px solid rgba(0, 0, 0, 0.15);
@ -5437,10 +5571,10 @@ img {
-ms-justify-content: flex-start;
/*postion: bottom*/
/* bottom: 3px;
right: 5px;
padding-right: 20px;
position: fixed;
z-index: 1000;*/
right: 5px;
padding-right: 20px;
position: fixed;
z-index: 1000;*/
}
#egw_fw_topmenu_info_items .topmenu_info_item {
overflow: visible;
@ -5519,8 +5653,6 @@ img {
box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
}
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_header h1 {
font-size: 1em;
font-weight: normal;
margin: 0 0 10px 0;
padding-top: 0.31em;
color: #999999;
@ -5552,17 +5684,17 @@ img {
border-bottom: solid 1px #b4b4b4;
margin: 0 0 0 0;
border-bottom: none;
height: 44px;
height: 30px;
}
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_header_active img {
padding-left: 10px;
padding-top: 8px;
padding-left: 9px;
padding-top: 6px;
}
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_header_active h1 {
text-transform: uppercase;
font-size: 1.4em;
color: #000000;
padding-top: 8px;
padding-top: .8em;
}
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_header_active:hover {
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
@ -5656,7 +5788,7 @@ img {
}
#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;
background-color: yellow !important;*/
background-color: yellow !important;*/
-webkit-border-top-right-radius: 0;
-webkit-border-bottom-right-radius: 0;
-webkit-border-bottom-left-radius: 15px;
@ -5784,7 +5916,7 @@ img {
position: absolute;
background-color: #b3b3b3 !important;
width: 5px;
top: 51px;
top: 36px;
bottom: 3px;
right: 0px;
}
@ -6024,15 +6156,16 @@ div#calendar-container div.calendar table tbody tr.rowhilite td {
width: 100%;
}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header {
margin: -1px 0 0 0;
margin: 0px 0 0 0;
padding: 0px 1px 0px 1px;
background-position: bottom;
background-repeat: repeat-x;
background-color: transparent;
height: 48px;
height: 32px;
}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header h1 {
float: left;
/*float: left;*/
display: inline;
width: 100%;
text-align: center;
-webkit-margin-before: 0;
@ -6042,6 +6175,8 @@ div#calendar-container div.calendar table tbody tr.rowhilite td {
text-align: center;
float: none;
margin: 0 auto;
width: 16px;
height: 16px;
}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header {
text-align: center;
@ -6071,7 +6206,7 @@ div#calendar-container div.calendar table tbody tr.rowhilite td {
border-style: solid;
border-color: #b4b4b4;
background-repeat: repeat-x;
height: 47px;
height: 24px;
}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header:hover {
background-color: #b3b3b3 !important;
@ -6079,13 +6214,14 @@ div#calendar-container div.calendar table tbody tr.rowhilite td {
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header h1 {
font-size: 100%;
line-height: 1em;
margin-top: 0;
margin: 0 15px 2px 3px;
vertical-align: super;
}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header img.egw_fw_ui_tab_icon {
display: inline-block;
height: 24px;
margin-right: 5px;
margin-top: 5px;
width: 16px;
height: 16px;
margin: 5px 1px 0 1em;
}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header_active {
border-width: 1px 1px 0px 1px !important;
@ -6098,9 +6234,13 @@ div#calendar-container div.calendar table tbody tr.rowhilite td {
}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header_active img.egw_fw_ui_tab_icon {
display: inline-block;
height: 24px;
margin-right: 5px;
margin-top: 5px;
width: 16px;
height: 16px;
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tab_close_button {
position: absolute;
@ -6109,7 +6249,7 @@ div#calendar-container div.calendar table tbody tr.rowhilite td {
display: inline-block;
width: 16px;
height: 16px;
margin-left: 5px;
margin-left: 0px;
background-repeat: no-repeat;
background-position: center;
background-image: url(../images/close_button.png);
@ -6326,9 +6466,9 @@ tr.dialog-header4 .et2_label {
}
/********** Operators *******************************/
.dialog-operators {
background-color: #b4b4b4;
border-top: 2px solid #e6e6e6;
border-bottom: 2px solid #e6e6e6;
background-color: rgba(230, 230, 230, 0.02);
border-top: 0px solid #e6e6e6;
border-bottom: 0px solid #e6e6e6;
}
.dialog-operators td {
padding: 2px;

View File

@ -65,5 +65,7 @@
//
//
//

View File

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="28.347px" height="28.347px" viewBox="0 0 28.347 28.347" enable-background="new 0 0 28.347 28.347" xml:space="preserve">
<g>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" d="M10.137,21.631c1.2,0.65,2.576,1.02,4.036,1.02
c4.683,0,8.478-3.795,8.478-8.478c0-1.46-0.371-2.834-1.021-4.034L10.137,21.631z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" d="M24.803,0H3.543C1.586,0,0,1.586,0,3.543v21.259
c0,1.957,1.586,3.543,3.543,3.543h21.26c1.957,0,3.543-1.586,3.543-3.543V3.543C28.346,1.586,26.76,0,24.803,0z M14.173,26.041
c-6.555,0-11.867-5.312-11.867-11.869c0-6.553,5.312-11.867,11.867-11.867s11.868,5.313,11.868,11.867
C26.041,20.729,20.728,26.041,14.173,26.041z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" d="M14.173,5.696c-4.681,0-8.477,3.796-8.477,8.476
c0,1.682,0.496,3.246,1.34,4.564l11.7-11.7C17.418,6.192,15.854,5.696,14.173,5.696z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

129
pixelegg/images/logo.svg Executable file
View File

@ -0,0 +1,129 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Tiny//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd">
<svg version="1.1" baseProfile="tiny" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
x="0px" y="0px" width="200.125px" height="37.584px" viewBox="0 0 200.125 37.584" xml:space="preserve">
<g>
<path fill="#075CA3" d="M17.444,32.904l-0.681-2.946l-1.252,3.01h-0.196l-1.288-3.01l-0.665,2.946H12.62l1.072-4.587h0.357
l1.365,3.348l1.261-3.348h0.352l1.162,4.587H17.444z"/>
<path fill="#075CA3" d="M25.906,32.904l-0.395-0.968h-2.132l-0.422,0.968H22.08l2.328-4.648h0.207l2.161,4.648H25.906z
M24.475,29.458l-0.888,2.02h1.702L24.475,29.458z"/>
<path fill="#075CA3" d="M34.098,32.904l-1.616-2.108l-0.763,0.865v1.243h-0.783v-4.587h0.783v2.496l2.128-2.496h0.872l-1.713,1.989
l1.957,2.598H34.098z"/>
<path fill="#075CA3" d="M39.186,32.904v-4.587h0.782v4.587H39.186z"/>
<path fill="#075CA3" d="M48.418,32.968l-2.962-3.353v3.289h-0.744v-4.587h0.313l2.884,3.173v-3.173h0.743v4.65H48.418z"/>
<path fill="#075CA3" d="M57.308,28.638l-0.325,0.518c-0.394-0.235-0.78-0.352-1.158-0.352c-0.6,0-1.073,0.169-1.421,0.507
c-0.347,0.339-0.52,0.786-0.52,1.344c0,0.53,0.17,0.956,0.51,1.28c0.34,0.323,0.804,0.485,1.391,0.485
c0.417,0,0.755-0.102,1.014-0.302v-1.073h-0.795v-0.531h1.577v1.996c-0.209,0.142-0.5,0.258-0.873,0.343
c-0.374,0.087-0.735,0.13-1.088,0.13c-0.79,0-1.414-0.214-1.872-0.643c-0.458-0.43-0.687-1-0.687-1.711
c0-0.709,0.25-1.284,0.753-1.727c0.502-0.441,1.18-0.662,2.033-0.662C56.446,28.24,56.932,28.373,57.308,28.638z"/>
<path fill="#075CA3" d="M69.907,32.904h-1.637v-4.587c0.697-0.025,1.199-0.039,1.507-0.039c0.567,0,1.004,0.097,1.315,0.292
c0.31,0.195,0.465,0.475,0.465,0.837c0,0.213-0.099,0.408-0.297,0.583c-0.198,0.176-0.417,0.285-0.657,0.329
c0.454,0.087,0.784,0.231,0.992,0.435c0.207,0.203,0.311,0.479,0.311,0.826c0,0.403-0.185,0.725-0.554,0.964
C70.983,32.785,70.501,32.904,69.907,32.904z M69.053,28.819v1.317c0.165,0.013,0.368,0.021,0.611,0.021
c0.741,0,1.111-0.242,1.111-0.725c0-0.424-0.34-0.635-1.021-0.635C69.494,28.798,69.259,28.805,69.053,28.819z M69.053,30.622
v1.751c0.27,0.021,0.475,0.03,0.619,0.03c0.49,0,0.849-0.072,1.075-0.221c0.226-0.147,0.337-0.382,0.337-0.702
c0-0.298-0.107-0.519-0.322-0.661c-0.215-0.141-0.575-0.212-1.079-0.212L69.053,30.622z"/>
<path fill="#075CA3" d="M76.269,28.317h0.783v3.141c0,0.28,0.111,0.511,0.333,0.69c0.221,0.182,0.514,0.271,0.879,0.271
c0.387,0,0.69-0.089,0.912-0.264s0.333-0.413,0.333-0.713v-3.126h0.783v3.191c0,0.464-0.18,0.824-0.542,1.085
c-0.361,0.259-0.853,0.389-1.478,0.389c-0.642,0-1.135-0.127-1.483-0.382c-0.347-0.254-0.521-0.619-0.521-1.096V28.317z"/>
<path fill="#075CA3" d="M84.655,32.695l0.286-0.577c0.146,0.086,0.328,0.158,0.545,0.215c0.219,0.058,0.414,0.087,0.585,0.087
c0.306,0,0.552-0.067,0.737-0.201c0.184-0.133,0.278-0.303,0.278-0.51c0-0.155-0.053-0.299-0.155-0.43
c-0.104-0.134-0.363-0.278-0.777-0.435l-0.461-0.173c-0.392-0.146-0.666-0.318-0.82-0.519c-0.156-0.2-0.233-0.442-0.233-0.724
c0-0.343,0.151-0.626,0.453-0.852c0.304-0.226,0.692-0.338,1.167-0.338c0.633,0,1.075,0.082,1.323,0.247l-0.232,0.545
c-0.104-0.061-0.263-0.119-0.476-0.176c-0.214-0.055-0.414-0.084-0.595-0.084c-0.267,0-0.476,0.061-0.629,0.183
c-0.152,0.119-0.229,0.275-0.229,0.465c0,0.117,0.028,0.225,0.083,0.32c0.054,0.096,0.13,0.176,0.228,0.241
c0.098,0.064,0.299,0.154,0.601,0.272l0.469,0.178c0.392,0.148,0.667,0.325,0.825,0.53c0.156,0.205,0.237,0.468,0.237,0.785
c0,0.344-0.174,0.636-0.519,0.877c-0.345,0.239-0.809,0.358-1.387,0.358C85.45,32.982,85.015,32.887,84.655,32.695z"/>
<path fill="#075CA3" d="M92.261,32.904v-4.587h0.783v4.587H92.261z"/>
<path fill="#075CA3" d="M101.494,32.968l-2.962-3.353v3.289h-0.744v-4.587h0.312l2.884,3.173v-3.173h0.743v4.65H101.494z"/>
<path fill="#075CA3" d="M107.188,28.882v1.275h1.894v0.531h-1.894v1.653h2.6v0.562h-3.382v-4.587h3.425v0.564H107.188z"/>
<path fill="#075CA3" d="M113.976,32.695l0.285-0.577c0.146,0.086,0.328,0.158,0.545,0.215c0.219,0.058,0.414,0.087,0.586,0.087
c0.305,0,0.55-0.067,0.734-0.201c0.187-0.133,0.278-0.303,0.278-0.51c0-0.155-0.051-0.299-0.154-0.43
c-0.103-0.134-0.361-0.278-0.776-0.435l-0.462-0.173c-0.391-0.146-0.664-0.318-0.82-0.519c-0.154-0.2-0.232-0.442-0.232-0.724
c0-0.343,0.151-0.626,0.455-0.852c0.302-0.226,0.69-0.338,1.165-0.338c0.634,0,1.075,0.082,1.323,0.247l-0.231,0.545
c-0.104-0.061-0.264-0.119-0.477-0.176c-0.214-0.055-0.413-0.084-0.596-0.084c-0.266,0-0.476,0.061-0.629,0.183
c-0.152,0.119-0.228,0.275-0.228,0.465c0,0.117,0.027,0.225,0.081,0.32c0.056,0.096,0.133,0.176,0.229,0.241
c0.098,0.064,0.298,0.154,0.602,0.272l0.47,0.178c0.391,0.148,0.665,0.325,0.822,0.53c0.159,0.205,0.237,0.468,0.237,0.785
c0,0.344-0.173,0.636-0.518,0.877c-0.347,0.239-0.81,0.358-1.389,0.358C114.77,32.982,114.335,32.887,113.976,32.695z"/>
<path fill="#075CA3" d="M121.223,32.695l0.284-0.577c0.146,0.086,0.329,0.158,0.546,0.215c0.218,0.058,0.413,0.087,0.586,0.087
c0.305,0,0.549-0.067,0.735-0.201c0.186-0.133,0.277-0.303,0.277-0.51c0-0.155-0.052-0.299-0.155-0.43
c-0.102-0.134-0.361-0.278-0.775-0.435l-0.463-0.173c-0.391-0.146-0.664-0.318-0.818-0.519c-0.155-0.2-0.233-0.442-0.233-0.724
c0-0.343,0.151-0.626,0.455-0.852c0.301-0.226,0.69-0.338,1.165-0.338c0.634,0,1.074,0.082,1.322,0.247l-0.23,0.545
c-0.105-0.061-0.265-0.119-0.478-0.176c-0.214-0.055-0.413-0.084-0.596-0.084c-0.266,0-0.475,0.061-0.627,0.183
c-0.152,0.119-0.229,0.275-0.229,0.465c0,0.117,0.027,0.225,0.082,0.32c0.056,0.096,0.132,0.176,0.23,0.241
c0.096,0.064,0.296,0.154,0.6,0.272l0.47,0.178c0.391,0.148,0.667,0.325,0.823,0.53c0.158,0.205,0.236,0.468,0.236,0.785
c0,0.344-0.173,0.636-0.518,0.877c-0.347,0.239-0.809,0.358-1.387,0.358C122.016,32.982,121.581,32.887,121.223,32.695z"/>
<path fill="#075CA3" d="M134.591,32.695l0.285-0.577c0.146,0.086,0.328,0.158,0.546,0.215c0.219,0.058,0.413,0.087,0.585,0.087
c0.306,0,0.552-0.067,0.736-0.201c0.185-0.133,0.278-0.303,0.278-0.51c0-0.155-0.053-0.299-0.154-0.43
c-0.104-0.134-0.363-0.278-0.777-0.435l-0.461-0.173c-0.393-0.146-0.666-0.318-0.82-0.519c-0.156-0.2-0.233-0.442-0.233-0.724
c0-0.343,0.151-0.626,0.453-0.852c0.304-0.226,0.692-0.338,1.167-0.338c0.634,0,1.075,0.082,1.323,0.247l-0.232,0.545
c-0.104-0.061-0.263-0.119-0.478-0.176c-0.213-0.055-0.412-0.084-0.593-0.084c-0.268,0-0.477,0.061-0.629,0.183
c-0.152,0.119-0.229,0.275-0.229,0.465c0,0.117,0.028,0.225,0.082,0.32c0.056,0.096,0.131,0.176,0.229,0.241
c0.098,0.064,0.299,0.154,0.601,0.272l0.469,0.178c0.392,0.148,0.667,0.325,0.825,0.53c0.156,0.205,0.237,0.468,0.237,0.785
c0,0.344-0.174,0.636-0.52,0.877c-0.345,0.239-0.809,0.358-1.387,0.358C135.386,32.982,134.95,32.887,134.591,32.695z"/>
<path fill="#075CA3" d="M146.577,32.904l-0.68-2.946l-1.252,3.01h-0.197l-1.287-3.01l-0.664,2.946h-0.743l1.07-4.587h0.356
l1.366,3.348l1.26-3.348h0.353l1.162,4.587H146.577z"/>
<path fill="#075CA3" d="M155.04,32.904l-0.395-0.968h-2.134l-0.422,0.968h-0.877l2.328-4.648h0.208l2.16,4.648H155.04z
M153.607,29.458l-0.888,2.02h1.703L153.607,29.458z"/>
<path fill="#075CA3" d="M163.23,32.904l-1.53-1.969c-0.175,0-0.45-0.01-0.83-0.031v2h-0.781v-4.587
c0.028,0,0.231-0.006,0.607-0.022c0.377-0.016,0.652-0.024,0.824-0.024c1.378,0,2.066,0.438,2.066,1.315
c0,0.289-0.111,0.548-0.333,0.778c-0.222,0.231-0.485,0.373-0.791,0.432l1.664,2.108H163.23z M160.87,28.882v1.489
c0.188,0.022,0.372,0.032,0.55,0.032c0.469,0,0.81-0.06,1.024-0.183c0.214-0.12,0.321-0.336,0.321-0.647
c0-0.256-0.115-0.441-0.345-0.554c-0.23-0.112-0.593-0.169-1.088-0.169C161.255,28.851,161.101,28.86,160.87,28.882z"/>
<path fill="#075CA3" d="M170.293,28.882v4.022h-0.782v-4.022h-1.823v-0.564h4.512v0.564H170.293z"/>
<path fill="#075CA3" d="M177.169,28.882v1.275h1.894v0.531h-1.894v1.653h2.599v0.562h-3.381v-4.587h3.424v0.564H177.169z"/>
<path fill="#075CA3" d="M187.267,32.904l-1.531-1.969c-0.174,0-0.451-0.01-0.829-0.031v2h-0.782v-4.587
c0.028,0,0.232-0.006,0.608-0.022c0.377-0.016,0.651-0.024,0.823-0.024c1.378,0,2.065,0.438,2.065,1.315
c0,0.289-0.109,0.548-0.332,0.778c-0.222,0.231-0.485,0.373-0.79,0.432l1.663,2.108H187.267z M184.906,28.882v1.489
c0.188,0.022,0.371,0.032,0.549,0.032c0.468,0,0.811-0.06,1.025-0.183c0.214-0.12,0.319-0.336,0.319-0.647
c0-0.256-0.114-0.441-0.344-0.554c-0.23-0.112-0.592-0.169-1.088-0.169C185.291,28.851,185.136,28.86,184.906,28.882z"/>
</g>
<g>
<path fill="#FCC305" d="M36.454,8.044l-2.289-6.956h-7.464C31.123,1.328,34.861,4.134,36.454,8.044z"/>
</g>
<g>
<g>
<path fill="#FBC200" d="M31.663,5.333l-1.305,2.336c-0.367-0.306-0.934-0.61-1.699-0.91c-0.767-0.304-1.424-0.455-1.976-0.455
c-1.725,0-3.086,0.547-4.083,1.638s-1.497,2.554-1.497,4.387c0,1.743,0.49,3.136,1.466,4.18c0.978,1.042,2.309,1.563,3.994,1.563
c1.108,0,2.023-0.282,2.741-0.849v-3.218h-2.43v-2.48h5.542v7.329c-0.743,0.566-1.697,1.01-2.867,1.326
c-1.169,0.315-2.333,0.474-3.49,0.474c-2.514,0-4.507-0.769-5.98-2.307c-1.472-1.54-2.208-3.57-2.208-6.097
c0-2.527,0.802-4.578,2.407-6.158c1.604-1.579,3.762-2.368,6.477-2.368C28.679,3.725,30.314,4.26,31.663,5.333z"/>
<path fill="#FBC200" d="M51.436,20.376l-4.681-6.763c-0.471-0.006-1.13-0.033-1.975-0.077v6.84h-3.231V4.004
c0.174,0,0.848-0.029,2.022-0.085c1.173-0.054,2.119-0.084,2.838-0.084c4.454,0,6.68,1.611,6.68,4.829
c0,0.969-0.307,1.852-0.922,2.649c-0.615,0.796-1.388,1.359-2.322,1.686l5.184,7.378H51.436z M44.779,6.529v4.548
c0.574,0.045,1.014,0.066,1.317,0.066c1.301,0,2.253-0.171,2.854-0.513c0.604-0.344,0.906-1.01,0.906-2.002
c0-0.805-0.323-1.366-0.97-1.687c-0.647-0.32-1.666-0.48-3.053-0.48C45.498,6.462,45.146,6.483,44.779,6.529z"/>
<path fill="#FBC200" d="M61.006,12.05c0-2.333,0.685-4.305,2.053-5.918c1.369-1.614,3.2-2.419,5.49-2.419
c2.522,0,4.45,0.729,5.783,2.19c1.333,1.46,2,3.51,2,6.147c0,2.637-0.697,4.73-2.09,6.281c-1.394,1.55-3.37,2.323-5.931,2.323
c-2.356,0-4.162-0.767-5.419-2.302C61.635,16.817,61.006,14.718,61.006,12.05z M64.239,12.05c0,1.914,0.346,3.397,1.042,4.448
c0.694,1.049,1.704,1.574,3.03,1.574c1.554,0,2.743-0.514,3.56-1.54C72.69,15.504,73.1,14.01,73.1,12.05
c0-3.836-1.517-5.756-4.551-5.756c-1.388,0-2.454,0.52-3.195,1.56C64.609,8.892,64.239,10.291,64.239,12.05z"/>
<path fill="#FBC200" d="M84.7,4.004h3.112v11.097c0,0.88,0.288,1.594,0.863,2.145c0.574,0.552,1.364,0.827,2.371,0.827
c1.125,0,2.001-0.27,2.628-0.81c0.626-0.539,0.939-1.28,0.939-2.219V4.004h3.112v11.265c0,1.683-0.604,3.002-1.814,3.955
c-1.208,0.954-2.823,1.431-4.841,1.431c-2.036,0-3.606-0.467-4.711-1.396c-1.107-0.932-1.659-2.265-1.659-4.002V4.004z"/>
<path fill="#FBC200" d="M110.03,14.353v6.023h-3.112V4.014c2.075-0.082,3.287-0.122,3.64-0.122c2.77,0,4.795,0.396,6.075,1.189
c1.282,0.794,1.923,2.032,1.923,3.715c0,3.757-2.37,5.632-7.112,5.632C111.092,14.429,110.621,14.404,110.03,14.353z
M110.03,6.529v5.241c0.527,0.053,0.942,0.078,1.246,0.078c1.42,0,2.458-0.222,3.112-0.664c0.654-0.444,0.981-1.164,0.981-2.163
c0-1.698-1.464-2.547-4.394-2.547C110.649,6.473,110.332,6.491,110.03,6.529z"/>
</g>
<g>
<polygon fill="#075CA3" points="1.562,20.374 1.562,4.003 11.239,4.003 11.239,5.381 3.158,5.381 3.158,11.196 8.954,11.196
8.954,12.463 3.158,12.463 3.158,18.996 11.108,18.996 11.108,20.374 "/>
<g>
<polygon fill="#075CA3" points="138.746,20.598 134.257,8.154 130.063,20.598 129.92,20.598 124.401,4.003 126.059,4.003
130.069,16.712 134.253,4.003 134.479,4.003 138.606,16.715 142.684,4.003 144.346,4.003 138.896,20.598 "/>
<path fill="#075CA3" d="M160.327,20.374l-1.348-3.768h-7.127l-1.472,3.768h-1.826l7.03-16.373h0.056l6.497,16.373H160.327z
M152.249,15.596h6.267l-2.996-8.34L152.249,15.596z"/>
<path fill="#075CA3" d="M179.269,20.374l-4.882-7.345h-0.24c-0.524,0-1.367-0.037-2.506-0.11l-0.431-0.029v7.484h-1.597V3.988
c0.27-0.011,0.724-0.033,1.487-0.069c1.136-0.054,1.975-0.084,2.494-0.084c3.987,0,5.924,1.75,5.924,4.695
c0,0.96-0.32,1.835-0.953,2.603c-0.618,0.753-1.356,1.227-2.188,1.406l-0.484,0.104l5.208,7.732H179.269z M173.021,4.953
c-0.26,0-0.738,0.038-1.467,0.116l-0.345,0.035v6.499l0.335,0.044c0.59,0.078,1.176,0.115,1.741,0.115
c1.547,0,2.655-0.235,3.39-0.722c0.747-0.492,1.127-1.352,1.127-2.555c0-1.019-0.411-2.406-1.22-2.869
C175.803,5.169,174.639,4.953,173.021,4.953z"/>
<polygon fill="#075CA3" points="189.061,20.374 189.061,4.003 198.738,4.003 198.738,5.381 190.656,5.381 190.656,11.196
196.452,11.196 196.452,12.463 190.656,12.463 190.656,18.996 198.607,18.996 198.607,20.374 "/>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -18,7 +18,7 @@ function show_pixelegg_header(_toggle, _delay)
$j("#egw_fw_topmenu_info_items").css("display", "flex");
$j("#egw_fw_topmenu_info_items").css("float", "right");
$j("#egw_fw_sidebar").animate({'top':'57px'},_delay);
$j("#egw_fw_sidebar").animate({'top':'55px'},_delay);
$j("#egw_fw_tabs").animate({'margin-top':'0px'},_delay);
$j(".egw_fw_ui_sidemenu_entry_header_active").css("background-position","95% -3000px");
$j(_toggle).parent().removeClass("slidedown");
@ -46,6 +46,20 @@ function hide_pixelegg_header(_toggle, _delay)
$j("#egw_fw_topmenu_info_items").css("position", "fixed");
$j("#egw_fw_topmenu_info_items").css("z-index", "1000");
$j(".egw_fw_ui_tabs_header").css("height", "32px");
//Tab
$j(".egw_fw_ui_tab_header").css("height", "32px");
// ICON
$j(".egw_fw_ui_tab_icon").css("height", "17px");
$j(".egw_fw_ui_tab_icon").css("display", "inline-block");
$j(".egw_fw_ui_tab_icon").css("margin-right", "5px");
// H1
$j(".egw_fw_ui_tabs_header h1").css("float", "none");
$j(".egw_fw_ui_tabs_header h1").css("display", "inline");
$j(_toggle).parent().removeClass("slideup");
$j(_toggle).parent().addClass("slidedown");
}

View File

@ -126,7 +126,7 @@
/*@active_button_border_bottom : @egw_color_2_d;*/
// Hint / or have to do / must field
@color_hint : @egw_color_1_a;
@color_hint : @egw_color_2_e;
/*optional / can field*/
@color_optional : fade(@egw_color_1_e, 10%);
@ -136,17 +136,17 @@
/*Listenausgabe*/
@color_even : @gray_0;
@color_odd : darken(@gray_0, 3%);
@color_odd : darken(@gray_0, 2%);
// aktiverte Zeilen in allen APP mit Listenausgabe
@color_active_row : @egw_color_1_a;
@color_active_row : fade(@egw_color_1_a, 1%);
// not in use
@color_selected_row : @egw_color_1_e;
// Mouse over
@color_hover_row : @egw_color_2_e;
@color_hover_row : fade(@egw_color_2_e, 20%);

View File

@ -51,7 +51,7 @@ div.et2_hbox div.et2_hbox {
display: inline;
}
div.et2_hbox {
white-space: nowrap;
white-space: normal;
}
div.et2_hbox>* {
@ -998,9 +998,10 @@ div.message.floating {
.nextmatch_header > .filters input[type=search] {
.background_color_search;
color: black;
height: 22.21875px;
/*height: 16.21875px;*/
float: left;
margin: 5px 0 0 2px;
font-size: 11.2px;
}
.nextmatch_header > .filters button.et2_button {

View File

@ -100,12 +100,22 @@ option:checked {background-color: @egw_color_1_e;}
.color_40_gray;
text-decoration: none;
}
.ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-widget-content .ui-state-focus{
border-color: @gray_10;
background: @color_hint;
background-image: none !important;
.color_100_gray;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
.ui-widget-header .ui-state-hover{
.bordered(1px, 1px, 1px,1px);
border-color: @gray_10;
// background: #d0e5f5 url(images/ui-bg_glass_75_d0e5f5_1x400.png) 50% 50% repeat-x;
@ -127,7 +137,6 @@ option:checked {background-color: @egw_color_1_e;}
.ui-widget-header .ui-state-active {
.bordered(1px, 1px, 1px,1px);
border-color: @gray_20;
background: @color_hint;
background-image: none;
font-weight: bold;
.color_50_gray;

View File

@ -14,6 +14,58 @@
@import (reference) "def_design_pattern_color_font_shadow.less";
@import (reference) "def_buttons.less";
/**
* Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
* http://cssreset.com
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
/* #######################################################################################
*
*
@ -43,6 +95,7 @@ body{
width: 100% !important;
height: 100% !important;
font-size: 11px;
line-height: 1.28;
}
@ -93,23 +146,23 @@ select {
// #############################
// Schriftformate
p { font-size: 12px;}
p { font-size: 1em;}
li {}
h1 {
font-size: 200%;
line-height: 1.2em;
font-size: 1.2em;
line-height: 1.28em;
margin: 0.4em 0 0;
}
h2 {
font-size: 170%;
font-size: 1.15em;
line-height: 1.2em;
margin: 0.6em 0 0;
}
h3 {
font-size: 150%;
font-size: 1.1em;
line-height: 0.8571em;
margin: 0.8571em 0 0;
}
@ -142,29 +195,6 @@ select {
position:relative;
}
/*select:after {
content:'<>';
font:11px "Consolas", monospace;
color:#aaa;
-webkit-transform:rotate(90deg);
-moz-transform:rotate(90deg);
-ms-transform:rotate(90deg);
transform:rotate(90deg);
right:8px; top:2px;
padding:0 0 2px;
border-bottom:1px solid #ddd;
position:absolute;
pointer-events:none;
}
select:before {
content:'';
right:6px; top:0px;
width:20px; height:20px;
background:#f8f8f8;
position:absolute;
pointer-events:none;
display:block;
}*/
div.selectbox-wrapper {
@ -478,7 +508,7 @@ td.lettersearch {
h1{
display: inline;
font-size: 10pt;
/* font-size: 10pt;*/
font-weight: bold;
}
}
@ -513,6 +543,7 @@ form
img
{
border:0;
}

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@ -26,19 +26,13 @@
// Header der APP Tabellen
table.et2_grid {
/* border-top: 3px solid;
border-color: @gray-10;*/
// border-collapse: collapse;
// .background-color-0-gray;
// width: 100% !important;
// display: block;
}
.innerContainer{
overflow:hidden;
overflow:auto;
/*padding: 0;*/
margin: 2px;
}
// Table Head in Listen
@ -76,38 +70,22 @@ table.egwGridView_outer{
thead {
.gradient_thead;
/*.background-color-5-gray;*/
/* background: -moz-linear-gradient(top, rgba(240,240,240,0) 0%, rgba(191,191,191,0.65) 100%); FF3.6+
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(240,240,240,0)), color-stop(100%,rgba(191,191,191,0.65))); Chrome,Safari4+
background: -webkit-linear-gradient(top, rgba(240,240,240,0) 0%,rgba(191,191,191,0.65) 100%); Chrome10+,Safari5.1+
background: -o-linear-gradient(top, rgba(240,240,240,0) 0%,rgba(191,191,191,0.65) 100%); Opera 11.10+
background: -ms-linear-gradient(top, rgba(240,240,240,0) 0%,rgba(191,191,191,0.65) 100%); IE10+
background: linear-gradient(to bottom, rgba(240,240,240,0) 0%,rgba(191,191,191,0.65) 100%); W3C
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f0f0f0', endColorstr='#a6bfbfbf',GradientType=0 ); IE6-9 */
tr {
// .background-color-5-gray;
th {
/*.background-color-50-gray;*/
background: transparent;
.gradient();
font-weight: normal;
padding: 0px;
/* border-width: 1px;
border-style: solid;*/
border-color: @gray_30;
border-left: 0px solid transparent;
border-top: 0px solid transparent;
border-right: 0px solid transparent;
border-bottom: 0px solid transparent;
/* background-image: none;
background-position: center;
background-repeat: repeat-x;*/
vertical-align: top;
overflow: auto;
@ -168,10 +146,15 @@ table.egwGridView_outer{
td.frame {
border: 1px solid @gray_100;
padding: 0px 5px;
border: 1px solid @gray_10;
/*padding: 0px 5px; no need*/
}
img {
.gradient-vertical (@egw_color_2_a, @egw_color_2_a);
.Complete_Button_Icon_normal;
};
}
}
@ -205,15 +188,16 @@ table.egwGridView_grid{
tr.selected{
background: fade(@color_selected_row, 20%) !important;
background-image: none;
background: fade(@color_selected_row, 20%);
/*.bw-gradient;*/
}
// is active
tr.focused{
background: fade(@color_active_row, 50%) !important;
background-image: url(../images/focused_hatching.png);
background-repeat: repeat;
background-color: fade(@color_active_row, 50%);
}
}
@ -224,7 +208,7 @@ table.egwGridView_grid{
border-color: @gray_50;
// Hover State
&:hover {background: fade(@color_hover_row, 40%) !important;}
&:hover {background: @color_hover_row !important;}
@ -316,4 +300,20 @@ table.egwGridView_grid{
background: none;
}
/*Custom Fields*/
table.customfields{
tbody tr:nth-child(2n) {background: inherit;}
tr {background-color: inherit !important;}
td {
line-height: 11px;
span > div {display: inherit; margin: 0px;}
}
}
//