Skip to content

Instantly share code, notes, and snippets.

@caramelopardalis
Last active December 2, 2019 05:24
Show Gist options
  • Select an option

  • Save caramelopardalis/347a91685e01230c89ae42090b0c8200 to your computer and use it in GitHub Desktop.

Select an option

Save caramelopardalis/347a91685e01230c89ae42090b0c8200 to your computer and use it in GitHub Desktop.
#content {
width: 98%;
}
#content > table > tbody > tr > td:first-child
,#content > table > tbody > tr > td:first-child > div > div {
width: 930px !important;
}
#content > table > tbody > tr > td:first-child > div {
width: 931px !important;
}
#content > table > tbody > tr > td:first-child > div > div * {
width: auto !important;
}
#sidebar {
float: none;
padding: 0 0 8px 8px;
margin: 0 0 8px 0;
background-color: white;
border: 1px solid #cdcdcd;
}
.status-1:before {
content: "New";
font-size: 8px;
margin-right: 4px;
padding: 1px 5px 2px 4px;
border-radius: 2px;
color: #fff;
background-color: #3498DB;
}
.status-14:before {
content: "Pending";
font-size: 8px;
margin-right: 4px;
padding: 1px 5px 2px 4px;
border-radius: 2px;
color: #fff;
background-color: #3498DB;
}
.status-2:before {
content: "Assigned";
font-size: 8px;
margin-right: 4px;
padding: 1px 5px 2px 4px;
border-radius: 2px;
color: #fff;
background-color: #FF7729;
}
.status-9:before {
content: "In Progress";
font-size: 8px;
margin-right: 4px;
padding: 1px 5px 2px 4px;
border-radius: 2px;
color: #fff;
background-color: #FF7729;
}
.status-4:before {
content: "Feedback";
font-size: 8px;
margin-right: 4px;
padding: 1px 5px 2px 4px;
border-radius: 2px;
color: #fff;
background-color: #FF7729;
}
.status-11:before {
content: "Waiting for Release";
font-size: 8px;
margin-right: 4px;
padding: 1px 5px 2px 4px;
border-radius: 2px;
color: #fff;
background-color: #43A047;
}
.status-3:before {
content: "Fixed";
font-size: 8px;
margin-right: 4px;
padding: 1px 5px 2px 4px;
border-radius: 2px;
color: #fff;
background-color: #43A047;
}
.status-5:before {
content: "Done";
font-size: 8px;
margin-right: 4px;
padding: 1px 5px 2px 4px;
border-radius: 2px;
color: #fff;
background-color: #454545;
}
.status-6:before {
content: "Rejected";
font-size: 8px;
margin-right: 4px;
padding: 1px 5px 2px 4px;
border-radius: 2px;
color: #fff;
background-color: #454545;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment