Fix styling of edit_setting dialog in filemanager

This commit is contained in:
Hadi Nategh 2015-01-09 15:42:43 +00:00
parent 3a0904f39f
commit 9329db6edc
4 changed files with 10 additions and 23 deletions

View File

@ -677,7 +677,7 @@ app.classes.filemanager = AppJS.extend(
egw().open_link(egw.link('/index.php', {
menuaction: 'filemanager.filemanager_ui.file',
path: path
}), 'fileprefs', '495x425');
}), 'fileprefs', '510x425');
},
/**

View File

@ -2,7 +2,7 @@
<!-- $Id$ -->
<overlay>
<template id="filemanager.file.general" template="" lang="" group="0" version="1.7.002">
<grid width="450" height="300" spacing="10">
<grid width="450" spacing="10">
<columns>
<column width="80"/>
<column/>
@ -41,13 +41,13 @@
</row>
<row>
<description for="comment" value="Comment"/>
<textbox multiline="true" id="comment" class="comment"/>
<textbox multiline="true" id="comment" class="comment" height="200"/>
</row>
</rows>
</grid>
</template>
<template id="filemanager.file.perms" template="" lang="" group="0" version="1.5.001">
<grid width="450" height="300" spacing="10">
<grid width="450" spacing="10">
<columns>
<column/>
</columns>
@ -123,7 +123,7 @@
</grid>
</template>
<template id="filemanager.file.eacl" template="" lang="" group="0" version="1.9.001">
<grid width="550" height="300" spacing="10">
<grid width="550" spacing="10">
<columns>
<column width="120"/>
<column/>
@ -174,7 +174,7 @@
</grid>
</template>
<template id="filemanager.file.preview" template="" lang="" group="0" version="1.5.001">
<grid width="450" height="300" spacing="10" overflow="auto">
<grid width="450" spacing="10" overflow="auto">
<columns>
<column/>
</columns>
@ -192,7 +192,7 @@
</grid>
</template>
<template id="filemanager.file.custom" template="" lang="" group="0" version="1.5.001">
<grid width="450" height="300" spacing="10" overflow="auto">
<grid width="450" spacing="10" overflow="auto">
<columns>
<column/>
</columns>
@ -204,7 +204,7 @@
</grid>
</template>
<template id="filemanager.file.merge" template="" lang="" group="0" version="1.9.001">
<grid width="450" height="300" spacing="10" overflow="auto">
<grid width="450" spacing="10" overflow="auto">
<columns>
<column/>
</columns>
@ -243,7 +243,7 @@
</grid>
</template>
<template id="filemanager.file" template="" lang="" group="0" version="1.9.001">
<grid>
<grid width="100%">
<columns>
<column/>
</columns>
@ -252,7 +252,7 @@
<description id="msg" span="all" class="redItalic"/>
</row>
<row class="dialogTabs">
<tabbox id="tabs" span="all">
<tabbox id="tabs" span="all" tab_height = "400">
<tabs>
<tab id="filemanager.file.general" label="General"/>
<tab id="filemanager.file.perms" label="Permissions"/>

View File

@ -399,17 +399,10 @@ table.egwGridView_grid img {
}
/*// #####################################################*/
/*Dialog filemanager edit POPUP WINDOW*/
div#filemanager-file {
margin: 0.5em;
}
div#filemanager-file_tabs {
width: 564px;
/*eacl*/
/*Abonements*/
}
div#filemanager-file_tabs .et2_tabs {
width: 554px;
}
div#filemanager-file_tabs img {
width: 24px;
height: 24px;

View File

@ -269,14 +269,8 @@ table.egwGridView_grid img {
/*// #####################################################*/
/*Dialog filemanager edit POPUP WINDOW*/
div#filemanager-file {margin: 0.5em;}
div#filemanager-file_tabs {
width: 564px;
.et2_tabs{width: 554px;}
img {.dimension_width_height_m;}
span.ui-icon-search {