forked from extern/egroupware
pixelegg changes until now
This commit is contained in:
parent
197b999d35
commit
d68349fa1b
@ -295,6 +295,12 @@ span#favorite_sidebox_infolog .favorites li img.sideboxstar {
|
|||||||
#infolog-index #infolog-index_nm .egwGridView_scrollarea table.egwGridView_grid img {
|
#infolog-index #infolog-index_nm .egwGridView_scrollarea table.egwGridView_grid img {
|
||||||
height: 16px;
|
height: 16px;
|
||||||
}
|
}
|
||||||
|
#infolog-index #infolog-index_nm .egwGridView_scrollarea table.egwGridView_grid span.et2_link {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
#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 span.infolog_infoId {
|
#infolog-index #infolog-index_nm span.infolog_infoId {
|
||||||
background-color: inherit;
|
background-color: inherit;
|
||||||
}
|
}
|
||||||
|
@ -252,6 +252,13 @@ span#favorite_sidebox_infolog{
|
|||||||
|
|
||||||
img{height: 16px;}
|
img{height: 16px;}
|
||||||
|
|
||||||
|
span.et2_link {font-weight: bold;}
|
||||||
|
|
||||||
|
ul.et2_link_string {
|
||||||
|
li.et2_link {font-weight: normal;}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -1864,12 +1864,15 @@ input[type=button] {
|
|||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
#mail-index_toolbar {
|
#mail-index_toolbar {
|
||||||
padding: 0px;
|
/*padding: 0px;*/
|
||||||
background: none;
|
background: none;
|
||||||
margin: 5px 5px 0 0;
|
/*margin: 5px 5px 0 0;*/
|
||||||
border: none;
|
/*border: none;*/
|
||||||
/* Elemente */
|
/* Elemente */
|
||||||
}
|
}
|
||||||
|
#mail-index_toolbar #toolbar-actionlist {
|
||||||
|
margin-top: 3px;
|
||||||
|
}
|
||||||
#mail-index_toolbar button {
|
#mail-index_toolbar button {
|
||||||
height: 24px !important;
|
height: 24px !important;
|
||||||
}
|
}
|
||||||
@ -2277,3 +2280,4 @@ div.mailDisplayHeaders div.mail_extraEmails.visible {
|
|||||||
height: auto;
|
height: auto;
|
||||||
width: 24px;
|
width: 24px;
|
||||||
}
|
}
|
||||||
|
/*//Ende*/
|
||||||
|
@ -742,7 +742,9 @@ div#mail-index{
|
|||||||
// # # # # # # # # # ####
|
// # # # # # # # # # ####
|
||||||
// # # # # # # # # # ####
|
// # # # # # # # # # ####
|
||||||
// ############################################################
|
// ############################################################
|
||||||
#toolbar-actionlist{
|
#toolbar-actionlist{
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
padding: 0px 3px;
|
padding: 0px 3px;
|
||||||
|
|
||||||
@ -1348,10 +1350,18 @@ input[type=button] {
|
|||||||
|
|
||||||
// Button Toolbar - always visible
|
// Button Toolbar - always visible
|
||||||
#mail-index_toolbar {
|
#mail-index_toolbar {
|
||||||
padding: 0px;
|
/*padding: 0px;*/
|
||||||
background: none;
|
background: none;
|
||||||
margin: 5px 5px 0 0;
|
/*margin: 5px 5px 0 0;*/
|
||||||
border: none;
|
/*border: none;*/
|
||||||
|
|
||||||
|
|
||||||
|
// alle Buttons / drag + drop
|
||||||
|
#toolbar-actionlist{
|
||||||
|
|
||||||
|
margin-top: 3px;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Elemente */
|
/* Elemente */
|
||||||
@ -1637,7 +1647,5 @@ div.mailDisplayHeaders div.mail_extraEmails.visible {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
//
|
|
||||||
|
|
||||||
//
|
//
|
||||||
|
/*//Ende*/
|
||||||
|
@ -95,6 +95,10 @@
|
|||||||
#timesheet-index table.egwGridView_outer tbody td .et2_link {
|
#timesheet-index table.egwGridView_outer tbody td .et2_link {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
#timesheet-index span.timesheet_titleDetails,
|
||||||
|
#timesheet-index span[id*="[ts_title]"] {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
/*###########################################
|
/*###########################################
|
||||||
# #
|
# #
|
||||||
# dialog-header #
|
# dialog-header #
|
||||||
|
@ -104,9 +104,11 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Titel: in Bold
|
// Titel: in Bold
|
||||||
|
|
||||||
table.egwGridView_outer tbody td .et2_link {font-weight: bold;}
|
table.egwGridView_outer tbody td .et2_link {font-weight: bold;}
|
||||||
|
|
||||||
|
span.timesheet_titleDetails,
|
||||||
|
span[id*="[ts_title]"]{font-weight: bold;}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// iframe
|
// iframe
|
||||||
|
Loading…
Reference in New Issue
Block a user