mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
Fix expander fields styling in mail compose
This commit is contained in:
parent
6be968f852
commit
c8cfd79b4b
@ -922,16 +922,17 @@ and (orientation : landscape) {
|
|||||||
#mail-compose_bcc_expander,
|
#mail-compose_bcc_expander,
|
||||||
#mail-compose_folder_expander,
|
#mail-compose_folder_expander,
|
||||||
#mail-compose_replyto_expander {
|
#mail-compose_replyto_expander {
|
||||||
float: left;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 3px;
|
margin: 0px;
|
||||||
margin-right: 12px;
|
margin-left: 1em;
|
||||||
text-align: center;
|
text-align: left;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
cursor: pointer;
|
||||||
border: none;
|
border: none;
|
||||||
color: rgb(38, 83, 124);
|
color: rgb(38, 83, 124);
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
#mail-compose_mimeType{margin-left:1em;}
|
||||||
/*Make file uploads in compose dialog invisible*/
|
/*Make file uploads in compose dialog invisible*/
|
||||||
.mail-compose_toolbar_assist div.mail-compose_fileselector, #mail-compose_selectFromVFSForCompose, .mail-compose_toolbar_assist {
|
.mail-compose_toolbar_assist div.mail-compose_fileselector, #mail-compose_selectFromVFSForCompose, .mail-compose_toolbar_assist {
|
||||||
display:none;
|
display:none;
|
||||||
|
Loading…
Reference in New Issue
Block a user