Styling dialogs W.I.P.:

- Style filemanager edit settings
This commit is contained in:
Hadi Nategh 2016-04-11 15:19:41 +00:00
parent 0b09f5e31e
commit 39d089a4fd
3 changed files with 14 additions and 5 deletions

View File

@ -117,4 +117,7 @@ table.egwGridView_grid .tile .file_tile {
margin-top: 44px;
display: inline-block;
overflow-y: scroll;
}
}
.mimeIcon {width:65px;}
.previewImage {width:100%;}

View File

@ -9,9 +9,9 @@
<column/>
</columns>
<rows>
<row height="60">
<image align="center" src="icon" class="mimeHuge"/>
<vfs-name id="name" needed="1" class="fileName"/>
<row height="30">
<image align="center" src="icon" class="mimeIcon"/>
<vfs-name id="name" needed="1" class="fileName et2_fullWidth"/>
</row>
<row>
<hrule span="all"/>

View File

@ -147,6 +147,12 @@ input.displayNone {
display: inline-block;
overflow-y: scroll;
}
.mimeIcon {
width: 65px;
}
.previewImage {
width: 100%;
}
/*/*****************************************************************
// sidebar
@ -314,7 +320,7 @@ div#stylite-filemanager-upload .dialogFooterToolbar button {
-moz-transition-timing-function: linear;
-o-transition-timing-function: linear;
transition-timing-function: linear;
background-color: #b4b4b4;
background-color: #e6e6e6;
padding-left: 30px;
background-position: 6px center;
background-repeat: no-repeat;