mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
pixelegg changes from Wednesday
This commit is contained in:
parent
9e29d8b282
commit
9415ae1a73
@ -563,7 +563,7 @@ fieldset.emailGroup {
|
|||||||
/*#######################################################*/
|
/*#######################################################*/
|
||||||
/* Tab Generell */
|
/* Tab Generell */
|
||||||
.leftPad5 {
|
.leftPad5 {
|
||||||
padding-left: 0px;
|
padding-left: 3px;
|
||||||
}
|
}
|
||||||
/*##################
|
/*##################
|
||||||
# #
|
# #
|
||||||
@ -684,7 +684,7 @@ fieldset.emailGroup {
|
|||||||
div#addressbook-search table.addressbook_edit_general table.editname {
|
div#addressbook-search table.addressbook_edit_general table.editname {
|
||||||
background-color: #f0f0f0;
|
background-color: #f0f0f0;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
font-size: 1em;
|
/*font-size: 1em;*/
|
||||||
}
|
}
|
||||||
div#addressbook-edit table.addressbook_edit_general table.editname tr td:first-child,
|
div#addressbook-edit table.addressbook_edit_general table.editname tr td:first-child,
|
||||||
div#addressbook-search table.addressbook_edit_general table.editname tr td:first-child {
|
div#addressbook-search table.addressbook_edit_general table.editname tr td:first-child {
|
||||||
@ -745,6 +745,7 @@ fieldset.emailGroup {
|
|||||||
margin-top: 12px;
|
margin-top: 12px;
|
||||||
margin-left: 1em;
|
margin-left: 1em;
|
||||||
height: auto;
|
height: auto;
|
||||||
|
font-size: 100%;
|
||||||
/*.background_color_15_gray;*/
|
/*.background_color_15_gray;*/
|
||||||
-webkit-border-radius: 3px;
|
-webkit-border-radius: 3px;
|
||||||
-moz-border-radius: 3px;
|
-moz-border-radius: 3px;
|
||||||
@ -796,6 +797,7 @@ fieldset.emailGroup {
|
|||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
margin-left: 1em;
|
margin-left: 1em;
|
||||||
height: auto;
|
height: auto;
|
||||||
|
font-size: 100%;
|
||||||
/*.background_color_15_gray;*/
|
/*.background_color_15_gray;*/
|
||||||
-webkit-border-radius: 3px;
|
-webkit-border-radius: 3px;
|
||||||
-moz-border-radius: 3px;
|
-moz-border-radius: 3px;
|
||||||
|
@ -312,8 +312,6 @@ div#addressbook-index{
|
|||||||
|
|
||||||
#addressbook-edit_addressbook-edit-general {
|
#addressbook-edit_addressbook-edit-general {
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
table.addressbook_edit_general {
|
table.addressbook_edit_general {
|
||||||
width:100%;
|
width:100%;
|
||||||
height:286px;
|
height:286px;
|
||||||
@ -395,7 +393,7 @@ td.addressbook_edit_right_td {
|
|||||||
/* Tab Generell */
|
/* Tab Generell */
|
||||||
|
|
||||||
.leftPad5 {
|
.leftPad5 {
|
||||||
padding-left: 0px;
|
padding-left: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -497,7 +495,7 @@ div#addressbook-search{
|
|||||||
table.editname {
|
table.editname {
|
||||||
.background_color_10_gray;
|
.background_color_10_gray;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
font-size: 1em;
|
/*font-size: 1em;*/
|
||||||
|
|
||||||
tr td:first-child {width: 40% !important;font-weight: bold; padding: 3px 0;}
|
tr td:first-child {width: 40% !important;font-weight: bold; padding: 3px 0;}
|
||||||
}
|
}
|
||||||
@ -542,6 +540,7 @@ div#addressbook-search{
|
|||||||
margin-top: 12px;
|
margin-top: 12px;
|
||||||
margin-left: 1em;
|
margin-left: 1em;
|
||||||
height: auto;
|
height: auto;
|
||||||
|
font-size: 100%;
|
||||||
/*.background_color_15_gray;*/
|
/*.background_color_15_gray;*/
|
||||||
.border_radius_button_normal;
|
.border_radius_button_normal;
|
||||||
legend { text-transform: uppercase;}
|
legend { text-transform: uppercase;}
|
||||||
@ -585,6 +584,7 @@ div#addressbook-search{
|
|||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
margin-left: 1em;
|
margin-left: 1em;
|
||||||
height: auto;
|
height: auto;
|
||||||
|
font-size: 100%;
|
||||||
/*.background_color_15_gray;*/
|
/*.background_color_15_gray;*/
|
||||||
.border_radius_button_normal;
|
.border_radius_button_normal;
|
||||||
legend { text-transform: uppercase;}
|
legend { text-transform: uppercase;}
|
||||||
|
Loading…
Reference in New Issue
Block a user