~lucio.torre/graphite/add-flot

« back to all changes in this revision

Viewing changes to webapp/content/css/table.css

  • Committer: lucio.torre at gmail
  • Date: 2010-10-30 21:58:12 UTC
  • Revision ID: lucio.torre@gmail.com-20101030215812-g3al9ja7vp77u1tj
graphlot working

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
body {
 
 
b'\tcolor: #4f6b72;'
 
 
b'\tbackground: #E6EAE9;'
 
 
b'}'
 
 
b'a {'
 
 
b'\tcolor: #c75f3e;'
 
 
b'}'
 
 
b'#canvas {'
0
2
   border-right: 1px solid #C1DAD7;
1
3
   border-bottom: 1px solid #C1DAD7;
2
4
   background: #fff;
3
5
  
4
6
   color: #4f6b72;
 
 
b'}'
 
 
b'#title {'
5
7
   font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
6
8
   color: #4f6b72;
7
9
   border-right: 1px solid #C1DAD7;
8
10
   border-bottom: 1px solid #C1DAD7;
9
11
   border-top: 1px solid #C1DAD7;
10
12
   letter-spacing: 2px;
11
13
   text-transform: uppercase;
12
14
   text-align: left;
13
15
   padding: 6px 6px 6px 12px;
14
16
   background: #CAE8EA;
 
 
b'}'
 
 
b'.styledtable th {'
 
 
b'\tfont: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;'
 
 
b'\tcolor: #4f6b72;'
 
 
b'\tborder-right: 1px solid #C1DAD7;'
 
 
b'\tborder-bottom: 1px solid #C1DAD7;'
 
 
b'\tborder-top: 1px solid #C1DAD7;'
 
 
b'\tletter-spacing: 2px;'
 
 
b'\ttext-transform: uppercase;'
 
 
b'\ttext-align: left;'
 
 
b'\tpadding: 6px 6px 6px 12px;'
 
 
b'\tbackground: #CAE8EA;'
 
 
b'}'
 
 
b'.styledtable td {'
 
 
b'\tborder-right: 1px solid #C1DAD7;'
 
 
b'\tborder-bottom: 1px solid #C1DAD7;'
 
 
b'\tbackground: #fff;'
 
 
b'\tpadding: 6px 6px 6px 12px;'
 
 
b'\tcolor: #4f6b72;'
 
 
b'}'
 
 
b'\\ No newline at end of file'