mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
Drop pixelegg template from addressbook and filemanager
This commit is contained in:
parent
8b45483c68
commit
61e52dd2d3
@ -139,3 +139,4 @@
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
}
|
||||
/*# sourceMappingURL=app.css.map */
|
@ -1,351 +0,0 @@
|
||||
/**
|
||||
* EGroupware: CSS with less preprocessor
|
||||
|
||||
* ADDRESSBOOK
|
||||
*
|
||||
* 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 addressbook
|
||||
*/
|
||||
/**
|
||||
* CRM view with contact data in sidebox
|
||||
*/
|
||||
.addressbook_sidebox_name {
|
||||
font-weight: bold;
|
||||
}
|
||||
.addressbook_sidebox_name,
|
||||
.addressbook_sidebox_org {
|
||||
font-size: 130%;
|
||||
padding: 2px 0 2px 0;
|
||||
}
|
||||
td.addressbook_sidebox_header {
|
||||
font-weight: bold;
|
||||
height: 20px;
|
||||
vertical-align: bottom;
|
||||
}
|
||||
form[id^=addressbook-view].et2_container {
|
||||
height: 0 !important;
|
||||
}
|
||||
td.addressbook_sidebox_toolbar {
|
||||
vertical-align: bottom;
|
||||
height: 32px;
|
||||
}
|
||||
.addressbook_view_sidebox img.photo {
|
||||
width: 68px;
|
||||
padding-right: 3px;
|
||||
height: auto;
|
||||
vertical-align: bottom;
|
||||
}
|
||||
div.addressbook_view_sidebox .toolbox button {
|
||||
vertical-align: middle;
|
||||
}
|
||||
div.addressbook_view_sidebox img[id$='_button[delete]'] {
|
||||
float: right;
|
||||
margin-top: 9px;
|
||||
}
|
||||
/**
|
||||
* new addressbook.edit
|
||||
*/
|
||||
div.addressbook_edit_general_picture {
|
||||
position: relative;
|
||||
}
|
||||
div.addressbook_edit_general_picture img {
|
||||
position: absolute;
|
||||
width: auto;
|
||||
max-width: 80px;
|
||||
height: 105px;
|
||||
left: 2px;
|
||||
}
|
||||
.uploadphoto {
|
||||
position: absolute;
|
||||
top: 70px;
|
||||
left: 0;
|
||||
display: none;
|
||||
border: 2px solid black;
|
||||
background-color: #ffffff;
|
||||
padding: 4px;
|
||||
z-index: 1;
|
||||
}
|
||||
.typeIcon {
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
}
|
||||
.editname {
|
||||
position: absolute;
|
||||
display: none;
|
||||
border: 2px solid black;
|
||||
background-color: #ffffff;
|
||||
padding: 4px;
|
||||
top: 55px;
|
||||
left: 102px;
|
||||
z-index: 1;
|
||||
padding-right: 10px;
|
||||
}
|
||||
.custom_country {
|
||||
display: none;
|
||||
}
|
||||
#addressbook-edit #addressbook-edit_tel_prefer-tel_work,
|
||||
#addressbook-edit_tel_prefer-tel_cell {
|
||||
left: 7px;
|
||||
}
|
||||
#addressbook-edit_memberships + .chzn-container .chzn-results {
|
||||
max-height: 85px;
|
||||
}
|
||||
/**
|
||||
* Index page
|
||||
*/
|
||||
#addressbook-index img.iphoto {
|
||||
height: auto;
|
||||
}
|
||||
#addressbook-index .avatar img.iphoto {
|
||||
border: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
#addressbook-index .avatar span {
|
||||
margin-right: 0;
|
||||
}
|
||||
#addressbook-index_org_view,
|
||||
#addressbook-index_addressbook-index-right_add > div.et2_box_widget {
|
||||
top: 0;
|
||||
padding-top: 0;
|
||||
}
|
||||
div.city_state_postcode #addressbook-edit_adr_two_postalcode,
|
||||
div.city_state_postcode #addressbook-edit_adr_one_postalcode {
|
||||
margin-right: 5px !important;
|
||||
}
|
||||
.addressbookHooked .egwGridView_grid label > span.et2_link {
|
||||
display: none;
|
||||
}
|
||||
et2-button#addressbook-index_nm_advanced-search {
|
||||
margin-right: 0 !important;
|
||||
}
|
||||
.smime_section_border {
|
||||
border-top: 1px solid #e5e5e5;
|
||||
}
|
||||
.smime_section_border > * {
|
||||
padding-top: 10px;
|
||||
}
|
||||
@media all {
|
||||
/* #############################################################################
|
||||
|
||||
// Rahmen + padding**/
|
||||
/*##############################################*/
|
||||
/*# # #*/
|
||||
/*# Bild # #*/
|
||||
/*# # Infolog #*/
|
||||
/*# # #*/
|
||||
/*# # #*/
|
||||
/*# # #*/
|
||||
/*# Sidebar # #*/
|
||||
/*# # #*/
|
||||
/*# # #*/
|
||||
/*# # #*/
|
||||
/*# # #*/
|
||||
/*# # #*/
|
||||
/*##############################################*/
|
||||
div.addressbook_view_sidebox img.photo {
|
||||
width: 68px;
|
||||
padding-right: 3px;
|
||||
height: auto;
|
||||
vertical-align: top;
|
||||
margin-right: 5px;
|
||||
}
|
||||
div.addressbook_view_sidebox .addressbook_sidebox_name {
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
padding: 2px 0 2px 0;
|
||||
width: 85%;
|
||||
}
|
||||
div.addressbook_view_sidebox .addressbook_sidebox_org {
|
||||
font-size: 14px;
|
||||
padding: 2px 0 2px 0;
|
||||
width: 85%;
|
||||
}
|
||||
div.addressbook_view_sidebox span[id^=addressbook-view-addressbook][id$=_org_unit] {
|
||||
font-size: 11px;
|
||||
padding: 2px 0 2px 0;
|
||||
}
|
||||
div.addressbook_view_sidebox span[id^=addressbook-view-addressbook][id$=_adr_one_locality] {
|
||||
font-size: 11px;
|
||||
padding: 2px 0 2px 0;
|
||||
}
|
||||
/**
|
||||
* Give space to both contact view & infolog list
|
||||
*/
|
||||
#addressbook-edit {
|
||||
height: auto;
|
||||
min-height: 390px;
|
||||
}
|
||||
/*##################################################################*/
|
||||
/*Infolog*/
|
||||
.et2_container[id^="infolog-index-addressbook"] {
|
||||
/*ADD Button */
|
||||
}
|
||||
.et2_container[id^="infolog-index-addressbook"] .et2_hbox_right[id*="_infolog-index-header_right"] div.et2_box_widget {
|
||||
text-shadow: none;
|
||||
height: 32px;
|
||||
margin-top: 5px;
|
||||
background-image: none !important;
|
||||
transition: all 0.5s linear;
|
||||
-webkit-transition: all 0.5s linear;
|
||||
/* Safari */
|
||||
/*Text ""hinzufügen" "*/
|
||||
/*MouseOver*/
|
||||
}
|
||||
.et2_container[id^="infolog-index-addressbook"] .et2_hbox_right[id*="_infolog-index-header_right"] div.et2_box_widget:before {
|
||||
content: "+";
|
||||
font-size: 2em;
|
||||
color: #ffc200;
|
||||
line-height: 0.5em;
|
||||
}
|
||||
.et2_container[id^="infolog-index-addressbook"] .et2_hbox_right[id*="_infolog-index-header_right"] div.et2_box_widget span {
|
||||
display: none;
|
||||
}
|
||||
.et2_container[id^="infolog-index-addressbook"] .et2_hbox_right[id*="_infolog-index-header_right"] div.et2_box_widget img {
|
||||
/*.background_color_10_gray;*/
|
||||
-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;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
margin-left: 0.5em;
|
||||
padding: 0px;
|
||||
margin-top: 0px;
|
||||
vertical-align: middle;
|
||||
/*.gradient_vertical (@egw_color_2_a, @egw_color_2_a);*/
|
||||
}
|
||||
.et2_container[id^="infolog-index-addressbook"] .et2_hbox_right[id*="_infolog-index-header_right"] div.et2_box_widget img:hover {
|
||||
/*.background_color_20_gray;*/
|
||||
-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);
|
||||
border: 1px solid rgba(0, 0, 0, 0.5);
|
||||
-webkit-border-radius: 3px;
|
||||
-moz-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.et2_container[id^="infolog-index-addressbook"] .et2_hbox_right[id*="_infolog-index-header_right"] div.et2_box_widget img:active {
|
||||
/*.background_color_30_gray;*/
|
||||
border: 1px solid rgba(0, 0, 0, 0.9);
|
||||
-webkit-border-radius: 3px;
|
||||
-moz-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
-webkit-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||
-moz-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||
box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||
background-color: #b3e4a6;
|
||||
}
|
||||
.et2_container[id^="infolog-index-addressbook"] .et2_hbox_right[id*="_infolog-index-header_right"] div.et2_box_widget img:last-child {
|
||||
margin-right: 5px;
|
||||
}
|
||||
.et2_container[id^="infolog-index-addressbook"] .et2_hbox_right[id*="_infolog-index-header_right"] div.et2_box_widget:hover {
|
||||
-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);
|
||||
background-color: #0C5DA5 !important;
|
||||
-webkit-border-radius: 3px;
|
||||
-webkit-border-top-left-radius: 10px;
|
||||
-moz-border-radius: 3px;
|
||||
-moz-border-radius-topleft: 10px;
|
||||
border-radius: 3px;
|
||||
border-top-left-radius: 10px;
|
||||
height: 32px;
|
||||
/*Text*/
|
||||
}
|
||||
.et2_container[id^="infolog-index-addressbook"] .et2_hbox_right[id*="_infolog-index-header_right"] div.et2_box_widget:hover:before {
|
||||
content: "";
|
||||
font-size: 1em;
|
||||
padding-left: 5px;
|
||||
}
|
||||
.et2_container[id^="infolog-index-addressbook"] .et2_hbox_right[id*="_infolog-index-header_right"] div.et2_box_widget:hover span {
|
||||
visibility: hidden;
|
||||
display: none;
|
||||
}
|
||||
.et2_container[id^="infolog-index-addressbook"] .et2_hbox_right[id*="_infolog-index-header_right"] div.et2_box_widget:hover img {
|
||||
-webkit-transform: scale(1.3);
|
||||
-moz-transform: scale(1.3);
|
||||
-o-transform: scale(1.3);
|
||||
-ms-transform: scale(1.3);
|
||||
transform: scale(1.3);
|
||||
margin: 0.5em;
|
||||
background: #FFFFFF;
|
||||
}
|
||||
.et2_container[id^="infolog-index-addressbook"] .egwGridView_scrollarea {
|
||||
overflow-y: scroll !important;
|
||||
overflow-x: hidden !important;
|
||||
}
|
||||
button#tracker-index-addressbook_add {
|
||||
width: 32px;
|
||||
/*border: 1px solid #0C5DA5;*/
|
||||
margin: 6px 2px;
|
||||
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
|
||||
padding: -0.5em;
|
||||
background-color: #E6E6E6 !important;
|
||||
background-size: 16px 16px;
|
||||
-webkit-border-radius: 3px;
|
||||
-webkit-border-top-left-radius: 10px;
|
||||
-moz-border-radius: 3px;
|
||||
-moz-border-radius-topleft: 10px;
|
||||
border-radius: 3px;
|
||||
border-top-left-radius: 10px;
|
||||
height: 24px;
|
||||
}
|
||||
button#tracker-index-addressbook_add:before {
|
||||
content: "";
|
||||
font-size: 2em;
|
||||
color: #0C5DA5;
|
||||
line-height: 0.6em;
|
||||
padding-left: 0.1em;
|
||||
padding-right: 100em;
|
||||
}
|
||||
button#tracker-index-addressbook_add:active {
|
||||
background-color: #b3e4a6;
|
||||
}
|
||||
button#tracker-index-addressbook_add:hover {
|
||||
background-color: #ace29e !important;
|
||||
color: #ffc200;
|
||||
-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);
|
||||
-webkit-border-radius: 3px;
|
||||
-webkit-border-top-left-radius: 10px;
|
||||
-moz-border-radius: 3px;
|
||||
-moz-border-radius-topleft: 10px;
|
||||
border-radius: 3px;
|
||||
border-top-left-radius: 10px;
|
||||
}
|
||||
button#tracker-index-addressbook_add:active {
|
||||
background-color: #b3e4a6 !important;
|
||||
}
|
||||
div.addressbook_edit_general_picture img {
|
||||
top: -4px;
|
||||
width: 70px;
|
||||
height: auto;
|
||||
left: 7px;
|
||||
}
|
||||
#addressbook-edit_addressbook-edit-general .et2_label {
|
||||
margin-right: 6px;
|
||||
}
|
||||
#addressbook_edit_adr_one_countrycode_chzn,
|
||||
#addressbook_edit_adr_two_countrycode_chzn {
|
||||
margin-top: 3px;
|
||||
}
|
||||
#addressbook_edit_adr_one_countrycode_chzn a.et2_country-select,
|
||||
#addressbook_edit_adr_two_countrycode_chzn a.et2_country-select {
|
||||
width: 99%;
|
||||
padding-left: 5px;
|
||||
left: 1px;
|
||||
border-radius: 0;
|
||||
}
|
||||
#addressbook-edit_adr_one_region .ms-ctn form-control,
|
||||
#addressbook-edit_adr_two_region .ms-ctn form-control {
|
||||
padding-left: 13px;
|
||||
}
|
||||
}
|
@ -1,187 +0,0 @@
|
||||
/**
|
||||
* EGroupware: CSS with less preprocessor
|
||||
|
||||
* ADDRESSBOOK
|
||||
*
|
||||
* 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 addressbook
|
||||
*/
|
||||
|
||||
|
||||
@import (reference) "../../../pixelegg/less/definitions.less";
|
||||
@import (reference) "../../../pixelegg/less/def_mobile.less";
|
||||
@import (less) "../default/app.css";
|
||||
|
||||
|
||||
@media all {
|
||||
|
||||
|
||||
/* #############################################################################
|
||||
|
||||
// Rahmen + padding**/
|
||||
|
||||
/*##############################################*/
|
||||
/*# # #*/
|
||||
/*# Bild # #*/
|
||||
/*# # Infolog #*/
|
||||
/*# # #*/
|
||||
/*# # #*/
|
||||
/*# # #*/
|
||||
/*# Sidebar # #*/
|
||||
/*# # #*/
|
||||
/*# # #*/
|
||||
/*# # #*/
|
||||
/*# # #*/
|
||||
/*# # #*/
|
||||
/*##############################################*/
|
||||
|
||||
|
||||
// Image + Data
|
||||
|
||||
div.addressbook_view_sidebox{
|
||||
//img
|
||||
img.photo {
|
||||
width: 68px;
|
||||
padding-right: 3px;
|
||||
height: auto;
|
||||
vertical-align: top;
|
||||
margin-right: 5px;
|
||||
}
|
||||
// name
|
||||
.addressbook_sidebox_name {
|
||||
.fontsize_xl;
|
||||
font-weight: bold;
|
||||
padding: 2px 0 2px 0;
|
||||
width: 85%;
|
||||
}
|
||||
// org
|
||||
.addressbook_sidebox_org {
|
||||
.fontsize_xl;
|
||||
padding: 2px 0 2px 0;
|
||||
width: 85%;
|
||||
}
|
||||
// Unit
|
||||
span[id^=addressbook-view-addressbook][id $=_org_unit] {
|
||||
.fontsize_m;
|
||||
padding: 2px 0 2px 0;
|
||||
}
|
||||
// Ort
|
||||
span[id^=addressbook-view-addressbook][id $=_adr_one_locality] {
|
||||
.fontsize_m;
|
||||
padding: 2px 0 2px 0;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Give space to both contact view & infolog list
|
||||
*/
|
||||
|
||||
#addressbook-edit {
|
||||
height: auto;
|
||||
min-height: 390px;
|
||||
}
|
||||
|
||||
/*##################################################################*/
|
||||
|
||||
/*Infolog*/
|
||||
|
||||
.et2_container[id^="infolog-index-addressbook"] {
|
||||
|
||||
/*ADD Button */
|
||||
.et2_hbox_right[id*="_infolog-index-header_right"] {
|
||||
div.et2_box_widget {
|
||||
text-shadow: none;
|
||||
.dimension_height_l;
|
||||
margin-top: 5px;
|
||||
background-image: none !important;
|
||||
transition: all 0.5s linear;
|
||||
-webkit-transition: all 0.5s linear; /* Safari */
|
||||
&:before {
|
||||
content: "+";
|
||||
font-size: 2em;
|
||||
color: @egw_color_1;
|
||||
line-height: 0.5em;
|
||||
}
|
||||
/*Text ""hinzufügen" "*/
|
||||
span {display: none;}
|
||||
// IMG
|
||||
img {
|
||||
.Complete_Button_Icon_normal;
|
||||
.dimension_width_height_s;
|
||||
margin-left: 0.5em;
|
||||
padding: 0px;
|
||||
margin-top: 0px;
|
||||
vertical-align: middle;
|
||||
/*.gradient_vertical (@egw_color_2_a, @egw_color_2_a);*/
|
||||
|
||||
&:hover{.Complete_Button_Icon_hover ;}
|
||||
|
||||
&:active { .Complete_Button_Icon_active ;}
|
||||
}
|
||||
|
||||
img:last-child {margin-right: 5px;};
|
||||
|
||||
/*MouseOver*/
|
||||
&:hover {
|
||||
.box_shadow_standard_light_hover;
|
||||
background-color: @egw_color_2_a !important;
|
||||
.border_radius_button_lefttop;
|
||||
.dimension_height_l;
|
||||
&:before {content: ""; font-size: 1em;padding-left: 5px;}
|
||||
/*Text*/
|
||||
span {visibility: hidden; display: none;};
|
||||
img {.scale; margin: 0.5em; background: @gray_0;}
|
||||
}
|
||||
}
|
||||
}
|
||||
// Scrollarea in Infolog
|
||||
.egwGridView_scrollarea{
|
||||
overflow-y: scroll !important;
|
||||
overflow-x: hidden !important;
|
||||
}
|
||||
}
|
||||
|
||||
//******************************************************************
|
||||
// CRM View - Tracking System
|
||||
|
||||
button#tracker-index-addressbook_add{
|
||||
.Complete_Button_add_only_plus;
|
||||
.dimension_height_m;
|
||||
|
||||
&:hover {.Complete_Button_add_only_plus_hover;}
|
||||
&:active {background-color: @color_positive_action_active !important;}
|
||||
}
|
||||
|
||||
// person image
|
||||
div.addressbook_edit_general_picture img {
|
||||
top: -4px;
|
||||
width: 70px;
|
||||
height: auto;
|
||||
left: 7px;
|
||||
}
|
||||
|
||||
// general
|
||||
#addressbook-edit_addressbook-edit-general{
|
||||
.et2_label {margin-right: 6px;}
|
||||
}
|
||||
|
||||
#addressbook_edit_adr_one_countrycode_chzn,
|
||||
#addressbook_edit_adr_two_countrycode_chzn {
|
||||
margin-top: 3px;
|
||||
a.et2_country-select {
|
||||
width: 99%;
|
||||
padding-left: 5px;
|
||||
left: 1px;
|
||||
border-radius: 0;
|
||||
}
|
||||
}
|
||||
|
||||
#addressbook-edit_adr_one_region,
|
||||
#addressbook-edit_adr_two_region {
|
||||
.ms-ctn form-control {padding-left: 13px;}
|
||||
}
|
||||
}
|
@ -131,50 +131,10 @@ div.filemanager_protocols > *:before {
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
#filemanager-editor_odfEditor {
|
||||
position: absolute;
|
||||
height: ~"calc(100% - 50px) !important";
|
||||
width:100% !important;
|
||||
top:50px;
|
||||
left: 0px;
|
||||
bottom: 0px;
|
||||
right:0px;
|
||||
padding:0px !important;
|
||||
}
|
||||
#filemanager-editor_odfEditor .webodfeditor-editor.dijitContentPane {
|
||||
box-shadow: none;
|
||||
left:0px !important;
|
||||
top: 0px !important;
|
||||
}
|
||||
#filemanager-editor {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
/* collab editor styling*/
|
||||
div.webodfeditor-members {
|
||||
background-color: white !important;
|
||||
|
||||
}
|
||||
div.webodfeditor-memberList .webodfeditor-memberListButton {
|
||||
border: none !important;
|
||||
background-color: transparent !important;
|
||||
box-shadow: none !important;
|
||||
|
||||
}
|
||||
div.webodfeditor-memberList .webodfeditor-memberListButton img {
|
||||
border-radius: 50%;
|
||||
box-shadow: none;
|
||||
}
|
||||
div.webodfeditor-memberList .webodfeditor-memberListLabel {
|
||||
color: #1E1E1E;
|
||||
}
|
||||
div.webodf-caretOverlay div.handle {
|
||||
width:68px;
|
||||
border-radius:50%;
|
||||
}
|
||||
div.webodf-caretOverlay div.handle>img{
|
||||
border-radius: 50%;
|
||||
}
|
||||
div.editInfoMarker {
|
||||
width:5px;
|
||||
border-radius: none;
|
||||
@ -186,7 +146,10 @@ div.editInfoMarker {
|
||||
}
|
||||
|
||||
#filemanager-index_new_wrapper .ui-icon-triangle-1-s {
|
||||
background-position: 0px -192px;
|
||||
background-image: url(../../../api/templates/default/images/add.svg);
|
||||
background-size: 12px;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
}
|
||||
|
||||
button#filemanager-index_new img {
|
||||
|
@ -61,6 +61,10 @@ table.egwGridView_grid .tile .file_tile {
|
||||
height: 100px;
|
||||
width: 135px;
|
||||
}
|
||||
table.egwGridView_grid .tile .file_tile et2-vfs-mime {
|
||||
width: 4em;
|
||||
margin: 0 auto;
|
||||
}
|
||||
.egwGridView_grid .tile span.iconOverlayContainer {
|
||||
display: block;
|
||||
max-width: 140px;
|
||||
@ -220,11 +224,18 @@ div.editInfoMarker {
|
||||
margin-right: 6px;
|
||||
}
|
||||
#filemanager-index_new_wrapper .ui-icon-triangle-1-s {
|
||||
background-position: 0px -192px;
|
||||
background-image: url(../../../api/templates/default/images/add.svg);
|
||||
background-size: 12px;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
}
|
||||
button#filemanager-index_new img {
|
||||
display: none;
|
||||
}
|
||||
div#filemanager-index_filemanager-index-header_right {
|
||||
display: inline-flex;
|
||||
gap: 1ex;
|
||||
}
|
||||
/*/*****************************************************************
|
||||
// sidebar
|
||||
|
||||
@ -535,4 +546,5 @@ div#stylite-filemanager-upload .dialogFooterToolbar button:active {
|
||||
td.eaclRights {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
}
|
||||
/*# sourceMappingURL=app.css.map */
|
@ -1,389 +0,0 @@
|
||||
/**
|
||||
* 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
|
||||
*/
|
||||
/**
|
||||
* 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
|
||||
*/
|
||||
select#filemanager-index_filter {
|
||||
width: 160px;
|
||||
}
|
||||
input#filemanager-index_path {
|
||||
width: 300px;
|
||||
font-size: 150%;
|
||||
padding: 1px 5px 3px 2px;
|
||||
}
|
||||
#filemanager-index_filemanager-index-header_left .et2_file input {
|
||||
width: 24px;
|
||||
}
|
||||
#filemanager-index_filemanager-index-header_left .et2_file span {
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
padding: 0;
|
||||
background-position-x: 3px;
|
||||
background-image: url(../../../api/templates/default/images/add.svg);
|
||||
overflow: hidden;
|
||||
text-indent: 100px;
|
||||
}
|
||||
/**
|
||||
* Tile view
|
||||
*/
|
||||
table.egwGridView_grid .tile .file_tile {
|
||||
height: 100px;
|
||||
width: 135px;
|
||||
}
|
||||
table.egwGridView_grid .tile .file_tile et2-vfs-mime {
|
||||
width: 4em;
|
||||
margin: 0 auto;
|
||||
}
|
||||
.egwGridView_grid .tile span.iconOverlayContainer {
|
||||
display: block;
|
||||
max-width: 140px;
|
||||
}
|
||||
.tile .file_tile img.vfsMimeIcon,
|
||||
.tile .file_tile et2-vfs-mime > img {
|
||||
height: 48px;
|
||||
width: auto;
|
||||
display: block;
|
||||
margin: 0 auto;
|
||||
}
|
||||
.tile .file_tile .et2_label {
|
||||
word-wrap: break-word;
|
||||
}
|
||||
.tile .file_tile {
|
||||
position: relative;
|
||||
}
|
||||
.tile .file_tile[data-mime^="image"] .et2_label {
|
||||
display: none;
|
||||
}
|
||||
.tile .file_tile[data-mime^="image"]:hover .et2_label {
|
||||
display: block;
|
||||
position: absolute;
|
||||
top: 10px;
|
||||
color: white;
|
||||
text-shadow: 2px 2px 8px black;
|
||||
width: 100%;
|
||||
}
|
||||
.tile .file_tile[data-mime^="image"]:hover .et2_label[id*=comment] {
|
||||
top: 30px;
|
||||
}
|
||||
#filemanager-index_nm .file_tile[data-mime^="image"] img.vfsMimeIcon,
|
||||
#filemanager-index_nm .file_tile[data-mime^="image"] et2-vfs-mime > img {
|
||||
height: auto;
|
||||
max-height: 100px;
|
||||
}
|
||||
/**
|
||||
* Select file dialog
|
||||
*/
|
||||
.selectPath {
|
||||
font-weight: bold;
|
||||
width: 98%;
|
||||
}
|
||||
.selectName input {
|
||||
width: 100%;
|
||||
}
|
||||
.selectMime select {
|
||||
width: 100%;
|
||||
}
|
||||
.displayNone input,
|
||||
input.displayNone {
|
||||
display: none;
|
||||
}
|
||||
.selectFiles div {
|
||||
overflow-y: auto;
|
||||
}
|
||||
#filemanager-select_dir {
|
||||
height: 400px;
|
||||
overflow-y: scroll;
|
||||
display: inline-block;
|
||||
}
|
||||
/**
|
||||
* VFS mounts and versioning
|
||||
*/
|
||||
.filemanager_smallButton {
|
||||
font-size: 90%;
|
||||
margin: 0;
|
||||
}
|
||||
.filemanager_password > input {
|
||||
min-width: 0 !important;
|
||||
}
|
||||
div.filemanager_protocols > *:before {
|
||||
content: "• ";
|
||||
}
|
||||
.filemanager_header {
|
||||
font-size: 120%;
|
||||
font-weight: bold;
|
||||
}
|
||||
.filemanager_config > * {
|
||||
margin-top: 20px;
|
||||
}
|
||||
.error {
|
||||
color: red;
|
||||
font-style: italic;
|
||||
}
|
||||
.createDir img {
|
||||
padding-right: 30px;
|
||||
}
|
||||
#filemanager-select_apps {
|
||||
width: 61px;
|
||||
height: 400px;
|
||||
margin-top: 44px;
|
||||
display: inline-block;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
.mimeIcon {
|
||||
width: 65px;
|
||||
}
|
||||
.previewImage {
|
||||
width: 100%;
|
||||
}
|
||||
#filemanager-editor_file_path {
|
||||
font-size: 11pt;
|
||||
display: inline-block;
|
||||
margin-top: 5px;
|
||||
margin-left: 10px;
|
||||
}
|
||||
#filemanager-editor_odfEditor {
|
||||
position: absolute;
|
||||
height: calc(100% - 50px) !important;
|
||||
width: 100% !important;
|
||||
top: 50px;
|
||||
left: 0px;
|
||||
bottom: 0px;
|
||||
right: 0px;
|
||||
padding: 0px !important;
|
||||
}
|
||||
#filemanager-editor_odfEditor .webodfeditor-editor.dijitContentPane {
|
||||
box-shadow: none;
|
||||
left: 0px !important;
|
||||
top: 0px !important;
|
||||
}
|
||||
#filemanager-editor {
|
||||
overflow: hidden;
|
||||
}
|
||||
/* collab editor styling*/
|
||||
div.webodfeditor-members {
|
||||
background-color: white !important;
|
||||
}
|
||||
div.webodfeditor-memberList .webodfeditor-memberListButton {
|
||||
border: none !important;
|
||||
background-color: transparent !important;
|
||||
box-shadow: none !important;
|
||||
}
|
||||
div.webodfeditor-memberList .webodfeditor-memberListButton img {
|
||||
border-radius: 50%;
|
||||
box-shadow: none;
|
||||
}
|
||||
div.webodfeditor-memberList .webodfeditor-memberListLabel {
|
||||
color: #1E1E1E;
|
||||
}
|
||||
div.webodf-caretOverlay div.handle {
|
||||
width: 68px;
|
||||
border-radius: 50%;
|
||||
}
|
||||
div.webodf-caretOverlay div.handle > img {
|
||||
border-radius: 50%;
|
||||
}
|
||||
div.editInfoMarker {
|
||||
width: 5px;
|
||||
border-radius: none;
|
||||
}
|
||||
#filemanager-index_nm .et2_file div.progress {
|
||||
position: absolute;
|
||||
}
|
||||
#filemanager-index_new_wrapper {
|
||||
margin-right: 6px;
|
||||
}
|
||||
#filemanager-index_new_wrapper .ui-icon-triangle-1-s {
|
||||
background-position: 0px -192px;
|
||||
}
|
||||
button#filemanager-index_new img {
|
||||
display: none;
|
||||
}
|
||||
div#filemanager-index_filemanager-index-header_right {
|
||||
display: inline-flex;
|
||||
gap: 1ex;
|
||||
}
|
||||
/*/*****************************************************************
|
||||
// sidebar
|
||||
|
||||
*/
|
||||
/*//******************************************************************
|
||||
// iframe*/
|
||||
table.egwGridView_grid img {
|
||||
/*filter grey*/
|
||||
filter: none;
|
||||
-webkit-filter: initial;
|
||||
-moz-filter: initial;
|
||||
-ms-filter: initial;
|
||||
-o-filter: initial;
|
||||
/*filter: url(grayscale.svg); Firefox 4+ */
|
||||
filter: initial;
|
||||
/* IE 6-9 */
|
||||
}
|
||||
/*// #####################################################*/
|
||||
/*Dialog filemanager*/
|
||||
#filemanager-select .dialogHeader .et2_button_icon {
|
||||
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;
|
||||
height: auto;
|
||||
width: 24px;
|
||||
}
|
||||
#filemanager-select #filemanager-select_apps {
|
||||
background-color: #d9d9d9;
|
||||
}
|
||||
#filemanager-select #filemanager-select_apps .et2_button_icon {
|
||||
height: auto;
|
||||
width: 24px;
|
||||
padding: 10px;
|
||||
}
|
||||
#filemanager-select table#filemanager-select_dir {
|
||||
border: 1px solid rgba(0, 0, 0, 0.15);
|
||||
}
|
||||
#filemanager-select table#filemanager-select_dir tr:nth-child(even) {
|
||||
background: #FFFFFF;
|
||||
}
|
||||
#filemanager-select table#filemanager-select_dir tr:nth-child(odd) {
|
||||
background: #f2f2f2;
|
||||
}
|
||||
/*// #####################################################*/
|
||||
/*Dialog filemanager edit POPUP WINDOW*/
|
||||
div#filemanager-file_tabs {
|
||||
/*eacl*/
|
||||
/*Abonements*/
|
||||
}
|
||||
div#filemanager-file_tabs span.ui-icon-search {
|
||||
/*.background_color_10_gray;*/
|
||||
-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;
|
||||
position: relative;
|
||||
top: 3px;
|
||||
margin-left: 3px;
|
||||
background-position: 3px;
|
||||
}
|
||||
div#filemanager-file_tabs #filemanager-file_filemanager-file-eacl {
|
||||
/*Owner*/
|
||||
}
|
||||
div#filemanager-file_tabs #filemanager-file_filemanager-file-eacl td.filemanager-file_filemanager-file-eaclowner span {
|
||||
display: flex;
|
||||
margin-right: 1px;
|
||||
}
|
||||
div#filemanager-file_tabs #filemanager-file_filemanager-file-eacl td.filemanager-file_filemanager-file-eaclowner span.ui-icon-search {
|
||||
position: relative;
|
||||
top: 15px;
|
||||
margin-left: -3px;
|
||||
margin-right: 3px;
|
||||
}
|
||||
div#filemanager-file_tabs td.eaclAccount {
|
||||
width: 200px;
|
||||
}
|
||||
/*// #####################################################*/
|
||||
/*Dialog filemanager upload POPUP WINDOW*/
|
||||
div#stylite-filemanager-upload {
|
||||
margin: 0.5em;
|
||||
}
|
||||
div#stylite-filemanager-upload .et2_file {
|
||||
height: 24px;
|
||||
}
|
||||
div#stylite-filemanager-upload .et2_file input {
|
||||
color: #FFFFFF;
|
||||
width: 250px;
|
||||
background-color: #0C5DA5;
|
||||
}
|
||||
div#stylite-filemanager-upload .et2_file input:hover {
|
||||
background-color: #ace29e !important;
|
||||
color: #ffc200;
|
||||
-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);
|
||||
-webkit-border-radius: 3px;
|
||||
-webkit-border-top-left-radius: 10px;
|
||||
-moz-border-radius: 3px;
|
||||
-moz-border-radius-topleft: 10px;
|
||||
border-radius: 3px;
|
||||
border-top-left-radius: 10px;
|
||||
}
|
||||
div#stylite-filemanager-upload .et2_file input:active {
|
||||
background-color: #b3e4a6 !important;
|
||||
}
|
||||
div#stylite-filemanager-upload .et2_file div.progress {
|
||||
width: 0px;
|
||||
}
|
||||
div#stylite-filemanager-upload .th {
|
||||
background: none;
|
||||
}
|
||||
div#stylite-filemanager-upload .dialogFooterToolbar button {
|
||||
/*.border_normal;*/
|
||||
/*.box_shadow_standard_light;*/
|
||||
/*.rounded (3px);*/
|
||||
color: #000000;
|
||||
-webkit-appearance: none;
|
||||
-webkit-transition-property: background-color;
|
||||
-moz-transition-property: background-color;
|
||||
-o-transition-property: background-color;
|
||||
transition-property: background-color;
|
||||
-webkit-transition-duration: 0.5s;
|
||||
-moz-transition-duration: 0.5s;
|
||||
-o-transition-duration: 0.5s;
|
||||
transition-duration: 0.5s;
|
||||
-webkit-transition-timing-function: linear;
|
||||
-moz-transition-timing-function: linear;
|
||||
-o-transition-timing-function: linear;
|
||||
transition-timing-function: linear;
|
||||
background-color: #E6E6E6;
|
||||
padding-left: 30px;
|
||||
background-position: 6px center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: 20px auto;
|
||||
/*.Button_size_h32_auto;*/
|
||||
height: 24px;
|
||||
}
|
||||
div#stylite-filemanager-upload .dialogFooterToolbar button:hover {
|
||||
background-color: #ffdb7a !important;
|
||||
color: #000000;
|
||||
-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);
|
||||
}
|
||||
div#stylite-filemanager-upload .dialogFooterToolbar button:active {
|
||||
background-color: #fff0c7 !important;
|
||||
color: #000000;
|
||||
-webkit-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||
-moz-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||
box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
#filemanager-index_new_wrapper .ui-icon-triangle-1-s {
|
||||
background-image: url(../../../api/templates/default/images/add.svg);
|
||||
background-size: 12px;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
}
|
@ -1,126 +0,0 @@
|
||||
/**
|
||||
* 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
|
||||
*/
|
||||
|
||||
@import (reference) "../../../pixelegg/less/definitions.less";
|
||||
@import (reference) "../../../pixelegg/less/def_mobile.less";
|
||||
@import (less) "../default/app.css";
|
||||
|
||||
/*/*****************************************************************
|
||||
// sidebar
|
||||
|
||||
*/// defind in layout_raster.less /*
|
||||
|
||||
|
||||
/*//******************************************************************
|
||||
// iframe*/
|
||||
|
||||
// images .... uploaded files
|
||||
table.egwGridView_grid img {
|
||||
.img_filter_none;
|
||||
}
|
||||
|
||||
// iframe
|
||||
|
||||
/*// #####################################################*/
|
||||
/*Dialog filemanager*/
|
||||
|
||||
#filemanager-select {
|
||||
.dialogHeader {
|
||||
.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;
|
||||
}
|
||||
}
|
||||
#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;}
|
||||
}
|
||||
}
|
||||
|
||||
/*// #####################################################*/
|
||||
/*Dialog filemanager edit POPUP WINDOW*/
|
||||
|
||||
div#filemanager-file_tabs {
|
||||
span.ui-icon-search {
|
||||
.Complete_Button_Icon_normal;
|
||||
position: relative;
|
||||
top: 3px;
|
||||
margin-left: 3px;
|
||||
background-position: 3px;
|
||||
}
|
||||
/*eacl*/
|
||||
#filemanager-file_filemanager-file-eacl {
|
||||
/*Owner*/
|
||||
td.filemanager-file_filemanager-file-eaclowner {
|
||||
span {display: flex; margin-right: 1px;}
|
||||
span.ui-icon-search {
|
||||
position: relative;
|
||||
top: 15px;
|
||||
margin-left: -3px;
|
||||
margin-right: 3px;
|
||||
}
|
||||
}
|
||||
}
|
||||
/*Abonements*/
|
||||
td.eaclAccount {width: 200px;}
|
||||
}
|
||||
|
||||
/*// #####################################################*/
|
||||
/*Dialog filemanager upload POPUP WINDOW*/
|
||||
|
||||
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;}
|
||||
}
|
||||
div.progress {width: 0px;}
|
||||
}
|
||||
// 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;}
|
||||
}
|
||||
}
|
||||
}
|
||||
#filemanager-index_new_wrapper {
|
||||
.ui-icon-triangle-1-s {
|
||||
background-image: url(../../../api/templates/default/images/add.svg);
|
||||
background-size: 12px;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
}
|
||||
}
|
@ -1,208 +0,0 @@
|
||||
/**
|
||||
* EGroupware - CSS Styles used by sharing GUI
|
||||
*
|
||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||
* @package etemplate
|
||||
* @link http://www.egroupware.org
|
||||
* @author Ralf Becker <rb@stylite.de>
|
||||
* @copyright (c) 2014/15 by Ralf Becker <rb@stylite.de>
|
||||
* @version $Id$
|
||||
*/
|
||||
div#popupMainDiv {
|
||||
height: 100% !important;
|
||||
padding: 0 !important;
|
||||
background-image: none;
|
||||
}
|
||||
/**
|
||||
* simplify NM UI for sharing
|
||||
*/
|
||||
div#filemanager-index_buttons img,
|
||||
div#filemanager-index_favorite_wrapper,
|
||||
span.header_count,
|
||||
#filemanager-index_button\[edit\],
|
||||
#filemanager-index_button\[symlink\],
|
||||
select#filemanager-index_filter,
|
||||
span.selectcols,
|
||||
#filemanager-index_filemanager-index-header_right > button:last-child {
|
||||
display: none !important;
|
||||
}
|
||||
div#filemanager-index_buttons img#filemanager-index_button\[change_view\] {
|
||||
display: inline-block !important;
|
||||
position: absolute;
|
||||
right: 360px;
|
||||
top: 4px;
|
||||
}
|
||||
div.filemanager_navigation {
|
||||
margin: -5px 0 8px 10px !important;
|
||||
}
|
||||
div.filemanager_navigation > label {
|
||||
right: 427px !important;
|
||||
}
|
||||
div.search {
|
||||
position: absolute;
|
||||
top: 4px;
|
||||
right: 190px;
|
||||
}
|
||||
div#filemanager-index_buttons div.et2_file {
|
||||
width: 160px;
|
||||
margin-top: 3px;
|
||||
padding-right: 20px;
|
||||
}
|
||||
div.et2_nextmatch div.nextmatch_header_row {
|
||||
padding-bottom: 0px;
|
||||
}
|
||||
div.et2_nextmatch thead {
|
||||
display: none;
|
||||
}
|
||||
div.search {
|
||||
position: relative;
|
||||
width: 35%;
|
||||
right: 6px;
|
||||
max-width: 98%;
|
||||
top: 0;
|
||||
float: right !important;
|
||||
}
|
||||
div.search .et2_searchbox .flex {
|
||||
width: 100%;
|
||||
float: right;
|
||||
padding-right: 0;
|
||||
}
|
||||
/**
|
||||
* EGroupware - CSS Styles used by sharing GUI
|
||||
*
|
||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||
* @package etemplate
|
||||
* @link http://www.egroupware.org
|
||||
* @author Ralf Becker <rb@stylite.de>
|
||||
* @copyright (c) 2014/15 by Ralf Becker <rb@stylite.de>
|
||||
* @version $Id$
|
||||
*/
|
||||
div#filemanager-index_buttons div.et2_file {
|
||||
margin-top: 6px;
|
||||
}
|
||||
div#popupMainDiv:before {
|
||||
content: ' ';
|
||||
width: 100%;
|
||||
background-position: 15px;
|
||||
background-size: 40px;
|
||||
height: 45px;
|
||||
background-color: #e8e8e8;
|
||||
display: inline-block;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
border-bottom: 1px solid silver;
|
||||
}
|
||||
div#popupMainDiv:after {
|
||||
content: ' ';
|
||||
width: 180px;
|
||||
height: 45px;
|
||||
display: block;
|
||||
background-size: contain;
|
||||
background-image: url(../../../api/templates/default/images/logo.svg);
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
}
|
||||
form#filemanager-index {
|
||||
margin-left: 200px !important;
|
||||
margin-right: 200px !important;
|
||||
}
|
||||
form#filemanager-index:after {
|
||||
content: ' ';
|
||||
width: 100%;
|
||||
height: 45px;
|
||||
background: #e8e8e8;
|
||||
display: inline-block;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
}
|
||||
form#filemanager-index .et2_toolbar .et2_toolbar_actionlist button.et2_button_with_image,
|
||||
form#filemanager-index .nextmatch_header_row .et2_button {
|
||||
width: 45px;
|
||||
height: 45px;
|
||||
background-size: 18px auto;
|
||||
margin: 0;
|
||||
border: 0;
|
||||
border-right: 1px solid silver;
|
||||
padding: 0;
|
||||
border-radius: 0;
|
||||
outline: none;
|
||||
}
|
||||
form#filemanager-index .nextmatch_header_row #filemanager-index_button\[createdir\] {
|
||||
background-color: white;
|
||||
border-left: 1px solid silver;
|
||||
border-right: 1px solid silver;
|
||||
}
|
||||
form#filemanager-index .nextmatch_header_row .et2_searchbox .flex input {
|
||||
height: 45px;
|
||||
border: 0px;
|
||||
-webkit-border-radius: 0;
|
||||
-moz-border-radius: 0;
|
||||
border-radius: 0;
|
||||
margin: 0;
|
||||
padding: 0px 0px 0px 5px;
|
||||
}
|
||||
form#filemanager-index .nextmatch_header_row #filemanager-index_path {
|
||||
width: calc(100% - 165px);
|
||||
display: inline-block;
|
||||
padding-right: 30px;
|
||||
}
|
||||
form#filemanager-index .nextmatch_header_row #filemanager-index_filemanager-index-header_row {
|
||||
width: calc(45% - 115px);
|
||||
min-width: 250px;
|
||||
background-color: #fefefe;
|
||||
}
|
||||
form#filemanager-index .nextmatch_header_row #filemanager-index_filemanager-index-header_row .et2_vfsPath input.et2_textbox.et2_vfs {
|
||||
height: 45px;
|
||||
border-radius: 0;
|
||||
padding: 0px 29px 0px 0px;
|
||||
border: 0;
|
||||
border-right: 1px solid silver;
|
||||
margin: 0;
|
||||
}
|
||||
form#filemanager-index .nextmatch_header_row #filemanager-index_filemanager-index-header_row .et2_vfsPath li.vfsPath.et2_clickable:last-child:hover {
|
||||
background: #c0c0c054;
|
||||
border-radius: 0;
|
||||
}
|
||||
form#filemanager-index .nextmatch_header_row #filemanager-index_filemanager-index-header_row .et2_vfsPath li,
|
||||
form#filemanager-index .nextmatch_header_row #filemanager-index_filemanager-index-header_row .et2_vfsPath li.vfsPath.et2_clickable:last-child:before {
|
||||
line-height: 35px;
|
||||
}
|
||||
form#filemanager-index .nextmatch_header_row #filemanager-index_filemanager-index-header_right #filemanager-index_new_wrapper {
|
||||
margin: 0;
|
||||
border-left: 1px solid silver;
|
||||
}
|
||||
form#filemanager-index .nextmatch_header_row #filemanager-index_filemanager-index-header_right #filemanager-index_new_wrapper .et2_dropdown button {
|
||||
height: 45px;
|
||||
border: 0;
|
||||
border-radius: 0;
|
||||
outline: none;
|
||||
margin: 0;
|
||||
}
|
||||
form#filemanager-index .nextmatch_header_row #filemanager-index_filemanager-index-header_left .et2_file {
|
||||
width: 100px;
|
||||
margin: 0;
|
||||
padding: 0px;
|
||||
height: 45px;
|
||||
}
|
||||
form#filemanager-index .nextmatch_header_row #filemanager-index_filemanager-index-header_left .et2_file span {
|
||||
width: 100px;
|
||||
text-indent: 35px;
|
||||
color: #1b1b1b;
|
||||
line-height: 45px;
|
||||
box-shadow: none !important;
|
||||
background-color: #fcc318c7;
|
||||
}
|
||||
form#filemanager-index .nextmatch_header_row .et2_file_span.et2_button.et2_file_ro {
|
||||
background-color: #fcc318c7 !important;
|
||||
}
|
||||
form#filemanager-index .nextmatch_header_row .et2_button_ro {
|
||||
background-color: #fafafa !important;
|
||||
}
|
||||
form#filemanager-index table.egwGridView_grid tbody {
|
||||
border-bottom: none;
|
||||
}
|
@ -1,154 +0,0 @@
|
||||
@import (less) "../default/sharing.css";
|
||||
|
||||
/**
|
||||
* EGroupware - CSS Styles used by sharing GUI
|
||||
*
|
||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||
* @package etemplate
|
||||
* @link http://www.egroupware.org
|
||||
* @author Ralf Becker <rb@stylite.de>
|
||||
* @copyright (c) 2014/15 by Ralf Becker <rb@stylite.de>
|
||||
* @version $Id$
|
||||
*/
|
||||
|
||||
div#filemanager-index_buttons div.et2_file {
|
||||
margin-top: 6px;
|
||||
}
|
||||
|
||||
div#popupMainDiv {
|
||||
&:before {
|
||||
content: ' ';
|
||||
width: 100%;
|
||||
background-position: 15px;
|
||||
background-size: 40px;
|
||||
height: 45px;
|
||||
background-color: #e8e8e8;
|
||||
display: inline-block;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
border-bottom: 1px solid silver;
|
||||
}
|
||||
&:after {
|
||||
content: ' ';
|
||||
width:180px;
|
||||
height: 45px;
|
||||
display: block;
|
||||
background-size: contain;
|
||||
background-image: url(../../../api/templates/default/../default/images/logo.svg);
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
}
|
||||
}
|
||||
form#filemanager-index {
|
||||
&:after {
|
||||
content: ' ';
|
||||
width: 100%;
|
||||
height: 45px;
|
||||
background: #e8e8e8;
|
||||
display: inline-block;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
}
|
||||
margin-left: 200px !important;
|
||||
margin-right: 200px !important;
|
||||
.et2_toolbar .et2_toolbar_actionlist button.et2_button_with_image, .nextmatch_header_row .et2_button {
|
||||
width: 45px;
|
||||
height: 45px;
|
||||
background-size: 18px auto;
|
||||
margin: 0;
|
||||
border: 0;
|
||||
border-right: 1px solid silver;
|
||||
padding: 0;
|
||||
border-radius: 0;
|
||||
outline: none;
|
||||
}
|
||||
.nextmatch_header_row {
|
||||
.header_row_right {
|
||||
|
||||
}
|
||||
#filemanager-index_button\[createdir\] {
|
||||
background-color: white;
|
||||
border-left: 1px solid silver;
|
||||
border-right: 1px solid silver;
|
||||
}
|
||||
.et2_searchbox .flex input {
|
||||
height: 45px;
|
||||
border: 0px;
|
||||
-webkit-border-radius: 0;
|
||||
-moz-border-radius: 0;
|
||||
border-radius: 0;
|
||||
margin: 0;
|
||||
padding: 0px 0px 0px 5px;
|
||||
}
|
||||
#filemanager-index_path {
|
||||
width: calc(100% - 165px);
|
||||
display: inline-block;
|
||||
padding-right: 30px;
|
||||
}
|
||||
#filemanager-index_filemanager-index-header_row {
|
||||
width: ~"calc(45% - 115px)";
|
||||
min-width: 250px;
|
||||
background-color: #fefefe;
|
||||
.et2_vfsPath {
|
||||
input.et2_textbox.et2_vfs {
|
||||
height: 45px;
|
||||
border-radius: 0;
|
||||
padding: 0px 29px 0px 0px;
|
||||
border: 0;
|
||||
border-right: 1px solid silver;
|
||||
margin: 0;
|
||||
}
|
||||
li.vfsPath.et2_clickable:last-child:hover {
|
||||
background: #c0c0c054;
|
||||
border-radius: 0;
|
||||
}
|
||||
li, li.vfsPath.et2_clickable:last-child:before {line-height: 35px;}
|
||||
|
||||
}
|
||||
}
|
||||
#filemanager-index_filemanager-index-header_right {
|
||||
#filemanager-index_new_wrapper {
|
||||
margin: 0;
|
||||
border-left: 1px solid silver;
|
||||
.et2_dropdown button {
|
||||
height: 45px;
|
||||
border: 0;
|
||||
border-radius: 0;
|
||||
outline: none;
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
#filemanager-index_filemanager-index-header_left .et2_file
|
||||
{
|
||||
width: 100px;
|
||||
margin: 0;
|
||||
padding: 0px;
|
||||
height: 45px;
|
||||
span {
|
||||
width: 100px;
|
||||
text-indent: 35px;
|
||||
color: #1b1b1b;
|
||||
line-height: 45px;
|
||||
box-shadow: none !important;
|
||||
background-color: #fcc318c7;
|
||||
}
|
||||
}
|
||||
.et2_file_span.et2_button.et2_file_ro {
|
||||
background-color: #fcc318c7 !important;
|
||||
}
|
||||
.et2_button_ro {
|
||||
background-color: #fafafa !important;
|
||||
}
|
||||
}
|
||||
table.egwGridView_grid tbody {
|
||||
border-bottom: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user