mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 00:29:18 +01:00
pixelegg changes from yesterday
This commit is contained in:
parent
d1106a31fc
commit
53eb8e553a
@ -9,6 +9,16 @@
|
|||||||
* @package addressbook
|
* @package addressbook
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
|
/**
|
||||||
|
* Give space to both contact view & infolog list
|
||||||
|
*/
|
||||||
|
.et2_container {
|
||||||
|
height: 50%;
|
||||||
|
}
|
||||||
|
.et2_container:only-child,
|
||||||
|
#addressbook-index {
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
.cursorHand {
|
.cursorHand {
|
||||||
cursor: hand;
|
cursor: hand;
|
||||||
}
|
}
|
||||||
@ -273,15 +283,6 @@ div#addressbook-index div.filters select#infolog-index_filter {
|
|||||||
div#addressbook-index div.filters select#infolog-index_filter2 {
|
div#addressbook-index div.filters select#infolog-index_filter2 {
|
||||||
width: 10%;
|
width: 10%;
|
||||||
}
|
}
|
||||||
div#addressbook-index .filters #addressbook-index_cat_id {
|
|
||||||
width: 7%;
|
|
||||||
}
|
|
||||||
div#addressbook-index .filters #addressbook-index_filter {
|
|
||||||
width: 7%;
|
|
||||||
}
|
|
||||||
div#addressbook-index .filters #addressbook-index_filter2 {
|
|
||||||
width: 10%;
|
|
||||||
}
|
|
||||||
div#addressbook-index table.egwGridView_outer {
|
div#addressbook-index table.egwGridView_outer {
|
||||||
width: 99%;
|
width: 99%;
|
||||||
}
|
}
|
||||||
|
@ -114,9 +114,9 @@ div#addressbook-index{
|
|||||||
|
|
||||||
// Filter
|
// Filter
|
||||||
.filters{
|
.filters{
|
||||||
#addressbook-index_cat_id{width: 7%;}
|
// #addressbook-index_cat_id{width: 7%;}
|
||||||
#addressbook-index_filter{width:7%;}
|
// #addressbook-index_filter{width:7%;}
|
||||||
#addressbook-index_filter2{width: 10%;}
|
// #addressbook-index_filter2{width: 10%;}
|
||||||
|
|
||||||
|
|
||||||
}// Filter
|
}// Filter
|
||||||
|
@ -193,13 +193,6 @@ input[type=button]:focus {
|
|||||||
color: #202d52;
|
color: #202d52;
|
||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
button.et2_button_with_image {
|
|
||||||
padding-left: 20px;
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
background-position-x: 3px;
|
|
||||||
background-size: 16px;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Drop down button
|
* Drop down button
|
||||||
*/
|
*/
|
||||||
@ -640,11 +633,6 @@ ul.et2_link_string {
|
|||||||
background-position: bottom;
|
background-position: bottom;
|
||||||
background-repeat: repeat-x;
|
background-repeat: repeat-x;
|
||||||
}
|
}
|
||||||
|
|
||||||
.et2_taglist_ro ul {
|
|
||||||
margin: 0px;
|
|
||||||
padding: 0px;
|
|
||||||
}
|
|
||||||
/**
|
/**
|
||||||
* VFS widget(s)
|
* VFS widget(s)
|
||||||
*/
|
*/
|
||||||
|
@ -39,7 +39,6 @@ div#mail-index div#mail-index_nm tr.mail td img {
|
|||||||
height: 16px;
|
height: 16px;
|
||||||
}
|
}
|
||||||
div#mail-index div#mail-index_mailPreview {
|
div#mail-index div#mail-index_mailPreview {
|
||||||
padding: 3px;
|
|
||||||
margin: 0;
|
margin: 0;
|
||||||
background-color: #bfbfbf;
|
background-color: #bfbfbf;
|
||||||
}
|
}
|
||||||
|
@ -132,7 +132,7 @@ div#mail-index{
|
|||||||
|
|
||||||
// Ansicht der Emails
|
// Ansicht der Emails
|
||||||
div#mail-index_mailPreview{
|
div#mail-index_mailPreview{
|
||||||
padding: 3px;
|
// padding: 3px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
.background-color-25-gray;
|
.background-color-25-gray;
|
||||||
// From
|
// From
|
||||||
|
Loading…
Reference in New Issue
Block a user