Check/Expense accounts much cleaner

This commit is contained in:
BC
2018-07-06 15:32:57 -07:00
parent a58f1f2c60
commit f232ca264c
7 changed files with 95 additions and 20 deletions

1
resources/public/css/bulma-badge.min.css vendored Executable file

File diff suppressed because one or more lines are too long

View File

@@ -9,6 +9,7 @@
<link href="/css/font.min.css" rel="stylesheet">
<link rel="stylesheet" href="/css/bulma.min.css" integrity="sha256-HEtF7HLJZSC3Le1HcsWbz1hDYFPZCqDhZa9QsCgVUdw=" crossorigin="anonymous" />
<link rel="stylesheet" href="/css/bulma-calendar.min.css" />
<link rel="stylesheet" href="/css/bulma-badge.min.css" />
<style>
form.dz { border: 2px dashed lightgray;}
@@ -281,7 +282,8 @@
background-color:#F5F5F5;
}
.table { table-layout: fixed }
.table td {text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.table td {text-overflow: ellipsis; overflow: hidden; white-space: nowrap; padding: 9px; }
.table td.expandable {text-overflow: ellipsis; overflow: visible; white-space: nowrap; padding: 9px; }
.typeahead {
position:relative;