mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 01:13:25 +01:00
pixelegg changes from Tuesday
This commit is contained in:
parent
3539f98176
commit
e2ee7e49b5
@ -335,11 +335,11 @@ fieldset.emailGroup {
|
||||
height: 32px;
|
||||
border: 1px solid rgba(0, 0, 0, 0.15);
|
||||
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
|
||||
padding: 0.5em;
|
||||
background-color: #0c5da5 !important;
|
||||
padding: -0.5em;
|
||||
background-color: #679fd2 !important;
|
||||
}
|
||||
div#addressbook-index div.et2_hbox_right button#addressbook-index_add:before {
|
||||
content: "+";
|
||||
content: "";
|
||||
font-size: 2em;
|
||||
color: #ffc200;
|
||||
line-height: 0.6em;
|
||||
@ -716,11 +716,11 @@ fieldset.emailGroup {
|
||||
}
|
||||
div#addressbook-edit table.addressbook_edit_general input#addressbook-edit_adr_one_postalcode,
|
||||
div#addressbook-search table.addressbook_edit_general input#addressbook-edit_adr_one_postalcode {
|
||||
width: 10%;
|
||||
width: 15%;
|
||||
}
|
||||
div#addressbook-edit table.addressbook_edit_general input#addressbook-edit_adr_one_locality,
|
||||
div#addressbook-search table.addressbook_edit_general input#addressbook-edit_adr_one_locality {
|
||||
width: 83%;
|
||||
width: 78%;
|
||||
}
|
||||
div#addressbook-edit table.addressbook_edit_general .chzn-container,
|
||||
div#addressbook-search table.addressbook_edit_general .chzn-container {
|
||||
|
@ -120,9 +120,10 @@ div#addressbook-index{
|
||||
button#addressbook-index_add{
|
||||
|
||||
.Complete_Button_add_only_plus;
|
||||
|
||||
&:hover {.Complete_Button_add_only_plus_hover;}
|
||||
&:active {background-color: @color_positive_action_active !important;}
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
@ -515,8 +516,8 @@ div#addressbook-search{
|
||||
input#addressbook-edit_adr_one_street2 {width: 95%;}
|
||||
|
||||
// PLZ + Ort
|
||||
input#addressbook-edit_adr_one_postalcode {width: 10%;}
|
||||
input#addressbook-edit_adr_one_locality {width: 83%;}
|
||||
input#addressbook-edit_adr_one_postalcode {width: 15%;}
|
||||
input#addressbook-edit_adr_one_locality {width: 78%;}
|
||||
|
||||
// Choosen Adresse
|
||||
.chzn-container { width: 95% !important;}
|
||||
|
Loading…
Reference in New Issue
Block a user