forked from extern/egroupware
Styling dialogs W.I.P.:
- Style filemanager edit settings
This commit is contained in:
parent
0b09f5e31e
commit
39d089a4fd
@ -118,3 +118,6 @@ table.egwGridView_grid .tile .file_tile {
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mimeIcon {width:65px;}
|
||||||
|
.previewImage {width:100%;}
|
@ -9,9 +9,9 @@
|
|||||||
<column/>
|
<column/>
|
||||||
</columns>
|
</columns>
|
||||||
<rows>
|
<rows>
|
||||||
<row height="60">
|
<row height="30">
|
||||||
<image align="center" src="icon" class="mimeHuge"/>
|
<image align="center" src="icon" class="mimeIcon"/>
|
||||||
<vfs-name id="name" needed="1" class="fileName"/>
|
<vfs-name id="name" needed="1" class="fileName et2_fullWidth"/>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<hrule span="all"/>
|
<hrule span="all"/>
|
||||||
|
@ -147,6 +147,12 @@ input.displayNone {
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
}
|
}
|
||||||
|
.mimeIcon {
|
||||||
|
width: 65px;
|
||||||
|
}
|
||||||
|
.previewImage {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
/*/*****************************************************************
|
/*/*****************************************************************
|
||||||
// sidebar
|
// sidebar
|
||||||
|
|
||||||
@ -314,7 +320,7 @@ div#stylite-filemanager-upload .dialogFooterToolbar button {
|
|||||||
-moz-transition-timing-function: linear;
|
-moz-transition-timing-function: linear;
|
||||||
-o-transition-timing-function: linear;
|
-o-transition-timing-function: linear;
|
||||||
transition-timing-function: linear;
|
transition-timing-function: linear;
|
||||||
background-color: #b4b4b4;
|
background-color: #e6e6e6;
|
||||||
padding-left: 30px;
|
padding-left: 30px;
|
||||||
background-position: 6px center;
|
background-position: 6px center;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
|
Loading…
Reference in New Issue
Block a user