forked from extern/egroupware
Styling dialogs W.I.P.:
- Style filemanager edit settings
This commit is contained in:
parent
0b09f5e31e
commit
39d089a4fd
@ -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%;}
|
@ -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"/>
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user