mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-04 04:59:52 +01:00
155 lines
2.8 KiB
Plaintext
155 lines
2.8 KiB
Plaintext
/**
|
|
* EGroupware: CSS with less preprocessor
|
|
|
|
* FILEMANAGER
|
|
*
|
|
* Please do NOT change app.css directly, instead change app.less and compile it!
|
|
*
|
|
* @link http://www.egroupware.org
|
|
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
|
* @author Stefan Reinhardt <stefan.reinhardt@pixelegg.de>
|
|
* @package filemanager
|
|
* @version $Id$
|
|
*/
|
|
|
|
@import (reference) "../../../pixelegg/less/def_buttons.less";
|
|
@import (reference) "../../../pixelegg/less/def_design_pattern_color_font_shadow.less";
|
|
@import (less) "../default/app.css";
|
|
|
|
/*/*****************************************************************
|
|
// sidebar
|
|
|
|
*/// defind in layout_raster.less /*
|
|
|
|
|
|
/*//******************************************************************
|
|
// iframe*/
|
|
|
|
div.filemanager_navigation {
|
|
position: relative;
|
|
width: 100%;
|
|
|
|
img { width: 24px; height: 24px;}
|
|
|
|
}
|
|
|
|
div.filemanager_navigation > label {
|
|
float: left;
|
|
/*position: absolute;*/
|
|
left: 55px;
|
|
right: 625px;
|
|
/*padding-top: 3px;*/
|
|
font-size: 140%;
|
|
top: -9px;
|
|
}
|
|
|
|
|
|
/*Buttons / Tarp / FileUpload*/
|
|
#filemanager-index_buttons {
|
|
float: right;
|
|
left: 0px;
|
|
right: 30%;
|
|
position: relative;
|
|
top: -26px;
|
|
}
|
|
|
|
#filemanager-index_buttons > * {
|
|
padding-left: 3px;
|
|
vertical-align: middle;
|
|
margin-right: 0.2em;
|
|
}
|
|
|
|
|
|
div.filemanager_navigation > label > input {
|
|
width: 100%;
|
|
}
|
|
|
|
#filemanager-index{
|
|
|
|
|
|
.et2_file{
|
|
.Complete_Button_add;
|
|
&:before{font-size: 1em;}
|
|
color: #fff;
|
|
height: auto;
|
|
&:hover {
|
|
.Complete_Button_add_hover;
|
|
}
|
|
|
|
#filemanager-index_upload {border: none;}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
#filemanager-index_tarp {
|
|
width: 32px !important;
|
|
height: 32px !important;
|
|
}
|
|
|
|
|
|
} // iframe
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*// Dialog filemanager
|
|
// #####################################################*/
|
|
#filemanager-select{
|
|
|
|
padding: 0px 8px 0 0;
|
|
|
|
.dialog-header{
|
|
.et2_button_icon{
|
|
margin: 4px 4px 0 4px;
|
|
.bordered (@gray-0, @gray-0, @gray-0, @gray-0);
|
|
.rounded (3px);
|
|
background-color: @gray-0;
|
|
height: auto;
|
|
width: 24px;
|
|
}
|
|
|
|
.selectPathContainer {
|
|
overflow: auto;
|
|
width: 470px;
|
|
margin-top: 0px;
|
|
height: 32px;
|
|
|
|
input {height: 20px;}
|
|
|
|
}
|
|
}
|
|
#filemanager-select_apps{
|
|
.background-color-15-gray;
|
|
.et2_button_icon{
|
|
height: auto;
|
|
width: 24px;
|
|
padding: 10px;
|
|
}
|
|
}
|
|
table#filemanager-select_dir{
|
|
.border_normal;
|
|
|
|
tr:nth-child(even) {background: @color-even;}
|
|
tr:nth-child(odd) {background: @color-odd;}
|
|
|
|
}
|
|
|
|
//Icon in Table
|
|
.vfsMimeIcon {width: 16px; height: 16px;}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Ende filemanager
|
|
// |