mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
fixed fileupload overlapping other icons
This commit is contained in:
parent
4387985b3c
commit
e84a7823ae
@ -492,22 +492,21 @@ div.et2_file {
|
||||
/* Customize file upload styling */
|
||||
span.et2_file_span{
|
||||
display: block;
|
||||
background-position: left;
|
||||
background-image: url(images/upload.png);
|
||||
background-position: 2px;
|
||||
background-image: url(../../../phpgwapi/templates/default/images/upload.png);
|
||||
background-repeat: no-repeat;
|
||||
background-size: 16px;
|
||||
cursor: pointer;
|
||||
|
||||
height: 15px;
|
||||
text-align: left;
|
||||
text-indent: 20px;
|
||||
text-indent: 18px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
div.et2_file input.et2_file_upload{
|
||||
position: absolute;
|
||||
top: 4px;
|
||||
padding-right: 100%;
|
||||
cursor: pointer;
|
||||
margin-left: -84px;
|
||||
width: 143px;
|
||||
opacity: 0;
|
||||
}
|
||||
/**
|
||||
|
@ -42,7 +42,7 @@ div.filemanager_navigation > * {
|
||||
div.filemanager_navigation > label {
|
||||
position: absolute;
|
||||
left: 50px;
|
||||
right: 565px;
|
||||
right: 385px;
|
||||
padding-top: 3px;
|
||||
font-size: 140%;
|
||||
white-space: nowrap;
|
||||
@ -50,9 +50,6 @@ div.filemanager_navigation > label {
|
||||
div.filemanager_navigation > label > input {
|
||||
width: 100%;
|
||||
}
|
||||
input#filemanager-index_upload {
|
||||
width: 315px;
|
||||
}
|
||||
#filemanager-index-buttons div.et2_file .progress {
|
||||
position: absolute;
|
||||
right: 0px;
|
||||
|
@ -74,7 +74,7 @@ div.filemanager_navigation > * {
|
||||
div.filemanager_navigation > label {
|
||||
position: absolute;
|
||||
left: 50px;
|
||||
right: 565px;
|
||||
right: 385px;
|
||||
padding-top: 3px;
|
||||
font-size: 140%;
|
||||
white-space: nowrap;
|
||||
@ -82,8 +82,9 @@ div.filemanager_navigation > label {
|
||||
div.filemanager_navigation > label > input {
|
||||
width: 100%;
|
||||
}
|
||||
input#filemanager-index_upload {
|
||||
width: 315px;
|
||||
#filemanager-index-buttons div.et2_file .progress {
|
||||
position: absolute;
|
||||
right: 0px;
|
||||
}
|
||||
/**
|
||||
* Select file dialog
|
||||
@ -120,10 +121,9 @@ input.displayNone {
|
||||
/*//******************************************************************
|
||||
// iframe*/
|
||||
#filemanager-index_filemanager-index-header_left {
|
||||
loat: left;
|
||||
float: left;
|
||||
height: 36px;
|
||||
width: 98%;
|
||||
margin: 0 17px;
|
||||
}
|
||||
div.filemanager_navigation {
|
||||
position: relative;
|
||||
@ -178,12 +178,10 @@ img#filemanager-index_home {
|
||||
/*Pfad */
|
||||
div.filemanager_navigation > label {
|
||||
float: left;
|
||||
/*position: absolute;*/
|
||||
left: 55px;
|
||||
right: 567px;
|
||||
/*padding-top: 3px;*/
|
||||
left: 64px;
|
||||
right: 485px;
|
||||
font-size: 140%;
|
||||
top: 0px;
|
||||
top: 5px;
|
||||
}
|
||||
/*Buttons / Tarp / FileUpload*/
|
||||
#filemanager-index_buttons {
|
||||
@ -209,7 +207,6 @@ div.filemanager_navigation > label > input {
|
||||
}
|
||||
#filemanager-index .et2_file input#filemanager-index_upload {
|
||||
color: #ffffff;
|
||||
width: 250px;
|
||||
background-color: #0c5da5;
|
||||
}
|
||||
#filemanager-index .et2_file input#filemanager-index_upload:hover {
|
||||
|
@ -26,10 +26,9 @@
|
||||
// iframe*/
|
||||
|
||||
#filemanager-index_filemanager-index-header_left {
|
||||
loat: left;
|
||||
float: left;
|
||||
height: 36px;
|
||||
width: 98%;
|
||||
margin: 0 17px;
|
||||
}
|
||||
|
||||
div.filemanager_navigation {
|
||||
@ -71,12 +70,10 @@ div.filemanager_navigation {
|
||||
/*Pfad */
|
||||
div.filemanager_navigation > label {
|
||||
float: left;
|
||||
/*position: absolute;*/
|
||||
left: 55px;
|
||||
right: 567px;
|
||||
/*padding-top: 3px;*/
|
||||
left: 64px;
|
||||
right: 485px;
|
||||
font-size: 140%;
|
||||
top: 0px;
|
||||
top: 5px;
|
||||
}
|
||||
|
||||
|
||||
@ -114,8 +111,7 @@ div.filemanager_navigation > label > input {
|
||||
/*background-color: @egw_color_2_a;*/
|
||||
input#filemanager-index_upload {
|
||||
color: @gray_0;
|
||||
width: 250px;
|
||||
background-color: @egw_color_2_a;
|
||||
background-color: @egw_color_2_a;
|
||||
&:hover {.Complete_Button_add_only_plus_hover;}
|
||||
&:active {background-color: @color_positive_action_active !important;}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user