95371073ac938da74787656f127e6aa288a21e00
[samples/web/EventManager.git] / css / style.css
1 body {
2 }
3
4 #new_event label {
5         font-weight: bold !important;
6         margin-top: .3em !important;
7 }
8
9 #new_event input {
10         width: 94%;
11 }
12
13 #events_list {
14         word-wrap: break-word;
15 }
16
17 li.event {
18         font-size: 0.8rem;
19 }
20
21 .ul-li-desc {
22         display: inline-block;
23 }
24
25 li.event .ui-li-aside {
26         display: inline-block;
27         margin-right: 10px;
28         font-size: 0.8rem;
29         font-weight: bold;
30 }
31
32 .green_dot, .red_dot {
33         width: 9px;
34         height: 9px;
35         float: left;
36         margin:1px;
37         margin-top:3px;
38 }
39
40 .deleteEvent {
41         display: inline-block;
42         position: absolute;
43         right: 0px;
44         top: 46%;
45 }
46
47 .green_dot {
48         background-image: url('/img/green_point.png');
49 }
50 .red_dot {
51         background-image: url('/img/red_x.gif');
52 }
53 .ui-btn-icon-top .ui-btn-inner {
54         padding-top: 0 !important; /* overwrite broken tizen-white settings */
55 }