mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-29 11:23:54 +01:00
using full size of mime icon and again smaller comment
This commit is contained in:
parent
86eba3f137
commit
cb00835cb0
@ -13,7 +13,6 @@
|
|||||||
*/
|
*/
|
||||||
.mimeHuge img { width: 64px; height: 64px; }
|
.mimeHuge img { width: 64px; height: 64px; }
|
||||||
.fileName input { font-weight: bold; width: 100%; }
|
.fileName input { font-weight: bold; width: 100%; }
|
||||||
.comment textarea { width: 100%; height: 35px; }
|
|
||||||
.previewImage img { max-width: 430px; max-height: 275px; border: 1px solid black; }
|
.previewImage img { max-width: 430px; max-height: 275px; border: 1px solid black; }
|
||||||
.previewText div { }
|
.previewText div { }
|
||||||
.pathSelection { font-weight: bold; }
|
.pathSelection { font-weight: bold; }
|
||||||
|
@ -41,7 +41,7 @@
|
|||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<description for="comment" value="Comment"/>
|
<description for="comment" value="Comment"/>
|
||||||
<textbox multiline="true" id="comment" class="comment" height="200"/>
|
<textbox multiline="true" id="comment" class="et2_fullWidth" height="100"/>
|
||||||
</row>
|
</row>
|
||||||
</rows>
|
</rows>
|
||||||
</grid>
|
</grid>
|
||||||
@ -252,7 +252,7 @@
|
|||||||
<description id="msg" span="all" class="redItalic"/>
|
<description id="msg" span="all" class="redItalic"/>
|
||||||
</row>
|
</row>
|
||||||
<row class="dialogTabs">
|
<row class="dialogTabs">
|
||||||
<tabbox id="tabs" span="all" tab_height = "400">
|
<tabbox id="tabs" span="all" tab_height="300">
|
||||||
<tabs>
|
<tabs>
|
||||||
<tab id="filemanager.file.general" label="General"/>
|
<tab id="filemanager.file.general" label="General"/>
|
||||||
<tab id="filemanager.file.perms" label="Permissions"/>
|
<tab id="filemanager.file.perms" label="Permissions"/>
|
||||||
@ -302,7 +302,7 @@
|
|||||||
<button label="Submit" id="button[setup]"/>
|
<button label="Submit" id="button[setup]"/>
|
||||||
<buttononly label="Cancel" onclick="jQuery('.superuser').hide();"/>
|
<buttononly label="Cancel" onclick="jQuery('.superuser').hide();"/>
|
||||||
</hbox>
|
</hbox>
|
||||||
|
|
||||||
</row>
|
</row>
|
||||||
</rows>
|
</rows>
|
||||||
</grid>
|
</grid>
|
||||||
|
@ -31,10 +31,6 @@
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
.comment textarea {
|
|
||||||
width: 100%;
|
|
||||||
height: 35px;
|
|
||||||
}
|
|
||||||
.previewImage img {
|
.previewImage img {
|
||||||
max-width: 430px;
|
max-width: 430px;
|
||||||
max-height: 275px;
|
max-height: 275px;
|
||||||
@ -410,10 +406,6 @@ div#filemanager-file_tabs {
|
|||||||
/*eacl*/
|
/*eacl*/
|
||||||
/*Abonements*/
|
/*Abonements*/
|
||||||
}
|
}
|
||||||
div#filemanager-file_tabs img {
|
|
||||||
width: 24px;
|
|
||||||
height: 24px;
|
|
||||||
}
|
|
||||||
div#filemanager-file_tabs span.ui-icon-search {
|
div#filemanager-file_tabs span.ui-icon-search {
|
||||||
/*.background_color_10_gray;*/
|
/*.background_color_10_gray;*/
|
||||||
-webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
|
-webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
|
||||||
|
@ -271,8 +271,6 @@ table.egwGridView_grid img {
|
|||||||
|
|
||||||
div#filemanager-file_tabs {
|
div#filemanager-file_tabs {
|
||||||
|
|
||||||
img {.dimension_width_height_m;}
|
|
||||||
|
|
||||||
span.ui-icon-search {
|
span.ui-icon-search {
|
||||||
.Complete_Button_Icon_normal;
|
.Complete_Button_Icon_normal;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
Loading…
Reference in New Issue
Block a user