Blame view

framework/thirdparty/jquery-metadata/test/testsuite.css 506 Bytes
0084d336   Administrator   Importers CRUD
1
2
3
4
5
6
7
8
9
10
11
12
  body, div, h1 { font-family: 'trebuchet ms', verdana, arial; margin: 0; padding: 0 }
  body {font-size: 10pt; }
  h1 { padding: 15px; font-size: large; background-color: #06b; color: white; }
  h2 { padding: 10px; background-color: #eee; color: black; margin: 0; font-size: small; font-weight: normal }
  
  .pass { color: green; } 
  .fail { color: red; } 
  p.result { margin-left: 1em; }
  
  #banner { height: 2em; border-bottom: 1px solid white; }
  h2.pass { background-color: green; }
  h2.fail { background-color: red; }