~joetalbott/uci-engine/user_auth

« back to all changes in this revision

Viewing changes to nf-stats-service/web_static/v/ng-quick-date.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
  position: relative;
 
4
}
 
5
.quickdate-button div,
 
6
.quickdate-action-link div {
 
7
  display: inline;
 
8
}
 
9
.quickdate-popup {
 
10
  z-index: 10;
 
11
  background-color: #fff;
 
12
  border: solid 1px #000;
 
13
  text-align: center;
 
14
  width: 250px;
 
15
  display: none;
 
16
  position: absolute;
 
17
  padding: 5px;
 
18
}
 
19
.quickdate-popup.open {
 
20
  display: block;
 
21
}
 
22
.quickdate-close {
 
23
  position: absolute;
 
24
  top: 5px;
 
25
  right: 5px;
 
26
  color: #333;
 
27
  font-size: 110%;
 
28
  margin-top: -6px;
 
29
  text-decoration: none;
 
30
}
 
31
.quickdate-close:hover {
 
32
  text-decoration: underline;
 
33
}
 
34
.quickdate-close:hover,
 
35
.quickdate-close:visited {
 
36
  color: #333;
 
37
}
 
38
.quickdate-calendar-header {
 
39
  display: block;
 
40
  padding: 2px 0;
 
41
  margin-bottom: 5px;
 
42
  text-align: center;
 
43
}
 
44
.quickdate-month {
 
45
  display: inline-block;
 
46
}
 
47
a.quickdate-prev-month {
 
48
  float: left;
 
49
}
 
50
a.quickdate-next-month {
 
51
  float: right;
 
52
}
 
53
.quickdate-text-inputs {
 
54
  text-align: left;
 
55
  margin-bottom: 5px;
 
56
}
 
57
.quickdate-input-wrapper {
 
58
  width: 48%;
 
59
  display: inline-block;
 
60
}
 
61
input.quickdate-date-input,
 
62
input.quickdate-time-input {
 
63
  width: 100px;
 
64
  margin: 0;
 
65
  height: auto;
 
66
  padding: 2px 3px;
 
67
}
 
68
table.quickdate-calendar {
 
69
  border-collapse: collapse;
 
70
  border-spacing: 0;
 
71
  width: 100%;
 
72
  margin-top: 5px;
 
73
}
 
74
table.quickdate-calendar th,
 
75
table.quickdate-calendar td {
 
76
  padding: 5px;
 
77
}
 
78
table.quickdate-calendar td:hover {
 
79
  cursor: pointer;
 
80
}
 
81
.quickdate-popup-footer {
 
82
  text-align: right;
 
83
  display: block;
 
84
}
 
85
.quickdate input.ng-invalid {
 
86
  border: 1px solid #dd3b30;
 
87
}
 
88
.quickdate input.ng-invalid:focus {
 
89
  outline-color: #dd3b30;
 
90
}