Makes the taskboard more space efficient
Clinical Taskboard Widener by CrimsonVex
Details
AuthorCrimsonVex
LicenseMIT
Categorysa.gov.au
Created
Updated
Size2.4 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Clinical Taskboard Widener
@namespace ctw
@version 1.3
@license MIT
@description Makes the taskboard more space efficient
@author CV
@preprocessor uso
==/UserStyle== */
@-moz-document url-prefix("http://intapps3.sahealth.sa.gov.au/ClinicalTaskboard/ClinicalActivityTask/Index"),
url-prefix("https://clinicaltaskboard.had.sa.gov.au/ClinicalActivityTask/Index") {
body {
background: #fff;
}
.container {
width: 96vw;
}
@media (min-width: 768px) {
.navbar {
min-height: 42px;
margin-bottom: 0px;
}
.navbar-header, .navbar-nav {
float: right;
}
.navbar-nav > li > a {
padding: 10px;
}
.navbar-text {
margin-top: 5px;
margin-bottom: 0px;
}
}
input.form-control, select.form-control, input.btn, a.btn {
height: 30px;
padding: 3px 12px;
}
.table tr:nth-child(odd) {
background-color: #f2f2f2;
}
.table tr:nth-child(1) td, .table tr:nth-child(1) th {
background-color: #e7e7e7;
padding: 10px 5px 5px 10px;
}
tr:has(td > a > p.red) {
background-color: #ffe8e8 !important;
}
tr:has(td > a > p.yellow) {
background-color: #ffffe9 !important;
}
.table > tbody > tr > td {
padding: 10px;
}
.table > tbody > tr > td:nth-child(1) {
padding: 1px;
}
.table > tbody > tr:not(:first-child) > td:nth-child(5) {
font-size: 1.1em;
}
div.alert-red {
margin: 9px 0 5px 0;
padding-top: 5px;
padding-bottom: 5px;
}
div.alert-red > span.glyphicon-alert {
padding-right: 4px;
}
h2 {
margin: -15px 0 0 0;
font-size: 24px;
}
label.control-label {
margin-top: 3px;
}
div.form-group {
margin-bottom: 0px;
}
p.pull-right {
margin-block-end: 0px;
}
hr {
margin: 15px 0 15px 0;
}
p.navbar-logo {
left: 5px !important;
}
span.glyphicon-log-out {
left: 5px;
}
img[title="Aboriginal"], img[title="Torres Strait Islander"] {
margin: 7px -3px 0 2px !important;
}
}