mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 17:33:49 +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; }
|
||||
.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; }
|
||||
.previewText div { }
|
||||
.pathSelection { font-weight: bold; }
|
||||
|
@ -41,7 +41,7 @@
|
||||
</row>
|
||||
<row>
|
||||
<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>
|
||||
</rows>
|
||||
</grid>
|
||||
@ -252,7 +252,7 @@
|
||||
<description id="msg" span="all" class="redItalic"/>
|
||||
</row>
|
||||
<row class="dialogTabs">
|
||||
<tabbox id="tabs" span="all" tab_height = "400">
|
||||
<tabbox id="tabs" span="all" tab_height="300">
|
||||
<tabs>
|
||||
<tab id="filemanager.file.general" label="General"/>
|
||||
<tab id="filemanager.file.perms" label="Permissions"/>
|
||||
@ -302,7 +302,7 @@
|
||||
<button label="Submit" id="button[setup]"/>
|
||||
<buttononly label="Cancel" onclick="jQuery('.superuser').hide();"/>
|
||||
</hbox>
|
||||
|
||||
|
||||
</row>
|
||||
</rows>
|
||||
</grid>
|
||||
|
@ -31,10 +31,6 @@
|
||||
font-weight: bold;
|
||||
width: 100%;
|
||||
}
|
||||
.comment textarea {
|
||||
width: 100%;
|
||||
height: 35px;
|
||||
}
|
||||
.previewImage img {
|
||||
max-width: 430px;
|
||||
max-height: 275px;
|
||||
@ -410,10 +406,6 @@ div#filemanager-file_tabs {
|
||||
/*eacl*/
|
||||
/*Abonements*/
|
||||
}
|
||||
div#filemanager-file_tabs img {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
}
|
||||
div#filemanager-file_tabs span.ui-icon-search {
|
||||
/*.background_color_10_gray;*/
|
||||
-webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
|
||||
|
@ -271,8 +271,6 @@ table.egwGridView_grid img {
|
||||
|
||||
div#filemanager-file_tabs {
|
||||
|
||||
img {.dimension_width_height_m;}
|
||||
|
||||
span.ui-icon-search {
|
||||
.Complete_Button_Icon_normal;
|
||||
position: relative;
|
||||
|
Loading…
Reference in New Issue
Block a user