pixelegg changes from tuesday

This commit is contained in:
Ralf Becker 2013-12-04 05:23:51 +00:00
parent 698efb3039
commit 144da1e76d
3 changed files with 13 additions and 21 deletions

View File

@ -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*/

View File

@ -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;}
}

View File

@ -196,10 +196,9 @@ input[type=button]:focus {
button.et2_button_with_image {
padding-left: 20px;
background-repeat: no-repeat;
background-position-x: 3px;
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)
*/