Advertisement
eddywhitaker

timesheetcss

Feb 28th, 2012
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.72 KB | None | 0 0
  1. .firstInfoBold
  2. {
  3.     float:left;
  4.     clear:left;
  5.     width:200px;
  6.     text-align:right;
  7.     margin-right:5px;
  8.     font-weight: bold;
  9. }
  10.  
  11. .dayLabels
  12. {
  13.     -webkit-transform:rotate(90deg);
  14.     -moz-transform:rotate(90deg);
  15.     -o-transform: rotate(90deg);
  16.     white-space:nowrap;
  17.     /*display:block;*/
  18.     bottom:0;
  19.     /*width:20px;
  20.     height:20px;*/
  21.     /*font-family: ‘Trebuchet MS’, Helvetica, sans-serif;*/
  22.     /*font-size:12px;*/
  23.     /*font-weight:bold; */
  24.     filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  25.     -ms-filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  26.    
  27. }
  28.  
  29. .timeTable
  30. {
  31.     font-size: 14px;  
  32.     table-layout:fixed;
  33. }
  34.  
  35. .weeklytotals
  36. {
  37.     border-bottom: 1px double black;
  38. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement