Suppress tabs permission warning if there is already a browsingHistory warning.
[chromium-blink-merge.git] / chrome / common / extensions / docs / examples / apps / hello-php / main.css
blob109547df5d9d9d5cacfe64f6c49a95ff548bae03
1 body {
2 font-family: Arial, Verdana, san-serif;
3 font-size: 11pt;
4 color: #666;
5 margin: 0;
8 nav {
9 display: block; /* for older browsers */
10 text-align: right;
11 margin-bottom: 10px;
12 padding: 10px;
13 border-bottom: 1px solid #C6D2EB;
14 background: -moz-linear-gradient(#fff, #EEF1F9 60%, #EEF1F9);
15 background: -webkit-linear-gradient(#fff, #EEF1F9 60%, #EEF1F9);
16 text-shadow: 1px 1px 1px #fff;
19 nav span {
20 float: left;
21 font-weight: bold;
24 a {
25 color: #2F58A4;
26 text-decoration: none;
29 a:hover {
30 text-decoration: underline;
33 form {
34 margin: 0;
37 input[type='text'] {
38 padding: 3px;
41 li {
42 list-style: none;
45 .error {
46 margin: 10px 0 10px;
47 padding: 10px;
48 text-align: center;
49 border: 1px solid red;
50 color: red;
51 font-weight: bold;
52 background-color: #ffffcc;
53 -moz-border-radius: 5px;
54 border-radius: 5px;
55 text-shadow: 2px 2px 2px #ccc;
58 #container {
59 margin-top: 10px;
60 padding: 10px;
63 #access-level {
64 text-align: center;
65 padding: 15px;
66 border: 1px dotted #C6D2EB;
67 font-size: 12pt;
68 -moz-border-radius: 15px;
69 border-radius: 15px;
70 width: 550px;
71 margin-left: auto;
72 margin-right: auto;
75 #license-server-response span {
76 font-weight: bold;
79 #license-server-response span.full {
80 color: green;
83 #license-server-response span.free_trial {
84 color: orange;
87 #license-server-response span.no {
88 color: red;