egroupware_official/filemanager/templates/pixelegg/app.css

303 lines
6.6 KiB
CSS
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$
*/
2013-12-12 21:27:35 +01:00
/**
* EGroupware - CSS Styles used by filemanager app
*
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
* @package etemplate
* @link http://www.egroupware.org
* @author Ralf Becker <RalfBecker@outdoor-training.de>
* @version $Id$
*/
/**
* CSS for new eTemplate filemanager UI
*/
.mimeHuge img {
width: 64px;
height: 64px;
}
.fileName input {
font-weight: bold;
width: 100%;
}
.comment textarea {
width: 100%;
height: 35px;
}
.previewImage img {
max-width: 430px;
max-height: 275px;
border: 1px solid black;
}
.pathSelection {
font-weight: bold;
}
.pathSelection a {
font-weight: bold;
font-size: 120%;
}
.pathSelectionContainer {
width: 640px;
overflow: auto;
}
/**
* Get path input to take all remaining width
*/
#filemanager-index_filemanager-index-header_left {
width: 100%;
}
div.filemanager_navigation {
position: relative;
width: 100%;
}
div.filemanager_navigation > * {
vertical-align: middle;
}
#filemanager-index_buttons {
float: right;
}
#filemanager-index_buttons > * {
vertical-align: middle;
padding-left: 3px;
}
div.filemanager_navigation > label {
position: absolute;
left: 50px;
right: 565px;
2013-12-12 21:27:35 +01:00
padding-top: 3px;
font-size: 140%;
white-space: nowrap;
2013-12-12 21:27:35 +01:00
}
div.filemanager_navigation > label > input {
width: 100%;
}
2013-12-16 10:37:11 +01:00
input#filemanager-index_upload {
width: 315px;
}
2013-12-12 21:27:35 +01:00
/**
* Select file dialog
*/
.selectPath {
font-weight: bold;
width: 98%;
}
.selectPathContainer {
width: 470px;
overflow: auto;
}
.selectName input {
width: 100%;
}
.selectMime select {
width: 100%;
}
.displayNone input,
input.displayNone {
display: none;
}
.selectFiles td div {
border-style: groove;
}
.selectFiles div {
max-height: 400px;
overflow: auto;
}
2013-11-18 20:31:54 +01:00
/*/*****************************************************************
// sidebar
*/
/*//******************************************************************
// iframe*/
2013-12-30 18:34:29 +01:00
#filemanager-index_filemanager-index-header_left {
float: left;
height: 42px;
width: 100%;
}
2013-12-12 21:27:35 +01:00
div.filemanager_navigation {
position: relative;
width: 100%;
}
div.filemanager_navigation img {
2013-12-30 18:34:29 +01:00
width: 16px;
height: 16px;
2014-01-11 19:52:09 +01:00
/*.background_color_10_gray;*/
2013-12-30 18:34:29 +01:00
-webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
border: 1px solid rgba(0, 0, 0, 0.15);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
padding: 0.2em;
}
div.filemanager_navigation img:hover {
2014-01-11 19:52:09 +01:00
/*.background_color_20_gray;*/
2014-01-06 09:47:48 +01:00
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
2013-12-30 18:34:29 +01:00
border: 1px solid rgba(0, 0, 0, 0.5);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
div.filemanager_navigation img#filemanager-index_tarp {
border: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
div.filemanager_navigation img#filemanager-index_tarp:hover {
border: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
background-color: #f0f0f0;
2013-12-12 21:27:35 +01:00
}
2013-12-30 18:34:29 +01:00
/*Up img*/
img#filemanager-index_up {
position: relative;
top: 5px;
}
/*Home img*/
img#filemanager-index_home {
position: relative;
top: 5px;
}
/*Pfad */
2013-12-12 21:27:35 +01:00
div.filemanager_navigation > label {
float: left;
/*position: absolute;*/
left: 55px;
2013-12-30 18:34:29 +01:00
right: 567px;
2013-12-12 21:27:35 +01:00
/*padding-top: 3px;*/
font-size: 140%;
2013-12-30 18:34:29 +01:00
top: 0px;
2013-12-12 21:27:35 +01:00
}
/*Buttons / Tarp / FileUpload*/
#filemanager-index_buttons {
2013-12-30 18:34:29 +01:00
/* float: right;
left: 0px;
right: 30%;
position: relative;*/
/*top: -26px;*/
float: left;
position: absolute;
right: 0;
2013-12-12 21:27:35 +01:00
}
#filemanager-index_buttons > * {
padding-left: 3px;
vertical-align: middle;
margin-right: 0.2em;
}
div.filemanager_navigation > label > input {
width: 85%;
2013-12-12 21:27:35 +01:00
}
2013-11-18 20:31:54 +01:00
#filemanager-index .et2_file {
2014-01-11 19:52:09 +01:00
/*background-color: @egw_color_blue_lighter !important;*/
2013-11-18 20:31:54 +01:00
color: #FFF;
text-shadow: none;
2013-11-27 08:21:32 +01:00
/* height: auto;*/
2013-11-18 20:31:54 +01:00
background-image: none !important;
2014-01-11 19:52:09 +01:00
/*.border_radius_button_lefttop;*/
2013-11-18 20:31:54 +01:00
color: #fff;
height: auto;
2014-01-06 09:47:48 +01:00
width: 55%;
2013-11-18 20:31:54 +01:00
}
#filemanager-index .et2_file:before {
content: "+";
2013-11-27 08:21:32 +01:00
font-size: 1.5em;
2013-11-18 20:31:54 +01:00
color: #ffc200;
2013-12-12 21:27:35 +01:00
line-height: 1.1em;
2013-11-18 20:31:54 +01:00
}
#filemanager-index .et2_file:hover {
background-color: #66a1d2 !important;
color: #ffc200;
2014-01-06 09:47:48 +01:00
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
2013-11-18 20:31:54 +01:00
-webkit-border-radius: 3px;
2014-01-11 19:52:09 +01:00
-webkit-border-top-left-radius: 10px;
2013-11-18 20:31:54 +01:00
-moz-border-radius: 3px;
2014-01-11 19:52:09 +01:00
-moz-border-radius-topleft: 10px;
2013-11-18 20:31:54 +01:00
border-radius: 3px;
2014-01-11 19:52:09 +01:00
border-top-left-radius: 10px;
2013-11-18 20:31:54 +01:00
}
2014-01-06 09:47:48 +01:00
#filemanager-index .et2_file:before {
font-size: 1.5em;
padding-right: 0.5em;
padding-left: 0.5em;
}
2013-11-18 20:31:54 +01:00
#filemanager-index .et2_file #filemanager-index_upload {
border: none;
2014-01-06 09:47:48 +01:00
width: 86%;
2013-11-18 20:31:54 +01:00
}
#filemanager-index #filemanager-index_tarp {
width: 32px !important;
height: 32px !important;
}
2014-01-11 19:52:09 +01:00
#filemanager-index .filters {
vertical-align: center;
}
#filemanager-index .filters #filemanager-index_filter {
margin-top: 0.5em;
}
2013-11-18 20:31:54 +01:00
/*// Dialog filemanager
// #####################################################*/
2013-12-12 21:27:35 +01:00
#filemanager-select {
padding: 0px 8px 0 0;
}
2013-11-27 08:21:32 +01:00
#filemanager-select .dialog-header .et2_button_icon {
2013-12-12 21:27:35 +01:00
margin: 4px 4px 0 4px;
border-top: solid 1px #ffffff;
border-left: solid 1px #ffffff;
border-right: solid 1px #ffffff;
border-bottom: solid 1px #ffffff;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background-color: #ffffff;
2013-11-27 08:21:32 +01:00
height: auto;
width: 24px;
}
2013-12-12 21:27:35 +01:00
#filemanager-select .dialog-header .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;
}
#filemanager-select .dialog-header .selectPathContainer input {
height: 20px;
}
2013-11-27 08:21:32 +01:00
#filemanager-select #filemanager-select_apps {
background-color: #d9d9d9;
}
#filemanager-select #filemanager-select_apps .et2_button_icon {
height: auto;
width: 24px;
padding: 10px;
}
2013-12-12 21:27:35 +01:00
#filemanager-select table#filemanager-select_dir {
2013-11-27 08:21:32 +01:00
border: 1px solid rgba(0, 0, 0, 0.15);
}
2013-12-12 21:27:35 +01:00
#filemanager-select table#filemanager-select_dir tr:nth-child(even) {
2013-12-30 18:34:29 +01:00
background: #ffffff;
2013-12-12 21:27:35 +01:00
}
#filemanager-select table#filemanager-select_dir tr:nth-child(odd) {
2014-01-11 19:52:09 +01:00
background: #fafafa;
2013-12-12 21:27:35 +01:00
}
#filemanager-select .vfsMimeIcon {
width: 16px;
height: 16px;
}