mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-25 08:09:02 +01:00
pixelegg changes from yesterday
This commit is contained in:
parent
d1106a31fc
commit
53eb8e553a
@ -89,4 +89,4 @@ fieldset.emailGroup {
|
||||
}
|
||||
.image16 img {
|
||||
height: 16px;
|
||||
}
|
||||
}
|
@ -9,6 +9,16 @@
|
||||
* @package addressbook
|
||||
* @version $Id$
|
||||
*/
|
||||
/**
|
||||
* Give space to both contact view & infolog list
|
||||
*/
|
||||
.et2_container {
|
||||
height: 50%;
|
||||
}
|
||||
.et2_container:only-child,
|
||||
#addressbook-index {
|
||||
height: 100%;
|
||||
}
|
||||
.cursorHand {
|
||||
cursor: hand;
|
||||
}
|
||||
@ -273,15 +283,6 @@ div#addressbook-index div.filters select#infolog-index_filter {
|
||||
div#addressbook-index div.filters select#infolog-index_filter2 {
|
||||
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 {
|
||||
width: 99%;
|
||||
}
|
||||
|
@ -9,7 +9,7 @@
|
||||
* @package addressbook
|
||||
* @version $Id$
|
||||
*/
|
||||
|
||||
|
||||
@import (reference) "../../../pixelegg/less/def_buttons.less";
|
||||
@import (reference) "../../../pixelegg/less/def_design_pattern_color_font_shadow.less";
|
||||
@import (less) "../default/app.css";
|
||||
@ -114,9 +114,9 @@ div#addressbook-index{
|
||||
|
||||
// Filter
|
||||
.filters{
|
||||
#addressbook-index_cat_id{width: 7%;}
|
||||
#addressbook-index_filter{width:7%;}
|
||||
#addressbook-index_filter2{width: 10%;}
|
||||
// #addressbook-index_cat_id{width: 7%;}
|
||||
// #addressbook-index_filter{width:7%;}
|
||||
// #addressbook-index_filter2{width: 10%;}
|
||||
|
||||
|
||||
}// Filter
|
||||
|
@ -193,13 +193,6 @@ 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;
|
||||
}
|
||||
|
||||
/**
|
||||
* Drop down button
|
||||
*/
|
||||
@ -640,11 +633,6 @@ ul.et2_link_string {
|
||||
background-position: bottom;
|
||||
background-repeat: repeat-x;
|
||||
}
|
||||
|
||||
.et2_taglist_ro ul {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
}
|
||||
/**
|
||||
* VFS widget(s)
|
||||
*/
|
||||
|
@ -39,7 +39,6 @@ div#mail-index div#mail-index_nm tr.mail td img {
|
||||
height: 16px;
|
||||
}
|
||||
div#mail-index div#mail-index_mailPreview {
|
||||
padding: 3px;
|
||||
margin: 0;
|
||||
background-color: #bfbfbf;
|
||||
}
|
||||
|
@ -132,7 +132,7 @@ div#mail-index{
|
||||
|
||||
// Ansicht der Emails
|
||||
div#mail-index_mailPreview{
|
||||
padding: 3px;
|
||||
// padding: 3px;
|
||||
margin: 0;
|
||||
.background-color-25-gray;
|
||||
// From
|
||||
|
Loading…
Reference in New Issue
Block a user