Skip to content

Instantly share code, notes, and snippets.

@wemakeweb
Created November 18, 2010 17:58
Show Gist options
  • Save wemakeweb/705352 to your computer and use it in GitHub Desktop.
Save wemakeweb/705352 to your computer and use it in GitHub Desktop.
clockingIt - simple & cleam
/* for firefox stylish addon */
.content_body{
border:1px solid rgba(0,0,0,0.15);
padding-top: 1px !important;
padding-left:1px;
}
#main-table{
padding-top:5px;
}
#globalMenu {background:none !important; border:none !important}
#globalMenu li{
padding:0 10px 0;
}
.task { margin-bottom:12px !important;}
.task .avatar { display:none;}
.task-name strong {display:none;}
.widget_title{
font-family: Arial !important;
letter-spacing:0px !important;
text-transform: none !important;
}
.widget_title {
background:none !important;
border:none !important;
border-bottom:1px solid rgba(0,0,0,0.1) !important;
margin-bottom:3px;
margin-left:7px;
padding-left: 0 !important;
}
.widget-open {
display:none;
}
.widget_title a {
display:none;
}
.task-icon, .work_icon, .todo-status-link-empty {
display:none !important;
}
#content div.task {
background:none !important;
padding-left:6px;
}
.task-row input {
display: none !important;
}
.task-row:hover {
background: rgba(0,0,0,0.05) !important;
}
.task_info {
margin-top:0px !important;
}
#menu{
background:none !important;
border: none !important;
}
#tabmenu li a {
border:none !important;
background: rgba(0,0,0,0.1);
padding:6px 10px 4px 10px !important;
}
#tabmenu li.active a{
background:#fff !important;
}
#content_body{
margin-top:-15px !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment