Skip to content

Goodday.work Wide by ricardommc

Screenshot of Goodday.work Wide

Details

Authorricardommc

LicenseNo License

CategoryGoodday

Created

Updated

Size4.7 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Goodday.work for widescreen

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Goodday.work Wide
@version      20211115.2.05
@namespace    userstyles.world/user/ricardommc
@description  Goodday.work for widescreen
@author       ricardommc
@license      No License
==/UserStyle== */

@-moz-document domain("goodday.work") {
/*-------------------------------------------------------------------------*/
/*                                                                         */
/*                           RMC   @ 06.07.2018                            */
/*                           v2.05 / 07.02.2023                            */
/*                                                                         */
/*-------------------------------------------------------------------------*/


    
/*-------------------------------------------------------------------------*/
/* CALENDARIO                                                              */
/*-------------------------------------------------------------------------*/
/*Tamanho da página de eventos/calendario*/
 div[class="fc-row fc-week fc-widget-content"] {
	height: 137px !important;
}


    

/*-------------------------------------------------------------------------*/
/* BOTÕES                                                                  */
/*-------------------------------------------------------------------------*/
/*Botão submit*/
div[class="gd-btn submit grey primary"] {
    margin-top: 12px !important;
}

/*Botão 3 pontos na barra de formatação de texto*/
.gd-rich-editor-settings-button {
     right: 15px !important;
}


    
    
/*-------------------------------------------------------------------------*/
/* POPUP CRIAR (TAREFA/EVENTOS/PROJETOS...)                                */
/*-------------------------------------------------------------------------*/
/*Titulo New Task, New Project...*/
div[class="new-form-title"] {
    padding-top:    20px !important;
    padding-bottom: 10px !important;
}
    
/*Página de criação de tarefa*/
div[class="ui-new-container"] {
	min-width: 1350px !important;
}
    
#ui-new-task .new-task .main-content {
	min-width: 1050px !important;
}
    
#ui-new-task .new-task .message-textarea .rte-editor {
    max-height: 570px !important;
}

    


/*-------------------------------------------------------------------------*/
/* POPUP EXIBIR TAREFA                                                     */
/*-------------------------------------------------------------------------*/
/*Página de visualização de tarefa*/
div[class="ui5-iv view-task min-h-300 main"] {
	min-width: 1350px !important;
}

div[class="iv-column left-layout"], 
div[class="iv-column left-layout reply-open"] {
	width: 74% !important;
}

div[class="iv-right-column iv-column right-layout"] {
	width: 26% !important;
} 

/*Tamanho do titulo da tarefa*/
 .max-w-350 {
	max-width: 550px !important;
}

INPUT[class="gd-inline-input gd-input big"] {
	width: 480px !important;
	max-width: 500px !important;
}
    
/*Separação entre comentários da tarefa*/
.app-task-view .msg-header {
    margin: 30px -6px 0px -11px;
    border-top: 1px solid #CBCFD6;
}

    


/*-------------------------------------------------------------------------*/
/* LISTA DE TAREFAS                                                        */
/*-------------------------------------------------------------------------*/
/*Reduz espaços na lista de tarefas*/
div[class="gd-tasks-list tasks-list-in-view"] {
	padding: 1px !important;
}

div[class="gd-tasks-list-content"] {
	margin-top:    10px !important;
	margin-bottom: 10px !important;
	margin-left:   40px !important;
	margin-right:   1px !important;
}

/*Tamanho das etiquetas com nome do projecto*/
.gd-project-name.ui5-type {
	max-width: 200% !important;
	font-size:  9px !important;
}

.gd-tasks-list .gd-task-list-item .title .gd-project-name {
    margin: 10px 5px 0 5px;
}

div[class="cell title is-first-cell"] { 
    padding-right: 0px !important;
} 
    
    
/*Tamanho das etiquetas com estado da tarefa*/
div[class*="ui5-status-list status-"] {
	font-size: 11px !important;
	max-width: 110% !important;
}

/*Tamanho das etiquetas com nome da tag*/
.gd-tag-tile.size-22 {
	font-size:   10px !important;
	height:      24px !important;
	max-width:   200% !important;
}

    

/*-------------------------------------------------------------------------*/
/* FIM                                                                     */
/*-------------------------------------------------------------------------*/
}

Reviews

No reviews yet.