Skip to content

Nsoud Padding Fix by OTFlorian

Screenshot of Nsoud Padding Fix

Details

AuthorOTFlorian

LicenseCC 4.0 Attribution

Categoryrozhodnuti.nsoud.cz

Created

Updated

Code size563 B

Code checksum6ecc4d53

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Reduce excessive padding on the new Czech Supreme Court website

Notes

Please raise issues in the GitHub repository

Source code

/* ==UserStyle==
@name           rozhodnuti.nsoud.cz/judikatura/judikatura_ns.nsf/$$WebSearch1
@namespace      https://github.com/OTFlorian
@version        1.0.0
@description    Reduce excessive padding on the new Czech Supreme Court website
@author         Oldrich Tristan Florian
==/UserStyle== */
@-moz-document url-prefix("https://rozhodnuti.nsoud.cz/judikatura/judikatura_ns.nsf/$$WebSearch1") {
    .list-of-judgments table tr {
        padding: 0 0 0 0;
    }

    .list-of-judgments table tr .td-short.icons a {
        bottom: 0px;
    }
}

Reviews

No reviews yet.