~larry-e-works/uci-engine/write-exitcode-to-file

« back to all changes in this revision

Viewing changes to webui/webui.css

  • Committer: Joe Talbott
  • Date: 2014-01-23 19:29:38 UTC
  • mto: (126.2.10 webui)
  • mto: This revision was merged to the branch mainline in revision 161.
  • Revision ID: joe.talbott@canonical.com-20140123192938-pdcv9cysfu8s5eeg
Add webui app

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#doc {
 
2
  margin: auto;
 
3
  width: 800px;
 
4
  min-width: 600px;
 
5
  text-align: center;
 
6
}
 
7
 
 
8
div {
 
9
  padding: 5px;
 
10
  overflow: auto;
 
11
  margin: 0 auto;
 
12
}
 
13
 
 
14
div.row {
 
15
        border-style: none;
 
16
}
 
17
 
 
18
.grid:after {
 
19
        content: "";
 
20
        display: table;
 
21
        clear: both;
 
22
}
 
23
 
 
24
div.subticket,div.ticket {
 
25
  border: 2px solid black;
 
26
  display: block;
 
27
  /*
 
28
  width: 30%;
 
29
  float: left;
 
30
  */
 
31
  margin: 5px;
 
32
  text-align: left;
 
33
  -moz-border-radius: 5px;
 
34
  -webkit-border-radius: 5px;
 
35
  -khtml-border-radius: 5px;
 
36
  border-radius: 5px;
 
37
  background-color: lightgray;
 
38
}
 
39
 
 
40
div.subticket,div.ticket,h3,h2 {
 
41
  text-align: center;
 
42
}
 
43
 
 
44
.red {
 
45
  color: red;
 
46
}
 
47
 
 
48
.red table {
 
49
  color: red;
 
50
}
 
51
 
 
52
div.item h3 {
 
53
  text-align: center;
 
54
}
 
55
 
 
56
/*
 
57
[class*='col-'] {
 
58
        float: left;
 
59
}
 
60
*/
 
61
 
 
62
.col-1 {
 
63
  width: 90%;
 
64
}
 
65
 
 
66
/*
 
67
.col-1-3 {
 
68
        width: 33.33%;
 
69
}
 
70
*/
 
71
 
 
72
.yui3-skin-sam .yui3-datatable-table {
 
73
  margin: 0 auto;
 
74
}
 
75
 
 
76
table {
 
77
  margin: 0 auto;
 
78
}
 
79
 
 
80
table,tr,td,th {
 
81
  border: 1px solid lightgray;
 
82
  border-collapse: separate;
 
83
  border-spacing: 0.05em;
 
84
  padding: 0.1em 0.5em 0.1em 0.5em;
 
85
}
 
86
 
 
87
tr.yui3-datatable-even,tr.yui3-datatable-odd {
 
88
  cursor: pointer;
 
89
}
 
90
 
 
91
/*
 
92
tr:nth-child(even) {
 
93
  background-color: rgb(237, 245, 255);
 
94
}
 
95
 
 
96
tr.subticket {
 
97
  background-color: white;
 
98
}
 
99
 
 
100
tr.subticket:nth-child(even) {
 
101
  background-color: rgb(237, 245, 255);
 
102
}
 
103
*/
 
104
 
 
105
th {
 
106
  text-align: right;
 
107
  /*
 
108
  background: linear-gradient(transparent 40%, rgba(0, 0, 0, 0.21)) repeat-x scroll 0px 0px rgb(255, 255, 255)
 
109
  */
 
110
}