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

« back to all changes in this revision

Viewing changes to nf-stats-service/web_static/v/ng-quick-date-default-theme.css

  • Committer: Thomi Richards
  • Date: 2014-06-27 20:02:44 UTC
  • mto: (629.2.9 nfss)
  • mto: This revision was merged to the branch mainline in revision 636.
  • Revision ID: thomi.richards@canonical.com-20140627200244-zi7dwxnyw38ypr2f
Initial version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.quickdate {
 
2
  display: inline-block;
 
3
  vertical-align: bottom;
 
4
  font-size: 15px;
 
5
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
 
6
}
 
7
.quickdate input,
 
8
.quickdate select {
 
9
  font-size: 13px;
 
10
}
 
11
.quickdate-button {
 
12
  background: #ffffff;
 
13
  color: #333333;
 
14
  border: solid 1px #cccccc;
 
15
  box-shadow: outset 0 1px 1px rgba(0, 0, 0, 0.075);
 
16
  border-radius: 4px;
 
17
  padding: 4px 8px;
 
18
  display: inline-block;
 
19
  text-decoration: none;
 
20
}
 
21
.quickdate-button:hover {
 
22
  text-decoration: underline;
 
23
}
 
24
.quickdate-button:hover i {
 
25
  text-decoration: none;
 
26
}
 
27
.quickdate-button i {
 
28
  padding-right: 4px;
 
29
}
 
30
.quickdate-popup {
 
31
  color: #333333;
 
32
  font-size: 15px;
 
33
  background-color: #fafafa;
 
34
  border: solid 1px #dddddd;
 
35
  border-radius: 3px;
 
36
  -webkit-box-shadow: 0px 10px 30px rgba(25, 25, 25, 0.92);
 
37
  -moz-box-shadow: 0px 10px 30px rgba(25, 25, 25, 0.92);
 
38
  box-shadow: 0px 10px 30px rgba(25, 25, 25, 0.92);
 
39
}
 
40
.quickdate-action-link:visited,
 
41
.quickdate-action-link:hover {
 
42
  color: #333333;
 
43
}
 
44
.quickdate-next-month i {
 
45
  padding-left: 10px;
 
46
}
 
47
.quickdate-prev-month i {
 
48
  padding-right: 10px;
 
49
}
 
50
table.quickdate-calendar {
 
51
  border: solid 1px #ccc;
 
52
  background-color: #ffffff;
 
53
}
 
54
table.quickdate-calendar th,
 
55
table.quickdate-calendar td {
 
56
  border-right: 1px solid #ccc;
 
57
  border-bottom: 1px solid #ccc;
 
58
}
 
59
table.quickdate-calendar td:hover {
 
60
  background-color: #e6e6e6;
 
61
}
 
62
table.quickdate-calendar td.other-month {
 
63
  background-color: #dbdbdb;
 
64
  color: #808080;
 
65
}
 
66
table.quickdate-calendar td.other-month:hover {
 
67
  background-color: #c7c7c7;
 
68
}
 
69
table.quickdate-calendar td.disabled-date {
 
70
  background-color: inherit;
 
71
  color: #ffffff;
 
72
}
 
73
table.quickdate-calendar td.disabled-date:hover {
 
74
  background-color: inherit;
 
75
  cursor: default;
 
76
}
 
77
table.quickdate-calendar td.selected {
 
78
  background-color: #b0ccde;
 
79
  font-weight: bold;
 
80
}
 
81
table.quickdate-calendar td.is-today {
 
82
  color: #b58922;
 
83
  font-weight: bold;
 
84
}
 
85
table.quickdate-calendar td.is-today.disabled-date {
 
86
  color: #929292;
 
87
  font-weight: normal;
 
88
}
 
89
.quickdate-popup-footer {
 
90
  margin: 3px 1px 0;
 
91
}
 
92
.quickdate-clear {
 
93
  display: inline-block;
 
94
  padding: 2px 4px;
 
95
  background-color: #ffffff;
 
96
  color: #333333;
 
97
  border: solid 1px #cccccc;
 
98
  box-shadow: outset 0 1px 1px rgba(0, 0, 0, 0.075);
 
99
  border-radius: 4px;
 
100
  text-decoration: none;
 
101
}
 
102
.quickdate-clear:hover {
 
103
  background-color: #f2f2f2;
 
104
}