Tweak the styling of the abbreviation editor

Removes the big white block of the input fields.
This commit is contained in:
ridiculousfish
2015-06-13 22:56:45 -07:00
parent 9223b643b6
commit 2d1331e104
2 changed files with 19 additions and 7 deletions

View File

@@ -29,6 +29,8 @@ body {
border-right: none;
padding-bottom: 15px;
padding-top: 15px;
padding-left: 8px;
padding-right: 8px;
font-size: 17pt;
text-align: center;
width: 15%;
@@ -232,12 +234,22 @@ body {
border-bottom: #444 dotted 1px;
}
.abbreviation_actions {
width: 5em;
.abbreviation_actions {
width: 8em;
text-align: right;
border-bottom: #444 dotted 1px;
}
.abbreviation_input {
background-color: #111;
border: solid 1px #777;
height: 1.5em;
color: white;
font: inherit;
padding: 3px;
margin: 0;
}
/* The CSS we apply when a table row is filtered */
.data_table_row_filtered {
display: none;