FILEMANAGER:

nextmatch_header_row => css fix
This commit is contained in:
Stefan Reinhardt 2014-03-14 16:16:29 +00:00
parent 1ee7878f0e
commit 3a2132136b
4 changed files with 55 additions and 53 deletions

View File

@ -251,7 +251,7 @@
<row disabled="!@msg"> <row disabled="!@msg">
<description id="msg" span="all" class="redItalic"/> <description id="msg" span="all" class="redItalic"/>
</row> </row>
<row class="dialog-tabs"> <row class="dialogTabs">
<tabbox id="tabs" span="all"> <tabbox id="tabs" span="all">
<tabs> <tabs>
<tab id="filemanager.file.general" label="General"/> <tab id="filemanager.file.general" label="General"/>
@ -269,7 +269,7 @@
</tabpanels> </tabpanels>
</tabbox> </tabbox>
</row> </row>
<row class="dialog-footer-toolbar"> <row class="dialogFooterToolbar">
<hbox> <hbox>
<hbox> <hbox>
<button label="Save" id="button[save]" image="save" background_image="1"/> <button label="Save" id="button[save]" image="save" background_image="1"/>

View File

@ -27,7 +27,7 @@
<column/> <column/>
</columns> </columns>
<rows> <rows>
<row class="dialog-header"> <row class="dialogHeader">
<hbox> <hbox>
<html id="js"/> <html id="js"/>
<button label="Up" id="button[up]" image="goup"/> <button label="Up" id="button[up]" image="goup"/>
@ -69,7 +69,7 @@
<file id="file_upload"/> <file id="file_upload"/>
</groupbox> </groupbox>
</row> </row>
<row class="dialog-footer-toolbar"> <row class="dialogFooterToolbar">
<hbox align="right"> <hbox align="right">
<button label="@label" id="button[ok]" image="save" background_image="1"/> <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"/> <buttononly label="Cancel" id="button[cancel]" onclick="window.close();" image="cancel" background_image="1"/>

View File

@ -120,9 +120,10 @@ input.displayNone {
/*//****************************************************************** /*//******************************************************************
// iframe*/ // iframe*/
#filemanager-index_filemanager-index-header_left { #filemanager-index_filemanager-index-header_left {
float: left; loat: left;
height: 42px; height: 36px;
width: 100%; width: 98%;
margin: 0 17px;
} }
div.filemanager_navigation { div.filemanager_navigation {
position: relative; position: relative;
@ -248,7 +249,7 @@ div.filemanager_navigation > label > input {
#filemanager-select { #filemanager-select {
padding: 0px 8px 0 0; padding: 0px 8px 0 0;
} }
#filemanager-select .dialog-header .et2_button_icon { #filemanager-select .dialogHeader .et2_button_icon {
margin: 4px 4px 0 4px; margin: 4px 4px 0 4px;
border-top: solid 1px #ffffff; border-top: solid 1px #ffffff;
border-left: solid 1px #ffffff; border-left: solid 1px #ffffff;
@ -261,13 +262,13 @@ div.filemanager_navigation > label > input {
height: auto; height: auto;
width: 24px; width: 24px;
} }
#filemanager-select .dialog-header .selectPathContainer { #filemanager-select .dialogHeader .selectPathContainer {
overflow: auto; overflow: auto;
width: 470px; width: 470px;
margin_top: 0px; margin_top: 0px;
height: 32px; height: 32px;
} }
#filemanager-select .dialog-header .selectPathContainer input { #filemanager-select .dialogHeader .selectPathContainer input {
height: 20px; height: 20px;
} }
#filemanager-select #filemanager-select_apps { #filemanager-select #filemanager-select_apps {
@ -285,7 +286,7 @@ div.filemanager_navigation > label > input {
background: #ffffff; background: #ffffff;
} }
#filemanager-select table#filemanager-select_dir tr:nth-child(odd) { #filemanager-select table#filemanager-select_dir tr:nth-child(odd) {
background: #fafafa; background: #f2f2f2;
} }
#filemanager-select .vfsMimeIcon { #filemanager-select .vfsMimeIcon {
width: 16px; width: 16px;

View File

