kopia lustrzana https://github.com/simonw/datasette
No more default to 15% on labels, closes #2150
rodzic
64fd1d788e
commit
bdf59eb7db
|
@ -482,20 +482,18 @@ form.sql textarea {
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
font-size: 1.3em;
|
font-size: 1.3em;
|
||||||
}
|
}
|
||||||
|
form.sql label {
|
||||||
|
width: 15%;
|
||||||
|
}
|
||||||
form label {
|
form label {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 15%;
|
|
||||||
}
|
|
||||||
.advanced-export form label {
|
|
||||||
width: auto;
|
|
||||||
}
|
}
|
||||||
.advanced-export input[type=submit] {
|
.advanced-export input[type=submit] {
|
||||||
font-size: 0.6em;
|
font-size: 0.6em;
|
||||||
margin-left: 1em;
|
margin-left: 1em;
|
||||||
}
|
}
|
||||||
label.sort_by_desc {
|
label.sort_by_desc {
|
||||||
width: auto;
|
|
||||||
padding-right: 1em;
|
padding-right: 1em;
|
||||||
}
|
}
|
||||||
pre#sql-query {
|
pre#sql-query {
|
||||||
|
|
Ładowanie…
Reference in New Issue