mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-23 19:31:53 +02:00
pixelegg changes from monday
This commit is contained in:
parent
001d3176e1
commit
0a23e69fdf
@ -132,7 +132,6 @@ span#favorite_sidebox_infolog .favorites li img.sideboxstar {
|
|||||||
background-color: #0b5fa4 !important;
|
background-color: #0b5fa4 !important;
|
||||||
color: #FFF;
|
color: #FFF;
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
height: 35px;
|
|
||||||
background-image: none !important;
|
background-image: none !important;
|
||||||
-webkit-border-radius: 3px;
|
-webkit-border-radius: 3px;
|
||||||
-webkit-border-top-left-radius: 20px;
|
-webkit-border-top-left-radius: 20px;
|
||||||
@ -237,9 +236,6 @@ span#favorite_sidebox_infolog .favorites li img.sideboxstar {
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0.5em;
|
padding: 0.5em;
|
||||||
}
|
}
|
||||||
#infolog-edit input {
|
|
||||||
max-width: 300px;
|
|
||||||
}
|
|
||||||
#infolog-edit .et2_tabheader {
|
#infolog-edit .et2_tabheader {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
@ -249,4 +245,7 @@ span#favorite_sidebox_infolog .favorites li img.sideboxstar {
|
|||||||
#infolog-edit #infolog-edit_history {
|
#infolog-edit #infolog-edit_history {
|
||||||
max-width: 785px;
|
max-width: 785px;
|
||||||
}
|
}
|
||||||
|
.infolog_fixedHeight {
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
/**/
|
/**/
|
||||||
|
@ -95,7 +95,7 @@ span#favorite_sidebox_infolog{
|
|||||||
background-color: @egw_color_blue_lighter !important;
|
background-color: @egw_color_blue_lighter !important;
|
||||||
color: #FFF;
|
color: #FFF;
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
height: 35px;
|
// height: 35px;
|
||||||
background-image: none !important;
|
background-image: none !important;
|
||||||
.border_radius_button_lefttop;
|
.border_radius_button_lefttop;
|
||||||
|
|
||||||
@ -252,7 +252,7 @@ span#favorite_sidebox_infolog{
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0.5em;
|
padding: 0.5em;
|
||||||
|
|
||||||
input{ max-width: 300px; }
|
// input{ max-width: 95%; }
|
||||||
|
|
||||||
.et2_tabheader{
|
.et2_tabheader{
|
||||||
background: transparent;
|
background: transparent;
|
||||||
@ -267,6 +267,9 @@ span#favorite_sidebox_infolog{
|
|||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
.infolog_fixedHeight {
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
|
|
||||||
//TYP
|
//TYP
|
||||||
|
|
||||||
|
@ -73,6 +73,7 @@ div#mail-index div#mail-index_mailPreview div#mail-index_mailPreviewHeadersSubje
|
|||||||
background-image: url("images/write_mail.png") !important;
|
background-image: url("images/write_mail.png") !important;
|
||||||
background-position: right center !important;
|
background-position: right center !important;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
|
background-size: 24px 24px;
|
||||||
padding-left: 25px;
|
padding-left: 25px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
width: 93%;
|
width: 93%;
|
||||||
|
@ -205,6 +205,7 @@ div#mail-index{
|
|||||||
background-image: url("images/write_mail.png") !important;
|
background-image: url("images/write_mail.png") !important;
|
||||||
background-position: right center !important;
|
background-position: right center !important;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
|
background-size: 24px 24px;
|
||||||
padding-left: 25px;
|
padding-left: 25px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
width: 93%;
|
width: 93%;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user