My favorites
▼
|
Sign in
fullcalendar
ISSUE TRACKER HAS MOVED. DO NOT USE THIS (more info)
Project Home
Issues
Export to GitHub
New issue
Search
Search within:
All issues
Open issues
New issues
Issues to verify
for
Advanced search
Search tips
Subscriptions
Issue
304
attachment: uibox.css
(1.2 KB)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
@charset "utf-8";
/* CSS Document */
.ui-box-text {
font-size: 0.7em;
text-align: left;
padding-top: 3px;
padding-bottom: 3px;
padding-left: 5px;
font-family:Tahoma, Geneva, sans-serif;
}
.ui-box-text a {
color: ##2E6E9E;
}
.ui-box-outline {
outline-style:solid;
outline-width: 1px;
outline-color: #CCC;
}
.ui-box-container {
width:150px;
position: absolute;
z-index: 20;
background-color: #FFF;
}
.ui-box-content {
height: 150px;
width:150px;
overflow:auto;
background-color: #FFF;
z-index: 10;
}
.ui-box-content div a{
color:#FFF !important;
}
.ui-box-event {
margin-top: 5px;
margin-bottom: 5px;
}
.ui-box-title {
background-color:#E8EEF7;
margin-bottom: 5px;
}
.ui-box-timepart {
margin-right: 5px;
font-family:Arial, Helvetica, sans-serif;
}
.ui-box-close {
cursor:pointer;
font-size: 1.1em;
float:right;
width: 11px;
height: 11px;
padding-left: 4px;
padding-bottom: 6px;
margin-left: 4px;
margin-bottom: 4px;
}
.more {
text-align:center;
}
.more a{
color:#2E6E9E !important;
font-size:0.8em;
text-decoration: underline;
cursor:pointer;
}
Powered by
Google Project Hosting