From 17abf2d505d76abf5ae6f6ce4434c123668edb47 Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Wed, 20 Jan 2016 02:38:24 -0600 Subject: [PATCH] Update copyright year; more CSS tweaks. --- LICENSE | 2 +- static/style.css | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 2d9a28a..877ece0 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2009-2015 Ben Kurtovic +Copyright (c) 2009-2016 Ben Kurtovic Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/static/style.css b/static/style.css index c9ce040..52c5560 100644 --- a/static/style.css +++ b/static/style.css @@ -184,6 +184,13 @@ table#cv-chain-table { table-layout: fixed; } +table#turnitin-table { + table-layout: fixed; + width: 100%; + word-wrap: break-word; + border-spacing: 0; +} + tr#source-row-selected { background-color: #CFCFCF !important; } @@ -221,6 +228,15 @@ td#cv-inner-col3 { width: 76%; } +td#turnitin-table-cell { + padding: 0.5em 0 0.3em 0; +} + +td#turnitin-table-cell ul { + margin: 0.2em 0 0 0; + line-height: 1.4; +} + h2#cv-result-header { margin: 0; }