mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-01 03:30:25 +00:00
task changes to habits.styl
This commit is contained in:
parent
5ffcaa55aa
commit
7bb2a182d2
1 changed files with 7 additions and 9 deletions
|
|
@ -25,6 +25,13 @@
|
|||
|
||||
.task-controls, .task-text {
|
||||
display:inline;
|
||||
margin-right:10px;
|
||||
}
|
||||
|
||||
.task-meta { float:right; }
|
||||
|
||||
.task-meta .edit-link {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
|
|
@ -76,20 +83,11 @@
|
|||
#tnl { float:right; margin:5px; }
|
||||
|
||||
#hp-bar { border: 1px solid black; background-color:white;}
|
||||
#hp-bar .ui-progressbar-value{
|
||||
background-image: url("http://jqueryui.com/themeroller/images/?new=cc0000&w=1&h=100&f=png&q=100&fltr[]=over|textures/03_highlight_soft.png|0|0|15");
|
||||
}
|
||||
|
||||
#hp { float:right; margin:5px; }
|
||||
|
||||
#money { float:right; }
|
||||
|
||||
.task-meta { float:right; }
|
||||
|
||||
.task-meta .edit-link {
|
||||
display: none;
|
||||
}
|
||||
|
||||
li:hover .task-meta .edit-link {
|
||||
display: inline;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue