Another UI change, css file, and sql change.

This commit is contained in:
Jonathan Rosenbaum
2014-12-29 01:18:02 +00:00
parent 203708dad2
commit 6f1a9d241e
3 changed files with 36 additions and 10 deletions
+24
View File
@@ -0,0 +1,24 @@
/* sensible UI defaults for transaction views */
/* right-align labels */
td > label {
float: right;
padding-right: 5px;
}
/* make unimportant buttons into links */
input[value=Delete], input[name=date_fill] {
background:none!important;
border:none;
padding:0!important;
color: blue;
/*border is optional*/
/* border-bottom:1px solid blue; */
cursor: pointer;
}
form[name=FormEdit] select:focus {
color: green;
}