forked from dssg/tweedr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmaster.less
59 lines (58 loc) · 862 Bytes
/
master.less
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
html {
height: 100%;
}
body {
font-family: 'Helvetica Neue', Helvetica, Arial;
font-weight: 200;
height: 100%;
margin: 0;
padding: 0;
box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
margin: 0.25em 0 0.5em;
}
p {
margin: 0.5em 0;
}
label span {
font-weight: bold;
}
table {
border-collapse: collapse;
td {
padding: 0 8px 2px 0;
vertical-align: top;
font-size: 90%;
white-space: nowrap;
}
&.valign td {
vertical-align: middle;
}
&.gloss {
tr:first-child td {
font-weight: bold;
}
td, th {
text-align: left;
border: 1px dotted #CCC;
padding: 1px 3px;
word-break: normal;
white-space: normal;
max-width: 140px;
}
}
}
button {
margin: 10px 0;
}
textarea {
display: block;
}
.control {
margin: 10px;
float: left;
}
.content {
padding: 1em;
}