Switch to unified view

a/web/static/style.css b/web/static/style.css
...
...
37
    border-collapse: collapse;
37
    border-collapse: collapse;
38
}
38
}
39
table td:last-child {
39
table td:last-child {
40
    border-right: 0px;
40
    border-right: 0px;
41
}
41
}
42
form { margin: 0 }
42
43
form { 
44
    margin: 10;
45
}
43
input, select {
46
input, select {
44
    margin-top: 2px;
47
    margin-top: 2px;
45
    margin-bottom: 2px;
48
    margin-bottom: 2px;
46
    background: white;
49
    background: white;
47
    border: 1px solid #999;
50
    border: 1px solid #999;
48
    padding: 3px;
51
    padding: 3px;
49
  width: 100%;
50
    color: #555;
52
    color: #f55;
51
}
53
}
52
input:focus, button:focus, select:focus{
54
input:focus, button:focus, select:focus{
53
    border: 1px solid black;
55
    border: 1px solid black;
54
    color: black;
56
    color: black;
55
}
57
}
56
input[type=button],input[type=reset],input[type=submit] { width: 32%; }
58
input[type=button],input[type=reset],input[type=submit] { 
59
60
}
57
input[type=button]:hover,input[type=reset]:hover,input[type=submit]:hover{ color:white; background: #ccc; cursor: pointer; }
61
input[type=button]:hover,input[type=reset]:hover,input[type=submit]:hover{ 
62
    color:white; background: #ccc; cursor: pointer; 
63
}
58
input[type=reset]:hover,input[type=submit]:hover { }
64
input[type=reset]:hover,input[type=submit]:hover { 
59
input[name=before], input[name=after] { width: 45% }
65
}
66
60
tr { vertical-align: top }
67
tr { vertical-align: top }
61
68
62
hr { border: 1px solid #999 }
69
hr { border: 1px solid #999 }
63
70