view test_create/custom.css @ 1856:96b83aa64be3

Actually the previous commit was broken. This contains a working and more elegant way of checking for the input file length. If the input file is empty, no error is triggered.
author Giulio Moro <giuliomoro@users.noreply.github.com>
date Tue, 23 Feb 2016 14:39:06 +0000
parents 3abbe1cc81ca
children 464c6c6692d6
line wrap: on
line source

div#content > div.node{
    background-color: rgb(200,228,151);
}

div#content > div#setup{
    background-color: coral;
}

input:disabled+span{
    text-decoration: line-through;
}

div.attribute{
    float: none;
}
div.attribute input{
    max-width: 100%;
    width: 300px;
}
div.attribute input[type=radio], div.attribute input[type=checkbox]{
    width: 10px;
}