aboutsummaryrefslogblamecommitdiffstats
path: root/data/webview.css
blob: 5b0e7348c38aa9655b3ae7e405be6bdfff05ef3b (plain) (tree)
1
2
3
4
5
6
7
8
9




             



            



















                                                             





















































































































                                            
html, body {
  padding: 0;
  margin: 0;
}

img {
  border: 0;
}

body {
  /* Use margin so that children can safely use width=100% */
  margin: 10px;
}

h1, h2, h3 {
  color: #7f7f7f;
}

th {
  color: #7f7f7f;
  text-align: left;
  font-weight: normal;
  vertical-align: top;
}

.header {
  color: #7f7f7f;
}

span.navigable, div.navigable, p.navigable {
  cursor: pointer;
  text-decoration: underline;
  color: #003399;
}

img.navigable {
  cursor: pointer;
  margin-right: 4px;
}

.attachments {
  background: #FFF;
  border: 1px solid silver;
  margin: 10px 10px 10px 10px;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.attachment {
  margin-left: 8px;
  margin-right: 8px;
}

.attachment-wrapper
{
  margin-right: 8px;
}

.part-container {
  width: 100%;
  height: 100%;
  background: #FFF;
  margin-top: 2px;
  margin-bottom: 3px;
  border-width: 1px;
  border-style: solid;
}

.part-container-inner-margin {
  margin: 8px;
}

object { /* GtkWidgets */
  margin-top: 2px;
  margin-bottom: 2px;
}

.__evo-highlight {
  color: purple;
  font-weight: bold;
}

/***** PRINTING *******/

.printing-header {
  margin-bottom: 20px;
}

.printing-header h1,
.attachments-list h1 {
  font-size: 20px;
}

.printing-header th {
  text-align: right;
  font-weight: bold;
}

.attachments-list th {
  font-weight: bold;
}

/******* ITIP *********/
.itip.icon {
  float: left;
  margin-right: 5px;
}

.itip.content {
  float: left;
  max-width: 90%;
}

.itip.description {
  margin: 5px;
}

.itip tr {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
}

.itip th {
  color: #000;
  vertical-align: middle;
}

#table_row_summary td {
  font-weight: bold;
}

#table_row_buttons button {
  line-height: 28px;
  min-width: 150px;
  white-space: nowrap;
}

#table_row_buttons img {
  margin-right: 5px;
  vertical-align: middle;
}

#text_row_buttons td {
  text-align: center;
}