Skip to content

Instantly share code, notes, and snippets.

@kellybell
Forked from wemakeweb/clockingIt.css
Created July 19, 2011 19:47
Show Gist options
  • Save kellybell/1093530 to your computer and use it in GitHub Desktop.
Save kellybell/1093530 to your computer and use it in GitHub Desktop.
clockingIt - simple & clean
/* 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 5px 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, .todo-status-link-empty {
display:none !important;
}
.work-icon {
display:inline !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;
}
@kellybell
Copy link
Author

I reduced the spacing between the tabs - it's WAY too big in the original to handle any site that has the wiki, chat, forum or any of the other clocking optional features without dropping the nav to 2 lines (very ugly). Nice theme though - looks much better than the original.

Future plans are to highlight the open tab and remove all padding between them, since there's no need for the padding if you can see the division when the active tab is highlighted.

@kellybell
Copy link
Author

I added back in the time-tracking pieces, since there was no longer any way to add time to a task with the css I originally forked.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment