mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
pixelegg changes from weekend
This commit is contained in:
parent
12666f0f53
commit
ccf203596e
Binary file not shown.
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 4.6 KiB |
@ -767,7 +767,7 @@ div#mail-index div#mail-index_mailPreview div#mail-index_mailPreviewHeadersSubje
|
||||
/* font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;*/
|
||||
}
|
||||
.egw_fw_ui_category_content .draggedOver {
|
||||
background-color: rgba(103, 159, 210, 0.1);
|
||||
background-color: #679fd2;
|
||||
}
|
||||
/* ##################################################################################
|
||||
* E-Mail Dialog "Compose"
|
||||
@ -1002,7 +1002,7 @@ div#mail-index div#mail-index_mailPreview div#mail-index_mailPreviewHeadersSubje
|
||||
-moz-transition-timing-function: linear;
|
||||
-o-transition-timing-function: linear;
|
||||
transition-timing-function: linear;
|
||||
background-color: #e6e6e6;
|
||||
background-color: #b4b4b4;
|
||||
padding-left: 30px !important;
|
||||
background-position: 6px center !important;
|
||||
background-repeat: no-repeat !important;
|
||||
@ -1137,7 +1137,7 @@ div#mail-index div#mail-index_mailPreview div#mail-index_mailPreviewHeadersSubje
|
||||
-moz-transition-timing-function: linear;
|
||||
-o-transition-timing-function: linear;
|
||||
transition-timing-function: linear;
|
||||
background-color: #e6e6e6;
|
||||
background-color: #b4b4b4;
|
||||
float: left;
|
||||
width: 47px;
|
||||
margin: 3px;
|
||||
@ -1172,7 +1172,7 @@ div#mail-index div#mail-index_mailPreview div#mail-index_mailPreviewHeadersSubje
|
||||
-moz-transition-timing-function: linear;
|
||||
-o-transition-timing-function: linear;
|
||||
transition-timing-function: linear;
|
||||
background-color: #e6e6e6;
|
||||
background-color: #b4b4b4;
|
||||
float: left;
|
||||
width: 47px;
|
||||
margin: 3px;
|
||||
@ -1724,31 +1724,37 @@ pre {
|
||||
}
|
||||
.mail-index_quotabox {
|
||||
position: absolute;
|
||||
top: 8px;
|
||||
right: 74px;
|
||||
top: 29px;
|
||||
right: -72px;
|
||||
width: 200px !important;
|
||||
z-index: 99;
|
||||
}
|
||||
.mail-index_quotabox div.et2_progress {
|
||||
background-color: #b4b4b4 !important;
|
||||
}
|
||||
.mail-index_quotabox div.et2_progress > div {
|
||||
min-height: 4px !important;
|
||||
}
|
||||
.mail-index_quotaDisplayNone {
|
||||
display: none !important;
|
||||
}
|
||||
.mail-index_QuotaGreen,
|
||||
.mail-index_QuotaYellow,
|
||||
.mail-index_QuotaRed {
|
||||
height: 12px !important;
|
||||
height: 4px !important;
|
||||
width: 100px !important;
|
||||
}
|
||||
.mail-index_QuotaGreen > div {
|
||||
background-color: green !important;
|
||||
height: 11px !important;
|
||||
height: 4px !important;
|
||||
}
|
||||
.mail-index_QuotaYellow > div {
|
||||
background-color: yellow !important;
|
||||
height: 11px !important;
|
||||
height: 4px !important;
|
||||
}
|
||||
.mail-index_QuotaRed > div {
|
||||
background-color: red !important;
|
||||
height: 11px !important;
|
||||
height: 4px !important;
|
||||
}
|
||||
/*
|
||||
influence the tree display and scrolling behavior
|
||||
|
@ -1184,30 +1184,36 @@ pre {
|
||||
}
|
||||
.mail-index_quotabox {
|
||||
position: absolute;
|
||||
top:8px;
|
||||
right:74px;
|
||||
top:29px;
|
||||
right:-72px;
|
||||
width:200px !important;
|
||||
z-index:99;
|
||||
|
||||
div.et2_progress {background-color: @gray_30 !important;}
|
||||
div.et2_progress > div {min-height: 4px !important;}
|
||||
|
||||
}
|
||||
.mail-index_quotaDisplayNone {
|
||||
display: none !important;
|
||||
}
|
||||
.mail-index_QuotaGreen, .mail-index_QuotaYellow, .mail-index_QuotaRed {
|
||||
height:12px !important;
|
||||
height:4px !important;
|
||||
width:100px !important;
|
||||
}
|
||||
.mail-index_QuotaGreen > div {
|
||||
background-color: green !important;
|
||||
height:11px !important;
|
||||
height:4px !important;
|
||||
}
|
||||
.mail-index_QuotaYellow > div {
|
||||
background-color: yellow !important;
|
||||
height:11px !important;
|
||||
height:4px !important;
|
||||
}
|
||||
.mail-index_QuotaRed > div {
|
||||
background-color: red !important;
|
||||
height:11px !important;
|
||||
height:4px !important;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
influence the tree display and scrolling behavior
|
||||
*/
|
||||
@ -1345,7 +1351,7 @@ input[type=button] {
|
||||
/* Elemente */
|
||||
|
||||
button {
|
||||
.dimension_height_m !important;
|
||||
height: 24px !important;
|
||||
background-color: @gray_60;
|
||||
|
||||
img[src$="svg"]{
|
||||
@ -1587,4 +1593,4 @@ div.mailDisplayHeaders div.mail_extraEmails.visible {
|
||||
}
|
||||
|
||||
|
||||
// |