Additional mods to previous commit (still discussing UTF8 enforcing)
[openemr.git] / patients / css / jquery.gritter.css
blob37d0c429fa2132c1c8b0670744832a08114c37bf
1 /* the norm */
2 #gritter-notice-wrapper {
3 position:fixed;
4 top:20px;
5 right:20px;
6 width:301px;
7 z-index:9999;
9 #gritter-notice-wrapper.top-left {
10 left: 20px;
11 right: auto;
13 #gritter-notice-wrapper.bottom-right {
14 top: auto;
15 left: auto;
16 bottom: 20px;
17 right: 20px;
19 #gritter-notice-wrapper.bottom-left {
20 top: auto;
21 right: auto;
22 bottom: 20px;
23 left: 20px;
25 .gritter-item-wrapper {
26 position:relative;
27 margin:0 0 10px 0;
28 background:url('../images/ie-spacer.gif'); /* ie7/8 fix */
30 .gritter-top {
31 background:url(../images/gritter.png) no-repeat left -30px;
32 height:10px;
34 .hover .gritter-top {
35 background-position:right -30px;
37 .gritter-bottom {
38 background:url(../images/gritter.png) no-repeat left bottom;
39 height:8px;
40 margin:0;
42 .hover .gritter-bottom {
43 background-position: bottom right;
45 .gritter-item {
46 display:block;
47 background:url(../images/gritter.png) no-repeat left -40px;
48 color:#eee;
49 padding:2px 11px 8px 11px;
50 font-size: 11px;
51 font-family:verdana;
53 .hover .gritter-item {
54 background-position:right -40px;
56 .gritter-item p {
57 padding:0;
58 margin:0;
60 .gritter-close {
61 position:absolute;
62 top:5px;
63 right:3px;
64 background:url(../images/gritter.png) no-repeat left top;
65 cursor:pointer;
66 width:30px;
67 height:30px;
69 .gritter-title {
70 font-size:14px;
71 font-weight:bold;
72 padding:0 0 7px 0;
73 display:block;
74 text-shadow:1px 1px #000; /* Not supported by IE :( */
76 .gritter-image {
77 width:48px;
78 height:48px;
79 float:left;
81 .gritter-with-image,
82 .gritter-without-image {
83 padding:0 0 5px 0;
85 .gritter-with-image {
86 width:220px;
87 float:right;
90 .red {
91 background-color: red;
92 padding: 2px;
95 .green {
96 background-color: #008000;
97 padding: 2px;
100 .blue {
101 background-color: blue;
102 padding: 2px;