mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-23 23:29:31 +01:00
pixelegg changes from tuesday
This commit is contained in:
parent
698efb3039
commit
144da1e76d
@ -19,6 +19,10 @@
|
||||
#addressbook-index {
|
||||
height: 100%;
|
||||
}
|
||||
/* Give enough (static) width to edit dialog tabs, or it will auto-size and flex */
|
||||
#addressbook-edit .et2_tabbox {
|
||||
min-width: 535px;
|
||||
}
|
||||
.cursorHand {
|
||||
cursor: hand;
|
||||
}
|
||||
@ -289,12 +293,6 @@ div#addressbook-index table.egwGridView_outer {
|
||||
.et2_container {
|
||||
height: auto;
|
||||
}
|
||||
#egw_fw_sidemenu .egw_fw_ui_category_content table {
|
||||
margin-left: -14px;
|
||||
}
|
||||
#egw_fw_sidemenu select {
|
||||
margin-top: -5px;
|
||||
}
|
||||
/* ##################################################### */
|
||||
/* ##################################################### */
|
||||
/*State: Address selected*/
|
||||
|
@ -146,7 +146,7 @@ div#addressbook-index{
|
||||
|
||||
.egw_fw_ui_category_content{
|
||||
|
||||
table {margin-left: -14px;}
|
||||
// table {margin-left: -14px;}
|
||||
}
|
||||
|
||||
// Bilder für Favoriten
|
||||
@ -155,7 +155,7 @@ div#addressbook-index{
|
||||
|
||||
}
|
||||
|
||||
select {margin-top: -5px;}
|
||||
// select {margin-top: -5px;}
|
||||
|
||||
}
|
||||
|
||||
|
@ -193,13 +193,12 @@ input[type=button]:focus {
|
||||
color: #202d52;
|
||||
outline: none;
|
||||
}
|
||||
button.et2_button_with_image {
|
||||
padding-left: 20px;
|
||||
background-repeat: no-repeat;
|
||||
background-position-x: 3px;
|
||||
background-size: 16px;
|
||||
}
|
||||
|
||||
button.et2_button_with_image {
|
||||
padding-left: 20px;
|
||||
background-repeat: no-repeat;
|
||||
background-position: 5% center;
|
||||
background-size: 16px;
|
||||
}
|
||||
/**
|
||||
* Drop down button
|
||||
*/
|
||||
@ -640,11 +639,6 @@ ul.et2_link_string {
|
||||
background-position: bottom;
|
||||
background-repeat: repeat-x;
|
||||
}
|
||||
|
||||
.et2_taglist_ro ul {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
}
|
||||
/**
|
||||
* VFS widget(s)
|
||||
*/
|
||||
@ -1140,4 +1134,4 @@ div.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button {
|
||||
}
|
||||
.ms-res-ctn {
|
||||
overflow-x: hidden;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user