css: more spacing
This commit is contained in:
parent
fcb4177a87
commit
0ee644d0c1
|
@ -160,6 +160,7 @@ table.simple {
|
|||
|
||||
td {
|
||||
padding: 0.3em 1em;
|
||||
line-height: 3em;
|
||||
}
|
||||
|
||||
th.actions, td.actions {
|
||||
|
@ -227,7 +228,7 @@ table.simple {
|
|||
width: auto;
|
||||
min-width: 100%;
|
||||
border-collapse: separate;
|
||||
font-size: 0.857em;
|
||||
font-size: 1em;
|
||||
border-spacing: 0 1px;
|
||||
|
||||
caption {
|
||||
|
@ -249,8 +250,9 @@ table.simple {
|
|||
th {
|
||||
text-align: left;
|
||||
border-bottom: 1px solid #888;
|
||||
font-weight: normal;
|
||||
padding: 0.3em 0.5em;
|
||||
font-weight: bold;
|
||||
padding: 0.3em 1em;
|
||||
font-size: 1.2em;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -288,10 +290,12 @@ table.simple {
|
|||
text-align: left;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
padding: 0.4em 1em;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
td {
|
||||
padding: 0.1em 1em;
|
||||
padding: 0.4em 1em;
|
||||
margin: 0;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue