mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01: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;
|
||||
color: #FFF;
|
||||
text-shadow: none;
|
||||
height: 35px;
|
||||
background-image: none !important;
|
||||
-webkit-border-radius: 3px;
|
||||
-webkit-border-top-left-radius: 20px;
|
||||
@ -237,9 +236,6 @@ span#favorite_sidebox_infolog .favorites li img.sideboxstar {
|
||||
margin: 0;
|
||||
padding: 0.5em;
|
||||
}
|
||||
#infolog-edit input {
|
||||
max-width: 300px;
|
||||
}
|
||||
#infolog-edit .et2_tabheader {
|
||||
background: transparent;
|
||||
}
|
||||
@ -249,4 +245,7 @@ span#favorite_sidebox_infolog .favorites li img.sideboxstar {
|
||||
#infolog-edit #infolog-edit_history {
|
||||
max-width: 785px;
|
||||
}
|
||||
.infolog_fixedHeight {
|
||||
height: auto;
|
||||
}
|
||||
/**/
|
||||
|
@ -95,7 +95,7 @@ span#favorite_sidebox_infolog{
|
||||
background-color: @egw_color_blue_lighter !important;
|
||||
color: #FFF;
|
||||
text-shadow: none;
|
||||
height: 35px;
|
||||
// height: 35px;
|
||||
background-image: none !important;
|
||||
.border_radius_button_lefttop;
|
||||
|
||||
@ -252,7 +252,7 @@ span#favorite_sidebox_infolog{
|
||||
margin: 0;
|
||||
padding: 0.5em;
|
||||
|
||||
input{ max-width: 300px; }
|
||||
// input{ max-width: 95%; }
|
||||
|
||||
.et2_tabheader{
|
||||
background: transparent;
|
||||
@ -267,6 +267,9 @@ span#favorite_sidebox_infolog{
|
||||
}
|
||||
|
||||
}
|
||||
.infolog_fixedHeight {
|
||||
height: auto;
|
||||
}
|
||||
|
||||
//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-position: right center !important;
|
||||
background-repeat: no-repeat;
|
||||
background-size: 24px 24px;
|
||||
padding-left: 25px;
|
||||
text-align: left;
|
||||
width: 93%;
|
||||
|
@ -205,6 +205,7 @@ div#mail-index{
|
||||
background-image: url("images/write_mail.png") !important;
|
||||
background-position: right center !important;
|
||||
background-repeat: no-repeat;
|
||||
background-size: 24px 24px;
|
||||
padding-left: 25px;
|
||||
text-align: left;
|
||||
width: 93%;
|
||||
|
Loading…
Reference in New Issue
Block a user