egroupware_official/infolog/templates/pixelegg/app.css
Hadi Nategh fbef1f10a6 Mobile theme W.I.P.:
- Implementing mobile adaptable index template for infolog
2015-11-27 16:24:17 +00:00

453 lines
12 KiB
CSS
Executable File

/**
* EGroupware: CSS with less preprocessor
*
* INFOLOG
*
* Please do NOT change app.css directly, instead change app.less and compile it!
* Pixleegg Template app.css
* @link http://www.egroupware.org
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
* @author Stefan Reinhard <stefan.reinhard@pixelegg.de>
* @package infolog
* @version $Id$
*/
/* $Id$ */
/* Minimum width for first column */
#infolog-index.et2_container .gridCont_0_div_col_0 {
min-width: 45px;
}
.infolog_headertext {
color: black;
font-size: 120%;
}
.infolog_lpadding5 {
padding-left: 5px;
}
.low,
.low_done,
.normal,
.normal_done,
.high,
.high_done,
.urgent,
.urgent_done {
font-weight: bold;
}
.low,
.low_done {
color: #606060;
}
.normal,
.normal_done {
color: black;
}
.high {
color: #cc0000;
}
.high_done {
color: #800000;
}
.urgent {
color: #ff00ff;
}
.urgent_done {
color: #800080;
}
.infolog_overdue {
color: #cc0000;
font-weight: bold;
}
.private {
font-style: italic;
}
.infolog_planned {
font-style: italic;
}
table.infolog_fullWidth {
width: 100%;
}
#infolog-edit_info_number:before {
content: "#";
}
#infolog-edit_info_contact {
width: 98%;
}
.infolog_fixedHeight {
height: 12px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.infolog_normalWrap {
white-space: normal;
}
.infolog_user_filter select {
width: 100px;
}
.inputFullWidth input {
width: 100%;
}
.infolog_image16 img {
height: 16px;
}
.infolog_responsible select {
width: 120px;
}
#info_contact select {
width: 117px;
}
#info_contact input {
width: 134px;
}
#info_subject {
width: 100%;
}
/* date-duration styling in project manager tab */
.infolog_date_duration:first-child input.et2_date_duration {
float: left;
width: 137px;
}
.infolog_date_duration select.et2_date_duration {
width: 52%;
margin-left: 2px;
}
tr.infolog_rowHasParent > td:first-child {
background-image: url(../../../phpgwapi/templates/default/images/egw_action/arrow_up.png);
background-repeat: no-repeat;
background-position: 6px -2px;
}
tr.dialogHeader td,
tr.dialogHeader2 td,
tr.dialogHeader3 td,
tr.dialogHeader4 td,
tr.dialogOperators td,
.dialogFooterToolbar {
padding: 5px 0 5px 0;
vertical-align: middle;
}
/*Project Name*/
#infolog-edit_infolog-edit-project .et2_link_entry.no_app input.ui-autocomplete-input {
width: 291px;
}
/*get <a> tags inside description in listview with no breakline*/
.et2_nextmatch .egwGridView_grid tr td div.et2_vbox .infoDes a {
display: inline-table;
}
/* Put line break for the first column*/
#infolog-index .egwGridView_grid .et2_hbox.et2_box_widget.infolog_CompletedClmn {
white-space: normal;
}
td.infologEncrypt {
position: relative;
}
button#infolog-edit_encrypt {
position: absolute;
right: -2px;
top: 3px;
}
div#infolog-edit_infolog-edit-description {
height: 250px;
}
/* #############################################################################
// iframe
// Rahmen + padding**/
/*############################################
# # #
# # #
# # #
# # #
# # #
# # #
# # #
# # iframge #
# # #
# # #
# # #
# # #
# # #
# # #
##############################################
*/
/*
.egw_fw_content_browser_div{
}*/
#infolog-index {
/*height: auto !important;*/
/* Minimum width for first column */
}
#infolog-index table.et2_grid {
border-top: 0px;
}
#infolog-index .gridCont_0_div_col_0 {
min-width: 45px;
}
#infolog-index #infolog-index_nm {
/*min-height: 900px;*/
/*ID Infolog*/
}
#infolog-index #infolog-index_nm .nextmatch_header div.ui-helper-clearfix,
#infolog-index #infolog-index_nm .nextmatch_header div.ui-helper-reset {
height: 0px;
}
#infolog-index #infolog-index_nm .nextmatch_header span.header_count {
top: 0px;
}
#infolog-index #infolog-index_nm .nextmatch_header div.filters select#infolog-index_cat_id {
/*width: 10%;*/
margin-left: 1em;
}
#infolog-index #infolog-index_nm .nextmatch_header div.filters select#infolog-index_filter {
max-width: 19%;
}
#infolog-index #infolog-index_nm .nextmatch_header div.filters select#infolog-index_filter2 {
/*width: 10%;*/
}
#infolog-index #infolog-index_nm .nextmatch_header div.filters input#infolog-index_search {
/* .Complete_Button_input;
&:hover{
.Complete_Button_input_hover;
}
&:focus{
.Complete_Button_input_focus;
}*/
}
#infolog-index #infolog-index_nm #infolog-index_favorite_wrapper {
position: relative;
top: 5px;
}
#infolog-index #infolog-index_nm #infolog-index_infolog-index-header_right div.et2_box_widget {
/*border: 1px solid #0C5DA5;*/
/*box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);*/
/*text-shadow: none;*/
height: 24px;
margin-top: 0px;
margin-left: 12px;
padding: 4px;
/*background-color: @gray_10;*/
position: relative;
top: 5px;
-webkit-border-top-right-radius: 3px;
-webkit-border-bottom-right-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-webkit-border-top-left-radius: 10px;
-moz-border-radius-topright: 3px;
-moz-border-radius-bottomright: 3px;
-moz-border-radius-bottomleft: 3px;
-moz-border-radius-topleft: 10px;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
border-top-left-radius: 10px;
/*.background-clip(padding-box);*/
background-image: none !important;
transition: all 0.5s linear;
-webkit-transition: all 0.5s linear;
/* Safari */
/* &:before {
content: "+";
font-size: 20px;
color: @egw_color_1_a;
line-height: 1px;
position: relative;
top: 2px;
text-shadow: 1px 1px 2px #000;*/
/*.Complete_Button_Icon_normal;*/
/*.dimension_width_height_sm;*/
/*}*/
/*Text ""hinzufügen" "*/
/*MouseOver*/
/* &:hover {
.box_shadow_standard_light_hover;
background-color: fade(@egw_color_2_a, 80%) !important;
.border_radius_button_lefttop;
.dimension_height_sm;
&:before {content: ""; font-size: 1em;padding-left: 5px;}
Text
span {visibility: hidden; display: none;};
img {.scale; margin: 0 5px; background: @gray_0;}
}*/
}
#infolog-index #infolog-index_nm #infolog-index_infolog-index-header_right div.et2_box_widget span {
display: none;
}
#infolog-index #infolog-index_nm #infolog-index_infolog-index-header_right div.et2_box_widget img {
/*.gradient_vertical (@egw_color_2_a, @egw_color_2_a);*/
/*.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: 20px;
height: 20px;
margin-left: 0.5em;
padding: 0px;
margin-top: 0px;
vertical-align: middle;
}
#infolog-index #infolog-index_nm #infolog-index_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;
background-color: #189800;
}
#infolog-index #infolog-index_nm #infolog-index_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: #1aa200;
}
#infolog-index #infolog-index_nm #infolog-index_infolog-index-header_right div.et2_box_widget img:last-child {
margin-right: 5px;
}
#infolog-index #infolog-index_nm table.egwGridView_outer thead tr th.optcol .selectcols {
margin-top: 1.5%;
}
#infolog-index #infolog-index_nm .frame {
/* min-height: 100%;
height: 60em;*/
}
#infolog-index #infolog-index_nm .egwGridView_scrollarea {
/*height: auto;*/
}
#infolog-index #infolog-index_nm .egwGridView_scrollarea table.egwGridView_grid img {
height: 16px;
}
#infolog-index #infolog-index_nm .egwGridView_scrollarea table.egwGridView_grid span.et2_link {
font-weight: bold;
}
#infolog-index #infolog-index_nm .egwGridView_scrollarea table.egwGridView_grid ul.et2_link_string li.et2_link {
font-weight: normal;
}
#infolog-index #infolog-index_nm .egwGridView_scrollarea table.egwGridView_grid .infolog_fixedHeight {
height: 16px;
}
#infolog-index #infolog-index_nm span.infolog_infoId {
background-color: inherit;
}
/*###########################################
# #
# dialogHeader #
#############################################
# #
# #
# #
# #
# #
# dialog #
# #
# #
#############################################
# #
# buttons #
# #
# #
##############################################*/
/*Input beschränken*/
#infolog-edit {
margin: 0;
}
#infolog-edit .et2_tabheader {
background: transparent;
}
#infolog-edit table.egwGridView_outer {
max-width: 100%;
}
#infolog-edit div.et2_hbox {
white-space: nowrap;
}
.infolog_fixedHeight {
height: auto;
}
div#infolog-edit_info_contact input.ui-autocomplete-input span.ui-icon-close {
background-color: #ffffff;
background-size: contain;
background-position: 5px 5px;
top: 9px !important;
}
.searchParent input.ui-autocomplete-input {
width: 95% !important;
}
input#infolog-edit_info_subject {
width: 98% !important;
}
/*#############################################*/
/*Tabs */
/*Beschreibung************************************/
/*Verknüpfung ************************************/
#infolog-edit_infolog-edit-links {
/*neue verknüpfung erstellen - div*/
/*img.et2_button_icon defined in etemplate2.less*/
}
#infolog-edit_infolog-edit-links div#addressbook-edit_link_to {
width: 100% !important;
}
#infolog-edit_infolog-edit-links table#infolog-edit_link_to {
overflow-y: scroll;
}
/*Delegation ************************************/
#infolog-edit_infolog-edit-delegation .inputFullWidth input {
width: 96%;
}
/*Historie*/
button#infolog-edit_encrypt {
top: 13px;
}
/* tablets and smartphones */
@media only screen and (max-device-width: 1024px) {
span.infolog_infoId:before {
content: "#";
}
span.infolog_infoId {
font-size: 10px;
position: absolute;
padding-top: 9px;
}
div.infoDescRow {
height: 50px;
font-size: 10px;
max-width: 99%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
div.infoLinksRow {
font-size: 10px;
max-width: 99%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
label[id^='infolog-index_'][id$='info_enddate]'],
label[id^='infolog-index_'][id$='info_startdate]'] {
font-size: 10px;
float: right;
}
ul[id^='infolog-index_'][id$='info_responsible]'] > li {
float: right;
font-size: 10px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.infoSubRow:last-child {
float: right;
}
}
/**/