diff --git a/cabecalho.css b/cabecalho.css index 6287df4..260093e 100644 --- a/cabecalho.css +++ b/cabecalho.css @@ -515,7 +515,7 @@ div#wrap-0.menu{/*width: 20%*/; /*float: left;height: 1px;*/} /*****Botões da barra do usuário - Menu - Pendẽncias - Mensagens *****/ -.btn_control_panel{ +.btn_control_panel { min-width: 40px; height: 40px; color: #999; @@ -533,9 +533,30 @@ div#wrap-0.menu{/*width: 20%*/; /*float: left;height: 1px;*/} /*z-index: 99;*/ } +#user .logged-in #pending-tasks-count { + background-color: #eee; + padding-left: 15px; + border-left: 1px solid #999; + border-right: 1px solid #999; + margin-left: 15px; + height: 40px; + display: inline-block; +} +#user .logged-in #pending-tasks-count i { + left: 0; +} + .btn_control_panel:hover { background-color: #eee; opacity:0.8;filter:alpha(opacity=80);} -.btn_control_panel span{margin:8px 5px 5px 5px; border: 1px solid gray;border-radius: 5px; background-color: white; padding: 3px;color: #333;display: inline-block;} +.btn_control_panel span{ + margin:8px 5px 5px 5px; + border: 1px solid gray; + border-radius: 5px; + background-color: white; + padding: 3px; + color: #333; + display: inline; +} a.btn_control_panel span{margin:0px; border: 0px solid gray;border-radius: 0px; background-color: transparent; padding: 0px;color: #333;display: inline-block;height: 35px;} @@ -559,8 +580,8 @@ a.btn_control_panel:hover ul li{display: block;} padding-left: 10px; } -.btn_tasks { - background: url(images/barra-menu-task.png) no-repeat 10px center #eee;padding-left: 30px; +.icon-menu-tasks { + background-image: url(images/barra-menu-task.png); } .btn_msg { @@ -716,7 +737,9 @@ a.btn_control_panel:hover ul li{display: block;} } -#user .logged-in span {display: none;} +#user .logged-in span.welcome { + display: none; +} #user .logged-in a { width: auto; diff --git a/header.html.erb b/header.html.erb index 6b10d01..4083da9 100644 --- a/header.html.erb +++ b/header.html.erb @@ -10,10 +10,10 @@ + - -<%= theme_include 'task_list' %> -<%#= theme_include 'message_list' %> - diff --git a/task_list.html.erb b/task_list.html.erb deleted file mode 100644 index 7c2dcdb..0000000 --- a/task_list.html.erb +++ /dev/null @@ -1,117 +0,0 @@ -
- - - - -
- -- libgit2 0.21.2