mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
pixelegg changes just now
This commit is contained in:
parent
aa80f5a59f
commit
325c718201
@ -1184,7 +1184,7 @@ div.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button {
|
|||||||
.et2_container {
|
.et2_container {
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
height: 100%;
|
/*height: 100%; */
|
||||||
}
|
}
|
||||||
.et2_container > div:not([class]) {
|
.et2_container > div:not([class]) {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
@ -4071,7 +4071,8 @@ table.et2_grid {
|
|||||||
}
|
}
|
||||||
.innerContainer {
|
.innerContainer {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
padding: 0;
|
/*padding: 0;*/
|
||||||
|
margin: 2px;
|
||||||
}
|
}
|
||||||
.egwGridView_grid tr.th > td,
|
.egwGridView_grid tr.th > td,
|
||||||
.nextmatch_header {
|
.nextmatch_header {
|
||||||
@ -4156,31 +4157,20 @@ table.egwGridView_outer thead tr th.optcol:hover {
|
|||||||
background-color: #ffc200;
|
background-color: #ffc200;
|
||||||
}
|
}
|
||||||
table.egwGridView_outer thead tr th.optcol span.selectcols {
|
table.egwGridView_outer thead tr th.optcol span.selectcols {
|
||||||
width: 20px;
|
|
||||||
height: 9px;
|
height: 9px;
|
||||||
/* .Complete_Button_normal;
|
padding: 4px 10px 0px 2px;
|
||||||
.Complete_Button_Icon_normal;
|
margin-top: 4px;
|
||||||
|
|
||||||
border: 1px solid @gray-30 !important;*/
|
|
||||||
background-image: url(../images/selectcols_small.png);
|
background-image: url(../images/selectcols_small.png);
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: 10px 10px;
|
background-size: 10px 10px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
table.egwGridView_outer thead tr th.optcol span.selectcols:hover {
|
table.egwGridView_outer thead tr th.optcol span.selectcols:hover {
|
||||||
/*.Complete_Button_Icon_hover;*/
|
|
||||||
background-color: #ffc200;
|
background-color: #ffc200;
|
||||||
/* background-image: url(../images/selectcols.png);
|
|
||||||
background-position: center center;
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
background-size: 19px 19px;
|
|
||||||
display: inline-block;
|
|
||||||
width: 20px;
|
|
||||||
height: 20px;*/
|
|
||||||
}
|
}
|
||||||
table.egwGridView_outer tbody td.frame {
|
table.egwGridView_outer tbody td.frame {
|
||||||
border: 1px solid #000000;
|
border: 1px solid #000000;
|
||||||
/*BUG*/
|
padding: 0px 5px;
|
||||||
}
|
}
|
||||||
/*########################################################*/
|
/*########################################################*/
|
||||||
table.egwGridView_grid {
|
table.egwGridView_grid {
|
||||||
@ -4536,11 +4526,10 @@ img {
|
|||||||
#egw_fw_header {
|
#egw_fw_header {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
float: left;
|
float: left;
|
||||||
/* ###########################################################################################################################################
|
/* ###########################################################################################################################################
|
||||||
/* ###########################################################################################################################################
|
Topmenu / Home / Einstellungen / usw..
|
||||||
* Topmenu / Home / Einstellungen / usw..
|
###########################################################################################################################################
|
||||||
/* ###########################################################################################################################################
|
*/
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
#egw_fw_header #egw_divLogo {
|
#egw_fw_header #egw_divLogo {
|
||||||
float: left;
|
float: left;
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
// /*margin: 10px; border: 1px solid gray;*/
|
// /*margin: 10px; border: 1px solid gray;*/
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
height: 100%;
|
/*height: 100%; */
|
||||||
}
|
}
|
||||||
.et2_container > div:not([class]) {
|
.et2_container > div:not([class]) {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
@ -13,7 +13,6 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
@import (reference) "def_buttons.less";
|
@import (reference) "def_buttons.less";
|
||||||
@import (reference) "def_content_elements.less";
|
|
||||||
@import (reference) "def_design_pattern_color_font_shadow.less";
|
@import (reference) "def_design_pattern_color_font_shadow.less";
|
||||||
@import (reference) "def_messages.less";
|
@import (reference) "def_messages.less";
|
||||||
|
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -60,11 +60,13 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
/* ###########################################################################################################################################
|
|
||||||
/* ###########################################################################################################################################
|
|
||||||
* Topmenu / Home / Einstellungen / usw..
|
|
||||||
/* ###########################################################################################################################################
|
/* ###########################################################################################################################################
|
||||||
*/
|
Topmenu / Home / Einstellungen / usw..
|
||||||
|
###########################################################################################################################################
|
||||||
|
*/
|
||||||
|
|
||||||
#egw_fw_topmenu ul,
|
#egw_fw_topmenu ul,
|
||||||
#egw_fw_topmenu > * > ul > li,
|
#egw_fw_topmenu > * > ul > li,
|
||||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user