egroupware_official/filemanager/templates/pixelegg/app.less

347 lines
7.1 KiB
Plaintext
Raw Normal View History

2013-11-18 20:31:54 +01:00
/**
* EGroupware: CSS with less preprocessor
2013-12-12 21:27:35 +01:00
* FILEMANAGER
2013-11-18 20:31:54 +01:00
*
* 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";
2013-12-12 21:27:35 +01:00
@import (less) "../default/app.css";
2013-11-18 20:31:54 +01:00
/*/*****************************************************************
// sidebar
*/// defind in layout_raster.less /*
/*//******************************************************************
// iframe*/
2013-12-30 18:34:29 +01:00
#filemanager-index_filemanager-index-header_left {
float: left;
height: 36px;
width: 98%;
2013-12-30 18:34:29 +01:00
}
2013-12-12 21:27:35 +01:00
2014-06-12 16:50:22 +02:00
// UP / Home / Path _______ / Go / #TARP# / BUTTONS ----- / UPLOAD
2013-12-12 21:27:35 +01:00
2013-12-30 18:34:29 +01:00
/*Up img*/
2014-06-12 16:50:22 +02:00
img#filemanager-index_up {position: relative; top: 5px; .dimension_width_height_s; padding: 4px; background-color: @gray_10;}
2013-12-30 18:34:29 +01:00
/*Home img*/
2014-06-12 16:50:22 +02:00
img#filemanager-index_home {position: relative; top: 5px; .dimension_width_height_s; padding: 4px; background-color: @gray_10;}
2013-12-30 18:34:29 +01:00
2014-06-12 16:50:22 +02:00
// Pfad
div.filemanager_navigation{
position: relative;
width: 100%;
margin-top: -12px !important;
margin-left: 6px !important;
2013-12-12 21:27:35 +01:00
2014-06-12 16:50:22 +02:00
img {
.dimension_width_height_s;
.Complete_Button_Icon_normal;
padding: 0.2em;
2013-12-30 18:34:29 +01:00
2014-06-12 16:50:22 +02:00
&:hover {.Complete_Button_Icon_hover;}
}
2013-12-30 18:34:29 +01:00
2014-06-12 16:50:22 +02:00
label {
float: left;
left: 74px;
right: 485px;
font-size: 140%;
top: 5px;
input {width: 99%;}
2013-12-30 18:34:29 +01:00
2013-12-12 21:27:35 +01:00
2013-11-18 20:31:54 +01:00
2014-06-12 16:50:22 +02:00
}
}
2013-11-18 20:31:54 +01:00
2014-06-12 16:50:22 +02:00
/*div.filemanager_navigation > label > input {
2014-01-17 09:10:46 +01:00
width: 95%;
2014-06-12 16:50:22 +02:00
}*/
2013-12-12 21:27:35 +01:00
2013-11-18 20:31:54 +01:00
2014-06-12 16:50:22 +02:00
/*Buttons / Tarp / FileUpload*/
#filemanager-index_buttons {
top: -3px;
float: left;
position: absolute;
right: 0;
2013-11-18 20:31:54 +01:00
2014-06-12 16:50:22 +02:00
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);
2014-06-12 16:50:22 +02:00
&:hover {background-color: @color_positive_action_active !important;}
&:active {background-color: @color_positive_action_active !important;}
// Text: Datei wählen
span.et2_file_span {
2014-06-12 16:50:22 +02:00
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
2014-01-18 18:52:26 +01:00
input#filemanager-index_upload {
color: @gray_0;
2014-06-12 16:50:22 +02:00
cursor: pointer;
background-color: transparent;
2014-06-12 16:50:22 +02:00
/* &:hover {background-color: @color_positive_action_active !important;}
&:active {background-color: @color_positive_action_active !important;}*/
}
// Progress Bar
2014-03-25 22:04:02 +01:00
div.progress {z-index: 1;}
2014-01-18 18:52:26 +01:00
}
2013-12-12 21:27:35 +01:00
2014-06-12 16:50:22 +02:00
}
#filemanager-index_buttons > * {
padding-left: 3px;
vertical-align: middle;
margin-right: 0.2em;
background-color: @gray_10;
}
#filemanager-index{
width: auto;
2013-12-12 21:27:35 +01:00
// Tarp
2013-11-18 20:31:54 +01:00
#filemanager-index_tarp {
width: 32px !important;
2013-12-12 21:27:35 +01:00
height: 32px !important;
2014-01-18 09:12:05 +01:00
position: relative;
2014-01-21 18:30:52 +01:00
top: 0px;
2014-06-12 16:50:22 +02:00
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;
2014-06-23 12:15:12 +02:00
.background_color_20_gray;
2014-06-12 16:50:22 +02:00
}
2013-12-12 21:27:35 +01:00
}
2014-06-12 16:50:22 +02:00
2014-01-11 19:52:09 +01:00
.filters{
2014-01-11 19:52:09 +01:00
vertical-align: center;
2014-01-11 19:52:09 +01:00
#filemanager-index_filter{ margin-top: 0.5em;}
}
2013-12-12 21:27:35 +01:00
2013-11-18 20:31:54 +01:00
} // iframe
2014-01-18 18:52:26 +01:00
/*// #####################################################*/
/*Dialog filemanager*/
2013-11-18 20:31:54 +01:00
2013-11-27 08:21:32 +01:00
#filemanager-select{
2013-12-12 21:27:35 +01:00
padding: 0px 8px 0 0;
.dialogHeader{
2013-12-12 21:27:35 +01:00
.et2_button_icon{
margin: 4px 4px 0 4px;
2013-12-30 18:34:29 +01:00
.bordered (@gray_0, @gray_0, @gray_0, @gray_0);
2013-12-12 21:27:35 +01:00
.rounded (3px);
2013-12-30 18:34:29 +01:00
background-color: @gray_0;
2013-12-12 21:27:35 +01:00
height: auto;
width: 24px;
}
.selectPathContainer {
overflow: auto;
width: 470px;
2013-12-30 18:34:29 +01:00
margin_top: 0px;
2013-12-12 21:27:35 +01:00
height: 32px;
input {height: 20px;}
2013-11-27 08:21:32 +01:00
}
2013-12-12 21:27:35 +01:00
}
#filemanager-select_apps{
2013-12-30 18:34:29 +01:00
.background_color_15_gray;
2013-12-12 21:27:35 +01:00
.et2_button_icon{
height: auto;
width: 24px;
padding: 10px;
}
}
table#filemanager-select_dir{
2013-11-27 08:21:32 +01:00
.border_normal;
2013-12-30 18:34:29 +01:00
tr:nth-child(even) {background: @color_even;}
tr:nth-child(odd) {background: @color_odd;}
2013-12-12 21:27:35 +01:00
}
//Icon in Table
.vfsMimeIcon {width: 16px; height: 16px;}
2013-11-27 08:21:32 +01:00
}
2013-11-18 20:31:54 +01:00
2014-01-18 18:52:26 +01:00
/*// #####################################################*/
/*Dialog filemanager edit POPUP WINDOW*/
2014-01-18 18:52:26 +01:00
div#filemanager-file {margin: 0.5em;}
div#filemanager-file_tabs {
2014-01-18 18:52:26 +01:00
width: 564px;
.et2_tabs{width: 554px;}
2014-01-18 18:52:26 +01:00
img {.dimension_width_height_m;}
span.ui-icon-search {
2014-01-18 18:52:26 +01:00
.Complete_Button_Icon_normal;
position: relative;
top: 3px;
margin-left: 3px;
2014-01-18 18:52:26 +01:00
&:hover {.Complete_Button_Icon_hover;}
&:active {.Complete_Button_Icon_active;}
}
2014-01-18 18:52:26 +01:00
/*eacl*/
#filemanager-file_filemanager-file-eacl{
2014-01-18 18:52:26 +01:00
/*Owner*/
td.filemanager-file_filemanager-file-eaclowner{
2014-01-18 18:52:26 +01:00
span {display: flex; margin-right: 1px;}
span.ui-icon-search {
2014-01-18 18:52:26 +01:00
position: relative;
top: 15px;
margin-left: -3px;
margin-right: 3px;
}
2014-01-18 18:52:26 +01:00
}
2014-01-18 18:52:26 +01:00
}
2014-01-18 18:52:26 +01:00
/*Abonements*/
td.eaclAccount {width: 200px;}
}
/*// #####################################################*/
/*Dialog filemanager upload POPUP WINDOW*/
2014-01-18 18:52:26 +01:00
div#stylite-filemanager-upload{
margin: 0.5em;
.et2_file{
.dimension_height_m;
input {
color: @gray_0;
width: 250px;
background-color: @egw_color_2_a;
&:hover {.Complete_Button_add_only_plus_hover;}
&:active {background-color: @color_positive_action_active !important;}
2014-01-18 18:52:26 +01:00
}
2014-01-18 18:52:26 +01:00
div.progress {width: 0px;}
}
2014-01-18 18:52:26 +01:00
2014-06-12 16:50:22 +02:00
// th
.th {background: none;}
// Schliessen / Close
.dialogFooterToolbar{
button {
.Complete_Button_text_icon_before;
&:hover {background-color: @color_cancel_action_hover !important; color: @gray_100; .box_shadow_standard_light_hover;}
&:active {background-color: @color_cancel_action_active !important; color: @gray_100; .box_shadow_standard_light_inset;}
}
}
2014-01-18 18:52:26 +01:00
}
2013-11-18 20:31:54 +01:00
2013-12-12 21:27:35 +01:00
//