Untitled diff

Created Diff never expires
8 removals
74 lines
23 additions
89 lines
/*
* Surchargez ce fichier dans votre thème pour personnaliser le module
* https://www.phpboost.com/wiki/structure-d-un-theme#paragraph-le-repertoire-modules
*/
#cssmenu-bugtrackerpageslist {
#cssmenu-bugtrackerpageslist {
margin-bottom: 10px;
margin-bottom: 10px;
}
}
.legend-line {
.legend-line {
padding: 0 0 8px 0;
padding: 0 0 8px 0;
}
}
.legend-color {
.legend-color {
font-size: 2em;
font-size: 2em;
vertical-align: -1px;
vertical-align: -1px;
}
}
.legend {
.legend {
padding-right: 20px;
padding-right: 20px;
}
}
.title-column { width: 30%; }
.title-column { width: 30%; }
.small-column { width: 10%; }
.small-column { width: 10%; }
.medium-column { width: 20%; }
.medium-column { width: 20%; }
#status-chart { width: 90%; }
#status-chart { width: 90%; }
/* Surcharge de la classe block pour mettre un fond blanc */
.block {
background-color: #FFFFFF;
}
table.version-list tfoot tr th,
table.version-list tfoot tr th,
table.categories-list tfoot tr th {
table.categories-list tfoot tr th {
padding: 8px 0;
padding: 8px 0;
}
}
table.version-list input[id*="release_date"] {
table.version-list input[id*="release_date"] {
width: 80%;
width: 80%;
}
}
table.bt tbody td .bt-content {
table.bt tbody td .bt-content {
width: 65% !important;
width: 65% !important;
}
}
td .form-field-checkbox {
td .form-field-checkbox {
margin: auto;
margin: auto;
}
}
.form-field-progressbar {
.form-field-progressbar {
width: 25%;
width: 25%;
}
}
.cw25 {
.cw25 {
width: 100%;
width: 100%;
text-align: center;
text-align: center;
}
}
@media (min-width: 981px) {
@media (min-width: 981px) {
.cw25 {
.cw25 {
width: calc(100% / 4);
width: calc(100% / 4);
}
}
}
}
div[id*="calendar"] {
div[id*="calendar"] {
left: auto !important;
left: auto !important;
right: auto !important;
right: auto !important;
}
}
@media (max-width: 980px) {
@media (max-width: 980px) {
table.version-list div[id*="calendar"] {
table.version-list div[id*="calendar"] {
display: none !important;
display: none !important;
}
}
table.version-list .fa-calendar {
table.version-list .fa-calendar {
display: none !important;
display: none !important;
}
}
}
.bugtracker-actions a {
padding: 0.228em;
}
@media (max-width: 768px) {
.bugtracker-actions a {
display: inline-block;
padding: 1em;
}
}
.bugtracker-filter {
text-align: left;
}
}