From 7bb2a182d2525d4cfe4f5067da237391f909faac Mon Sep 17 00:00:00 2001 From: Tyler Renelle Date: Tue, 26 Jun 2012 08:25:52 -0400 Subject: [PATCH] task changes to habits.styl --- styles/habits.styl | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/styles/habits.styl b/styles/habits.styl index 97d02163a6..9d8ebe6e66 100644 --- a/styles/habits.styl +++ b/styles/habits.styl @@ -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; }