Check/Expense accounts much cleaner
This commit is contained in:
1
resources/public/css/bulma-badge.min.css
vendored
Executable file
1
resources/public/css/bulma-badge.min.css
vendored
Executable file
File diff suppressed because one or more lines are too long
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user