@ -26,31 +26,32 @@
// iframe*/ // iframe*/
#filemanager-index_filemanager-index-header_left { #filemanager-index_filemanager-index-header_left {
float: left; loat: left;
height: 42px; height: 36px;
width: 100%; width: 98%;
margin: 0 17px;
} }
div.filemanager_navigation { div.filemanager_navigation {
position: relative; position: relative;
width: 100%; width: 100%;
img { img {
.dimension_width_height_s; .dimension_width_height_s;
.Complete_Button_Icon_normal; .Complete_Button_Icon_normal;
padding: 0.2em; padding: 0.2em;
&:hover {.Complete_Button_Icon_hover;} &:hover {.Complete_Button_Icon_hover;}
} }
img#filemanager-index_tarp { img#filemanager-index_tarp {
border: none; border: none;
-webkit-box-shadow: none; -webkit-box-shadow: none;
-moz-box-shadow: none; -moz-box-shadow: none;
box-shadow: none; box-shadow: none;
&:hover { &:hover {
border: none; border: none;
-webkit-box-shadow: none; -webkit-box-shadow: none;
-moz-box-shadow: none; -moz-box-shadow: none;
box-shadow: none; box-shadow: none;
@ -66,7 +67,7 @@ div.filemanager_navigation {
/*Home img*/ /*Home img*/
img#filemanager-index_home {position: relative; top: 5px;} img#filemanager-index_home {position: relative; top: 5px;}
/*Pfad */ /*Pfad */
div.filemanager_navigation > label { div.filemanager_navigation > label {
float: left; float: left;
@ -88,7 +89,7 @@ div.filemanager_navigation > label {
right: 30%; right: 30%;
position: relative;*/ position: relative;*/
top: 0px; top: 0px;
float: left; float: left;
position: absolute; position: absolute;
right: 0; right: 0;
@ -117,26 +118,26 @@ div.filemanager_navigation > label > input {
width: 250px; width: 250px;
background-color: @egw_color_2_a; background-color: @egw_color_2_a;
&:hover {.Complete_Button_add_only_plus_hover;} &:hover {.Complete_Button_add_only_plus_hover;}
&:active {background-color: @color_positive_action_active !important;} &:active {background-color: @color_positive_action_active !important;}
} }
div.progress {width: 0px;} div.progress {width: 0px;}
} }
#filemanager-index_tarp { #filemanager-index_tarp {
width: 32px !important; width: 32px !important;
height: 32px !important; height: 32px !important;
position: relative; position: relative;
top: 0px; top: 0px;
} }
.filters{ .filters{
vertical-align: center; vertical-align: center;
#filemanager-index_filter{ margin-top: 0.5em;} #filemanager-index_filter{ margin-top: 0.5em;}
} }
@ -150,13 +151,13 @@ div.filemanager_navigation > label > input {
/*// #####################################################*/ /*// #####################################################*/
/*Dialog filemanager*/ /*Dialog filemanager*/
#filemanager-select{ #filemanager-select{
padding: 0px 8px 0 0; padding: 0px 8px 0 0;
.dialog-header{ .dialogHeader{
.et2_button_icon{ .et2_button_icon{
margin: 4px 4px 0 4px; margin: 4px 4px 0 4px;
.bordered (@gray_0, @gray_0, @gray_0, @gray_0); .bordered (@gray_0, @gray_0, @gray_0, @gray_0);
@ -186,10 +187,10 @@ div.filemanager_navigation > label > input {
} }
table#filemanager-select_dir{ table#filemanager-select_dir{
.border_normal; .border_normal;
tr:nth-child(even) {background: @color_even;} tr:nth-child(even) {background: @color_even;}
tr:nth-child(odd) {background: @color_odd;} tr:nth-child(odd) {background: @color_odd;}
} }
//Icon in Table //Icon in Table
@ -202,54 +203,54 @@ div.filemanager_navigation > label > input {
/*// #####################################################*/ /*// #####################################################*/
/*Dialog filemanager edit POPUP WINDOW*/ /*Dialog filemanager edit POPUP WINDOW*/
div#filemanager-file {margin: 0.5em;} div#filemanager-file {margin: 0.5em;}
div#filemanager-file_tabs { div#filemanager-file_tabs {
width: 564px; width: 564px;
.et2_tabs{width: 554px;} .et2_tabs{width: 554px;}
img {.dimension_width_height_m;} img {.dimension_width_height_m;}
span.ui-icon-search { span.ui-icon-search {
.Complete_Button_Icon_normal; .Complete_Button_Icon_normal;
position: relative; position: relative;
top: 3px; top: 3px;
margin-left: 3px; margin-left: 3px;
&:hover {.Complete_Button_Icon_hover;} &:hover {.Complete_Button_Icon_hover;}
&:active {.Complete_Button_Icon_active;} &:active {.Complete_Button_Icon_active;}
} }
/*eacl*/ /*eacl*/
#filemanager-file_filemanager-file-eacl{ #filemanager-file_filemanager-file-eacl{
/*Owner*/ /*Owner*/
td.filemanager-file_filemanager-file-eaclowner{ td.filemanager-file_filemanager-file-eaclowner{
span {display: flex; margin-right: 1px;} span {display: flex; margin-right: 1px;}
span.ui-icon-search { span.ui-icon-search {
position: relative; position: relative;
top: 15px; top: 15px;
margin-left: -3px; margin-left: -3px;
margin-right: 3px; margin-right: 3px;
} }
} }
} }
/*Abonements*/ /*Abonements*/
td.eaclAccount {width: 200px;} td.eaclAccount {width: 200px;}
} }
/*// #####################################################*/ /*// #####################################################*/
/*Dialog filemanager upload POPUP WINDOW*/ /*Dialog filemanager upload POPUP WINDOW*/
div#stylite-filemanager-upload{ div#stylite-filemanager-upload{
margin: 0.5em; margin: 0.5em;
@ -261,11 +262,11 @@ div#stylite-filemanager-upload{
width: 250px; width: 250px;
background-color: @egw_color_2_a; background-color: @egw_color_2_a;
&:hover {.Complete_Button_add_only_plus_hover;} &:hover {.Complete_Button_add_only_plus_hover;}
&:active {background-color: @color_positive_action_active !important;} &:active {background-color: @color_positive_action_active !important;}
} }
div.progress {width: 0px;} div.progress {width: 0px;}
} }
} }