Author: ralfbecker
New Revision: 55111
URL: http://svn.stylite.de/viewvc/egroupware?rev=55111&view=rev
Log:
align filemanager list
Modified:
trunk/filemanager/templates/default/app.css
trunk/filemanager/templates/default/index.xet
trunk/filemanager/templates/pixelegg/app.css
trunk/filemanager/templates/pixelegg/app.less
— trunk/filemanager/templates/default/app.css (original)
+++ trunk/filemanager/templates/default/app.css Mon Feb 22 22:13:19 2016
@@ -22,13 +22,14 @@
- Get path input to take all remaining width
*/
#filemanager-index_filemanager-index-header_left {
- float: left;
width: 100%;
- margin-bottom: 1px;
}
div.filemanager_navigation {
position: relative;
width: 100%;
white-space: normal;
- margin: 5px 0 0 5px;
}
div.filemanager_navigation > * {
vertical-align: middle;
@@ -39,16 +40,13 @@
#filemanager-index_buttons {
float: right;
}
-#filemanager-index_buttons > * {
- vertical-align: middle;
- padding-left: 5px;
- margin:0;
+img#filemanager-index_tarp {
- height: 22px;
}
div.filemanager_navigation > label {
position: absolute;
- left: 50px;
- right: 422px;
- padding-top: 3px;
- left: 56px;
- right: 475px;
font-size: 140%;
white-space: nowrap;
}
@@ -56,8 +54,18 @@
width: 100%;
}
#filemanager-index_buttons div.et2_file {
- margin: 2px 0 0 0;
- vertical-align: top;
- padding-right: 7px;
+}
+#filemanager-index_buttons div.et2_file span, #filemanager-index_buttons div.et2_file input {
width: 130px;
- height: 16px;
- top: 0;
- background-position: 3px 3px;
- margin: 0;
- text-indent: 22px;
- color: #666666;
}
#filemanager-index_buttons div.et2_file .progress {
width:auto;
— trunk/filemanager/templates/default/index.xet (original)
+++ trunk/filemanager/templates/default/index.xet Mon Feb 22 22:13:19 2016
@@ -46,20 +46,20 @@
-
<image label="Up" src="goup" onclick="app.filemanager.change_dir('..',widget);" id="up"/>
-
<image label="Go to your home directory" src="gohome" onclick="app.filemanager.change_dir('~',widget);" id="home"/>
-
<buttononly id="up" statustext="Up" image="goup" background_image="true" onclick="app.filemanager.change_dir('..',widget);"/>
-
<buttononly id="home" statustext="Go to your home directory" image="gohome" background_image="true" onclick="app.filemanager.change_dir('~',widget);"/>
<vfs-name label="Path" id="path" onchange="if(widget.getValue() == '') { app.filemanager.change_dir('~',widget);} return true;" size="80" class="address"/>
<hbox id="buttons">
-
<button statustext="Go to" id="button[go]" image="key_enter" background_image="true"/>
-
<buttononly statustext="Tile view" id="button[change_view]" onclick="app.filemanager.change_view" image="list_tile" background_image="true"/>
<image id="tarp" src="buttonseparator"/>
-
<buttononly statustext="Rename, change permissions or ownership" label="Edit settings" id="button[edit]" onclick="app.filemanager.editprefs();" options="edit"/>
-
<buttononly label="Create directory" id="button[createdir]" onclick="app.filemanager.createdir();" options="button_createdir,createdir_disabled"/>
-
<buttononly label="Create a link" id="button[symlink]" onclick="app.filemanager.symlink();" options="link,link_disabled"/>
-
<buttononly label="Paste" id="button[paste]" onclick="app.filemanager.paste('paste');" options="editpaste,editpaste_disabled"/>
-
<buttononly label="Paste link" id="button[linkpaste]" onclick="app.filemanager.paste('linkpaste');" options="linkpaste,linkpaste_disabled"/>
-
<buttononly label="Mail paste" id="button[mailpaste]" onclick="app.filemanager.paste('mailpaste');" options="mailpaste,mailpaste_disabled"/>
-
<button label="File a file" onclick="window.open(egw::link('/index.php','menuaction=stylite.stylite_filemanager.upload'),'_blank','dependent=yes,width=550,height=350,scrollbars=yes,status=yes'); return false;" image="upload"/>
-
<buttononly statustext="Rename, change permissions or ownership" id="button[edit]" onclick="app.filemanager.editprefs();" image="edit" background_image="true"/>
-
<buttononly statustext="Create directory" id="button[createdir]" onclick="app.filemanager.createdir();" image="button_createdir" ro_image="createdir_disabled" background_image="true"/>
-
<buttononly statustext="Create a link" id="button[symlink]" onclick="app.filemanager.symlink();" image="link" ro_image="link_disabled" background_image="true"/>
-
<buttononly statustext="Paste" id="button[paste]" onclick="app.filemanager.paste('paste');" image="editpaste" ro_image="editpaste_disabled" background_image="true"/>
-
<buttononly statustext="Paste link" id="button[linkpaste]" onclick="app.filemanager.paste('linkpaste');" image="linkpaste" ro_image="linkpaste_disabled" background_image="true"/>
-
<buttononly statustext="Mail paste" id="button[mailpaste]" onclick="app.filemanager.paste('mailpaste');" image="mailpaste" ro_image="mailpaste_disabled" background_image="true"/>
-
<buttononly statustext="File a file" onclick="window.open(egw::link('/index.php','menuaction=stylite.stylite_filemanager.upload'),'_blank','dependent=yes,width=550,height=350,scrollbars=yes,status=yes');" image="upload" background_image="true"/>
<file statustext="Select file to upload in current directory" id="upload" progress_dropdownlist = "true" drop_target ="divAppbox" multiple="true" onFinishOne="app.filemanager.uploadOnOne"/>
</hbox>
</hbox>
— trunk/filemanager/templates/pixelegg/app.css (original)
+++ trunk/filemanager/templates/pixelegg/app.css Mon Feb 22 22:13:19 2016
@@ -51,13 +51,14 @@
- Get path input to take all remaining width
*/
#filemanager-index_filemanager-index-header_left {
- float: left;
- width: 100%;
- margin-bottom: 1px;
}
div.filemanager_navigation {
position: relative;
width: 100%;
white-space: normal;
- margin: 5px 0 0 5px;
}
div.filemanager_navigation > * {
vertical-align: middle;
@@ -68,16 +69,13 @@
#filemanager-index_buttons {
float: right;
}
-#filemanager-index_buttons > * {
- vertical-align: middle;
- padding-left: 5px;
- margin: 0;
+img#filemanager-index_tarp {
- height: 22px;
}
div.filemanager_navigation > label {
position: absolute;
- left: 50px;
- right: 422px;
- padding-top: 3px;
- left: 56px;
- right: 475px;
font-size: 140%;
white-space: nowrap;
}
@@ -85,8 +83,19 @@
width: 100%;
}
#filemanager-index_buttons div.et2_file {
- margin: 2px 0 0 0;
- vertical-align: top;
- padding-right: 7px;
+}
+#filemanager-index_buttons div.et2_file span,
+#filemanager-index_buttons div.et2_file input {
width: 130px;
- height: 16px;
- top: 0;
- background-position: 3px 3px;
- margin: 0;
- text-indent: 22px;
- color: #666666;
}
#filemanager-index_buttons div.et2_file .progress {
width: auto;
@@ -199,168 +208,6 @@
/
///******************************************************************
// iframe*/
-#filemanager-index_filemanager-index-header_left {
-}
-#filemanager-index_buttons div.et2_file div.progress {
- z-index: 1;
- width: auto;
- overflow: hidden;
- text-overflow: ellipsis;
-}
-#filemanager-index_buttons > * {
- padding-left: 3px;
- vertical-align: middle;
- margin-right: 0.2em;
- background-color: #e6e6e6;
-}
-#filemanager-index {
- width: auto;
-}
-#filemanager-index #filemanager-index_tarp {
- width: 32px !important;
- height: 32px !important;
- position: relative;
- top: 0px;
- background-color: #cdcdcd;
- border: none;
- -webkit-box-shadow: none;
- -moz-box-shadow: none;
- box-shadow: none;
-}
-#filemanager-index #filemanager-index_tarp:hover {
- border: none;
- -webkit-box-shadow: none;
- -moz-box-shadow: none;
- box-shadow: none;
- background-color: #cccccc;
-}
-#filemanager-index .filters {
- vertical-align: center;
-}
-#filemanager-index .filters #filemanager-index_filter {
- margin-top: 0.5em;
-}
table.egwGridView_grid img {
/filter grey/
filter: none;
— trunk/filemanager/templates/pixelegg/app.less (original)
+++ trunk/filemanager/templates/pixelegg/app.less Mon Feb 22 22:13:19 2016
@@ -26,199 +26,12 @@
///*****************************************************************
// iframe*/
-#filemanager-index_filemanager-index-header_left {
- float: left;
- height: 36px;
- width: 98%;
-}
-
-
-
-
-// UP / Home / Path _______ / Go / #TARP# / BUTTONS ----- / UPLOAD
- /Up img/
- img#filemanager-index_up {position: relative; top: 5px; .dimension_width_height_s; padding: 4px; background-color: @gray_10;}
-
- /Home img/
- img#filemanager-index_home {position: relative; top: 5px; .dimension_width_height_s; padding: 4px; background-color: @gray_10;}
-
-#filemanager-index_nm img.vfsMimeIcon[src*="/etemplate/thumbnail.php"] {
-// Pfad
-div.filemanager_navigation{
-
position: relative;
-
width: 100%;
-
margin-top: -12px !important;
-
margin-left: 6px !important;
-
-
-
img {
-
.dimension_width_height_s;
-
.Complete_Button_Icon_normal;
-
padding: 0.2em;
-
-
&:hover {.Complete_Button_Icon_hover;}
-
}
-
-
label {
-
-
float: left;
-
left: 74px;
-
right: 421px;
-
font-size: 140%;
-
top: 5px;
-
-
input {width: 99%;}
-
-
-
-
- }
-
-}
-/*div.filemanager_navigation > label > input {
-/Buttons / Tarp / FileUpload/
-#filemanager-index_buttons {
- top: -3px;
- float: left;
- position: absolute;
- right: 0;
-
- img {.dimension_width_height_s; padding: 4px;}
-
-
- // choose data area
- div.et2_file{
-
.Complete_Button_Icon_normal;
-
padding: 0em;
-
margin:0;
-
width: 16.5em;
-
background-color: @gray_10;
-
.dimension_height_m;
-
.rounded(3px);
-
-
-
&:hover {background-color: @color_positive_action_active !important;}
-
&:active {background-color: @color_positive_action_active !important;}
-
-
// Text: Datei wählen
-
span.et2_file_span {
-
background-size: 16px 16px;
-
padding: 3px 0px 0px 10px;;
-
width: 14em;
-
border: none;
-
cursor: pointer;
-
margin: 3px 0 0 2px;
-
background-color: @gray_10;
-
-
&:hover {background-color: @color_positive_action_active !important;}
-
&:active {background-color: @color_positive_action_active !important;}
-
}
-
-
// Upload Fläche
-
input#filemanager-index_upload {
-
color: @gray_0;
-
cursor: pointer;
-
background-color: transparent;
-
-/* &:hover {background-color: @color_positive_action_active !important;}
-}
-#filemanager-index_buttons > * {
- padding-left: 3px;
- vertical-align: middle;
- margin-right: 0.2em;
- background-color: @gray_10;
-
-
-
-}
-#filemanager-index{
- width: auto;
-
-
-
-
- // Tarp
-
#filemanager-index_tarp {
-
width: 32px !important;
-
height: 32px !important;
-
position: relative;
-
top: 0px;
-
background-color: @gray_20;
-
-
border: none;
-
-webkit-box-shadow: none;
-
-moz-box-shadow: none;
-
box-shadow: none;
-
&:hover {
-
border: none;
-
-webkit-box-shadow: none;
-
-moz-box-shadow: none;
-
box-shadow: none;
-
.background_color_20_gray;
-
}
- }
-
-
-
-
-
-
-
-
- .filters{
-
-
vertical-align: center;
-
-
#filemanager-index_filter{ margin-top: 0.5em;}
- }
-
-
-}
// images … uploaded files
table.egwGridView_grid img {
.img_filter_none;
-}
+}
// iframe
/// #####################################################/
/Dialog filemanager/
@@ -363,7 +176,7 @@
max-width: 100%;
span{
white-space: nowrap;
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
eGroupWare-cvs mailing list
eGroupWare-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/egroupware-cvs