mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-09 23:11:57 +01:00
FILEMANAGER:
nextmatch_header_row => css fix
This commit is contained in:
parent
1ee7878f0e
commit
3a2132136b
@ -251,7 +251,7 @@
|
||||
<row disabled="!@msg">
|
||||
<description id="msg" span="all" class="redItalic"/>
|
||||
</row>
|
||||
<row class="dialog-tabs">
|
||||
<row class="dialogTabs">
|
||||
<tabbox id="tabs" span="all">
|
||||
<tabs>
|
||||
<tab id="filemanager.file.general" label="General"/>
|
||||
@ -269,7 +269,7 @@
|
||||
</tabpanels>
|
||||
</tabbox>
|
||||
</row>
|
||||
<row class="dialog-footer-toolbar">
|
||||
<row class="dialogFooterToolbar">
|
||||
<hbox>
|
||||
<hbox>
|
||||
<button label="Save" id="button[save]" image="save" background_image="1"/>
|
||||
|
@ -27,7 +27,7 @@
|
||||
<column/>
|
||||
</columns>
|
||||
<rows>
|
||||
<row class="dialog-header">
|
||||
<row class="dialogHeader">
|
||||
<hbox>
|
||||
<html id="js"/>
|
||||
<button label="Up" id="button[up]" image="goup"/>
|
||||
@ -69,7 +69,7 @@
|
||||
<file id="file_upload"/>
|
||||
</groupbox>
|
||||
</row>
|
||||
<row class="dialog-footer-toolbar">
|
||||
<row class="dialogFooterToolbar">
|
||||
<hbox align="right">
|
||||
<button label="@label" id="button[ok]" image="save" background_image="1"/>
|
||||
<buttononly label="Cancel" id="button[cancel]" onclick="window.close();" image="cancel" background_image="1"/>
|
||||
|
@ -120,9 +120,10 @@ input.displayNone {
|
||||
/*//******************************************************************
|
||||
// iframe*/
|
||||
#filemanager-index_filemanager-index-header_left {
|
||||
float: left;
|
||||
height: 42px;
|
||||
width: 100%;
|
||||
loat: left;
|
||||
height: 36px;
|
||||
width: 98%;
|
||||
margin: 0 17px;
|
||||
}
|
||||
div.filemanager_navigation {
|
||||
position: relative;
|
||||
@ -248,7 +249,7 @@ div.filemanager_navigation > label > input {
|
||||
#filemanager-select {
|
||||
padding: 0px 8px 0 0;
|
||||
}
|
||||
#filemanager-select .dialog-header .et2_button_icon {
|
||||
#filemanager-select .dialogHeader .et2_button_icon {
|
||||
margin: 4px 4px 0 4px;
|
||||
border-top: solid 1px #ffffff;
|
||||
border-left: solid 1px #ffffff;
|
||||
@ -261,13 +262,13 @@ div.filemanager_navigation > label > input {
|
||||
height: auto;
|
||||
width: 24px;
|
||||
}
|
||||
#filemanager-select .dialog-header .selectPathContainer {
|
||||
#filemanager-select .dialogHeader .selectPathContainer {
|
||||
overflow: auto;
|
||||
width: 470px;
|
||||
margin_top: 0px;
|
||||
height: 32px;
|
||||
}
|
||||
#filemanager-select .dialog-header .selectPathContainer input {
|
||||
#filemanager-select .dialogHeader .selectPathContainer input {
|
||||
height: 20px;
|
||||
}
|
||||
#filemanager-select #filemanager-select_apps {
|
||||
@ -285,7 +286,7 @@ div.filemanager_navigation > label > input {
|
||||
background: #ffffff;
|
||||
}
|
||||
#filemanager-select table#filemanager-select_dir tr:nth-child(odd) {
|
||||
background: #fafafa;
|
||||
background: #f2f2f2;
|
||||
}
|
||||
#filemanager-select .vfsMimeIcon {
|
||||
width: 16px;
|
||||
|
@ -26,9 +26,10 @@
|
||||
// iframe*/
|
||||
|
||||
#filemanager-index_filemanager-index-header_left {
|
||||
float: left;
|
||||
height: 42px;
|
||||
width: 100%;
|
||||
loat: left;
|
||||
height: 36px;
|
||||
width: 98%;
|
||||
margin: 0 17px;
|
||||
}
|
||||
|
||||
div.filemanager_navigation {
|
||||
@ -156,7 +157,7 @@ div.filemanager_navigation > label > input {
|
||||
|
||||
padding: 0px 8px 0 0;
|
||||
|
||||
.dialog-header{
|
||||
.dialogHeader{
|
||||
.et2_button_icon{
|
||||
margin: 4px 4px 0 4px;
|
||||
.bordered (@gray_0, @gray_0, @gray_0, @gray_0);
|
||||
|
Loading…
Reference in New Issue
Block a user