summaryrefslogtreecommitdiffstats
path: root/components/congress/test-webapp/www/html/copper.css
blob: 51352d66ee828cfcdfd591a8f847ecc638ee7190 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
body { font-family: sans-serif; }

p { font-size: 100%; }
span { font-size: inherit; }
input { font-size: inherit; display: table;}
table { font-size: inherit; border: 1px solid darkslategray; border-collapse: collapse; 
  max-width: 100%; 
  table-layout: fixed;
  width: 100%;
  white-space: nowrap; }
th { border: 1px solid darkslategray; border-collapse: collapse; overflow: hidden; 
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
td { border: 1px solid darkslategray; border-collapse: collapse; overflow: hidden;  
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
button { font-size: inherit; color: white; background-color:darkslategray; 
border-style:none; border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px; 
margin-top:5px; margin-bottom:5px;}
textarea {width: 50%; resize:both;}