diff options
Diffstat (limited to 'pkg/html')
| -rw-r--r-- | pkg/html/pages/style.css | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/pkg/html/pages/style.css b/pkg/html/pages/style.css index b0afa3126..5da7359e6 100644 --- a/pkg/html/pages/style.css +++ b/pkg/html/pages/style.css @@ -84,6 +84,21 @@ table td, table th { padding-left: 20px; } +.action_button, .action_button_selected { + border: 1px solid black; + align: left; + vertical-align: center; + text-align: center; + width: 30px; + height: 30px; + padding: 4px; + margin: 5px; +} + +.action_button_selected { + border: 3px solid black; +} + .position_table .search { text-align: right; } |
