/ interfaces / web / static / style / cfbe.css
cfbe.css
  1  /* @override http://localhost:8080/static/style/cfbe.css */
  2  
  3  body {
  4      background-color: #eee;
  5  }
  6  
  7  div#main-pane {
  8      width: 960px;
  9      margin: 3em auto;
 10      border: 1px solid #888;
 11      background-color: #fcfcfc;
 12  }
 13  .inside-main-pane {
 14      padding: 0em 3em;
 15  }
 16  
 17  div#header {
 18      background-color: #D8004A;
 19      height: 6em;
 20  }
 21  div#header h1 {
 22      font-size: 4em;
 23      line-height: 1.5em;
 24      margin-bottom: 0em;
 25      color: #fff;
 26      font-weight: normal;
 27      font-family: "Helvetica Neue Ultra Light", "HelveticaNeue-UltraLight", "Helvetica", "Arial", sans-serif;
 28      letter-spacing: 1px;
 29  }
 30  
 31  div#navigation {
 32      height: 3em;
 33      line-height: 3em;
 34      border-bottom: 1px solid #888;
 35  }
 36  div#content-pane {
 37      margin: 1.5em 0em 3em;
 38  }
 39  
 40  div#filter-pane {
 41      display: none;
 42      border-bottom: 1px solid #888;
 43      line-height: 3em;
 44      text-align: right;
 45  }
 46  ul.filter-items {
 47      list-style-type: none;
 48      margin: 0em;
 49      padding: 0em;
 50  }
 51  ul.filter-items li {
 52      display: inline;
 53      margin-left: 1.5em;
 54  }
 55  
 56  div#footer {
 57      text-align: center;
 58      height: 3em;
 59      border-top: 1px solid #888;
 60  }
 61  div#footer p {
 62      font-size: 0.9em;
 63      line-height: 3.333em;
 64  }
 65  
 66  span#filters {
 67      float: right;
 68  }
 69  span#filters a {
 70      margin-left: 1.5em;
 71  }
 72  
 73  a:link, a:visited, a:active {
 74      color: #d03; text-decoration: none; font-weight: bold;
 75  }
 76  a:hover {
 77      color: #60b305;
 78  }
 79  
 80  .header-with-link {
 81      display: inline-block;
 82  }
 83  .header-link {
 84      margin-left: 1em;
 85  }
 86  
 87  table#bug-list {
 88      width: 100%; border-collapse: collapse; border: 0.084em solid #ccc;
 89  }
 90  table#bug-list td, table#bug-list th {
 91      border: 0em; border-bottom: 0.084em solid #ccc; text-align: left;
 92  }
 93  table tr td, table tr th {
 94      padding: 0px 5px;
 95  }
 96  table tr td {
 97      line-height: 2.832em; padding-bottom: 0.084em;
 98  }
 99  table tr th {
100      line-height: 2.916em;
101  }
102  table {
103      margin-bottom: 1.417em;
104  }
105  tr.stripe {
106      background-color: #fcecf8;
107  }
108  
109  div#assignees, div#targets, div#tags {
110      display: none;
111  }
112  
113  p.creation-info {
114      color: #888;
115  }
116  span.detail-field-header {
117      font-weight: 700;
118      width: 7.5em;
119      padding-right: 1em;
120      display: inline-block;
121      text-align: right;
122  }
123  
124  div.bug-comment {
125      margin-left: 2em;
126  }
127  p.bug-comment-body {
128      white-space: pre;
129      margin: 0em 0em 0em 0em;
130  }
131  p.bug-comment-footer {
132      margin: 0em 0em; color: #888;
133  }
134  h4.bug-comment-header {
135      margin: 1.5em 0em 0em;
136  }
137  
138  #create-form {
139      display: none;
140  }
141  #create-form fieldset {
142      clear: none;
143  }
144  #create-form input#create-summary {
145      width: 20em;
146      border: 1px solid #888;
147      margin-right: 1.5em;
148  }
149  #create-button {
150      margin: 0em;
151  }
152  
153  form#add-comment-form {
154      display: none;
155      margin-top: 1.5em;
156  }
157  p#add-comment-link {
158      margin-top: 1.5em;
159  }
160  
161  form#bug-details-edit-form {
162      display: none;
163  }
164  form#bug-details-edit-form label {
165      font-weight: 700;
166      width: 7.5em;
167      margin-left: 0em;
168      margin-right: 1em;
169      text-align: right;
170  }
171  form#bug-details-edit-form .field {
172      padding-left: 0em;
173  }
174  
175  form#bug-summary-edit-form {
176      display: none;
177  }
178  input#bug-summary-edit-body {
179      width: 95%;
180  }