Skip to content

Instantly share code, notes, and snippets.

@durdn
Created April 23, 2012 14:52
Show Gist options
  • Save durdn/2471429 to your computer and use it in GitHub Desktop.
Save durdn/2471429 to your computer and use it in GitHub Desktop.
Freshbook Mindcurv Timesheet CSS
body {
color : red
}
.tabArea {
background-color : white;
background-image : none;
background-repeat : none;
border : none;
}
.nav-mainlinks-container,
ul.nav-toplinks,
div.tabs,
.bigCalColR,
#subnav,
#bottom_part,
.tabBot { display: none; }
#bigCal .selectedBorder).css({border : '1px solid #aaaaaa'});
/* var month = $(#calendar_header strong).text(); */
/* $(#calendar_header).html(<strong> + month + '</strong>'); */
/*$(#navmain).append(<div class="container relative-box" style="margin-top: 25px; border-top: solid 1px #222;"><span style="">Employee Name</span> <input type="text" /></div>);*/
/*$(#navmain).append(<div class="container relative-box" style="border-top: solid 1px #222;"><span style="">Client</span> <input type="text" /></div>);*/
/*$(#navmain).append(<div class="container relative-box" style="border-top: solid 1px #222;"><span style="">Contact person</span> <input type="text" /></div>);*/
/*$(#navmain).append(<div class="container relative-box" style="border-top: solid 1px #222;"><span style="">Telephone</span><input type="text" /></div>);*/
/*$(#navmain).append(<div class="container relative-box" style="border-bottom: solid 1px #222;border-top: solid 1px #222;"><span style="">Project</span><input type="text" /></div>);*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment