forked from extern/egroupware
remove fixed height from categories
This commit is contained in:
parent
8027f8be28
commit
69e06e906d
@ -68,7 +68,7 @@
|
|||||||
</columns>
|
</columns>
|
||||||
<rows>
|
<rows>
|
||||||
<row>
|
<row>
|
||||||
<nextmatch id="nm" options="admin.categories.index.rows" span="all" header_right="admin.categories.index.right"/>
|
<nextmatch id="nm" options="admin.categories.index.rows" span="all" header_row="admin.categories.index.right"/>
|
||||||
</row>
|
</row>
|
||||||
</rows>
|
</rows>
|
||||||
</grid>
|
</grid>
|
||||||
|
@ -33,11 +33,13 @@
|
|||||||
*/
|
*/
|
||||||
iframe#admin-index_iframe {
|
iframe#admin-index_iframe {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
/*.egwGridView_scrollarea { min-height: 500px;}*/
|
|
||||||
}
|
}
|
||||||
iframe#admin-index_iframe #admin-categories-index {
|
iframe#admin-index_iframe #admin-categories-index {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
}
|
}
|
||||||
|
iframe#admin-index_iframe #admin-categories-index #admin-categories-index_add {
|
||||||
|
margin-top: -2px;
|
||||||
|
}
|
||||||
iframe#admin-index_iframe table.egwGridView_grid tr td {
|
iframe#admin-index_iframe table.egwGridView_grid tr td {
|
||||||
color: #000;
|
color: #000;
|
||||||
}
|
}
|
||||||
|
@ -58,13 +58,12 @@ iframe#admin-index_iframe{
|
|||||||
|
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
|
|
||||||
/*.egwGridView_scrollarea { min-height: 500px;}*/
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#admin-categories-index{
|
#admin-categories-index{
|
||||||
|
|
||||||
|
#admin-categories-index_add {
|
||||||
|
margin-top: -2px;
|
||||||
|
}
|
||||||
|
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
|
|
||||||
table.et2_grid {
|
table.et2_grid {
|
||||||
|
@ -1318,9 +1318,6 @@
|
|||||||
iframe#admin-index_iframe {
|
iframe#admin-index_iframe {
|
||||||
background-color: yellow;
|
background-color: yellow;
|
||||||
}
|
}
|
||||||
#admin-categories-index div.egwGridView_scrollarea {
|
|
||||||
min-height: 500px;
|
|
||||||
}
|
|
||||||
table.egwGridView_grid img {
|
table.egwGridView_grid img {
|
||||||
/*filter grey*/
|
/*filter grey*/
|
||||||
/*filter grey*/
|
/*filter grey*/
|
||||||
@ -6973,7 +6970,7 @@ span.egw_tutorial_title {
|
|||||||
margin: 5px 0px 3px 5px;
|
margin: 5px 0px 3px 5px;
|
||||||
padding: 0px 0px 0px 15px;
|
padding: 0px 0px 0px 15px;
|
||||||
line-height: 1em;
|
line-height: 1em;
|
||||||
font-size: 12.1px;
|
font-size: 12.100000000000001px;
|
||||||
background-image: url(../images/arrow_left.png);
|
background-image: url(../images/arrow_left.png);
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: left center;
|
background-position: left center;
|
||||||
|
@ -1307,9 +1307,6 @@
|
|||||||
iframe#admin-index_iframe {
|
iframe#admin-index_iframe {
|
||||||
background-color: yellow;
|
background-color: yellow;
|
||||||
}
|
}
|
||||||
#admin-categories-index div.egwGridView_scrollarea {
|
|
||||||
min-height: 500px;
|
|
||||||
}
|
|
||||||
table.egwGridView_grid img {
|
table.egwGridView_grid img {
|
||||||
/*filter grey*/
|
/*filter grey*/
|
||||||
/*filter grey*/
|
/*filter grey*/
|
||||||
|
@ -1265,9 +1265,6 @@ iframe#admin-index_iframe{
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
div.egwGridView_scrollarea { min-height: 500px;}
|
|
||||||
|
|
||||||
|
|
||||||
table.et2_grid {
|
table.et2_grid {
|
||||||
|
|
||||||
#admin-categories-index_nm {
|
#admin-categories-index_nm {
|
||||||
|
Loading…
Reference in New Issue
Block a user