Index: trunk/phase3/resources/jquery.tipsy/images/tipsy.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Index: trunk/phase3/resources/jquery.tipsy/jquery.tipsy.css |
— | — | @@ -6,31 +6,34 @@ |
7 | 7 | } |
8 | 8 | .tipsy-inner { |
9 | 9 | padding: 5px 8px 4px 8px; |
10 | | - background-color: #e8f2f8; |
| 10 | + /*background-color: #e8f2f8;*/ |
| 11 | + background-color: #ffffff; |
11 | 12 | border: solid 1px #a7d7f9; |
12 | 13 | color: black; |
13 | 14 | max-width: 15em; |
14 | 15 | text-align: left; |
15 | | - border-radius: 3px; |
16 | | - -moz-border-radius: 3px; |
17 | | - -webkit-border-radius: 3px; |
| 16 | + border-radius: 4px; |
| 17 | + -moz-border-radius: 4px; |
| 18 | + -webkit-border-radius: 4px; |
| 19 | + /* |
18 | 20 | -moz-box-shadow: 0px 2px 8px #cccccc; |
19 | 21 | -webkit-box-shadow: 0px 2px 8px #cccccc; |
20 | 22 | box-shadow: 0px 2px 8px #cccccc; |
21 | 23 | -ms-filter: "progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=2, Strength=6, Direction=90, Color='#cccccc')"; |
22 | 24 | filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=2, Strength=6, Direction=90, Color='#cccccc'); |
| 25 | + */ |
23 | 26 | } |
24 | 27 | .tipsy-arrow { |
25 | 28 | position: absolute; |
26 | 29 | /* @embed */ |
27 | 30 | background: url('images/tipsy.png') no-repeat top left; |
28 | | - width: 9px; |
29 | | - height: 5px; |
| 31 | + width: 11px; |
| 32 | + height: 6px; |
30 | 33 | } |
31 | 34 | .tipsy-n .tipsy-arrow { |
32 | | - top: 1px; |
| 35 | + top: 0px; |
33 | 36 | left: 50%; |
34 | | - margin-left: -4px; |
| 37 | + margin-left: -5px; |
35 | 38 | } |
36 | 39 | .tipsy-nw .tipsy-arrow { |
37 | 40 | top: 1px; |
— | — | @@ -41,33 +44,33 @@ |
42 | 45 | right: 10px; |
43 | 46 | } |
44 | 47 | .tipsy-s .tipsy-arrow { |
45 | | - bottom: 1px; |
| 48 | + bottom: 0px; |
46 | 49 | left: 50%; |
47 | | - margin-left: -4px; |
| 50 | + margin-left: -5px; |
48 | 51 | background-position: bottom left; |
49 | 52 | } |
50 | 53 | .tipsy-sw .tipsy-arrow { |
51 | | - bottom: 1px; |
| 54 | + bottom: 0px; |
52 | 55 | left: 10px; |
53 | 56 | background-position: bottom left; |
54 | 57 | } |
55 | 58 | .tipsy-se .tipsy-arrow { |
56 | | - bottom: 1px; |
| 59 | + bottom: 0px; |
57 | 60 | right: 10px; |
58 | 61 | background-position: bottom left; |
59 | 62 | } |
60 | 63 | .tipsy-e .tipsy-arrow { |
61 | 64 | top: 50%; |
62 | | - margin-top: -4px; |
| 65 | + margin-top: -5px; |
63 | 66 | right: 1px; |
64 | 67 | width: 5px; |
65 | | - height: 9px; |
| 68 | + height: 11px; |
66 | 69 | background-position: top right; |
67 | 70 | } |
68 | 71 | .tipsy-w .tipsy-arrow { |
69 | 72 | top: 50%; |
70 | | - margin-top: -4px; |
71 | | - left: 1px; |
72 | | - width: 5px; |
73 | | - height: 9px; |
| 73 | + margin-top: -5px; |
| 74 | + left: 0px; |
| 75 | + width: 6px; |
| 76 | + height: 11px; |
74 | 77 | } |
\ No newline at end of file |
Index: trunk/phase3/resources/jquery.ui/themes/vector/images/button-over-red.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/phase3/resources/jquery.ui/themes/vector/images/button-over-red.png |
___________________________________________________________________ |
Added: svn:mime-type |
75 | 78 | + application/octet-stream |
Index: trunk/phase3/resources/jquery.ui/themes/vector/images/button-down-blue.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/phase3/resources/jquery.ui/themes/vector/images/button-down-blue.png |
___________________________________________________________________ |
Added: svn:mime-type |
76 | 79 | + application/octet-stream |
Index: trunk/phase3/resources/jquery.ui/themes/vector/images/button-disabled-green.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/phase3/resources/jquery.ui/themes/vector/images/button-disabled-green.png |
___________________________________________________________________ |
Added: svn:mime-type |
77 | 80 | + application/octet-stream |
Index: trunk/phase3/resources/jquery.ui/themes/vector/images/button-over-green.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/phase3/resources/jquery.ui/themes/vector/images/button-over-green.png |
___________________________________________________________________ |
Added: svn:mime-type |
78 | 81 | + application/octet-stream |
Index: trunk/phase3/resources/jquery.ui/themes/vector/images/button-down-red.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/phase3/resources/jquery.ui/themes/vector/images/button-down-red.png |
___________________________________________________________________ |
Added: svn:mime-type |
79 | 82 | + application/octet-stream |
Index: trunk/phase3/resources/jquery.ui/themes/vector/images/button-off-red.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/phase3/resources/jquery.ui/themes/vector/images/button-off-red.png |
___________________________________________________________________ |
Added: svn:mime-type |
80 | 83 | + application/octet-stream |
Index: trunk/phase3/resources/jquery.ui/themes/vector/images/button-disabled-blue.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/phase3/resources/jquery.ui/themes/vector/images/button-disabled-blue.png |
___________________________________________________________________ |
Added: svn:mime-type |
81 | 84 | + application/octet-stream |
Index: trunk/phase3/resources/jquery.ui/themes/vector/images/button-off-blue.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/phase3/resources/jquery.ui/themes/vector/images/button-off-blue.png |
___________________________________________________________________ |
Added: svn:mime-type |
82 | 85 | + application/octet-stream |
Index: trunk/phase3/resources/jquery.ui/themes/vector/images/button-over-blue.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/phase3/resources/jquery.ui/themes/vector/images/button-over-blue.png |
___________________________________________________________________ |
Added: svn:mime-type |
83 | 86 | + application/octet-stream |
Index: trunk/phase3/resources/jquery.ui/themes/vector/images/button-down-green.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/phase3/resources/jquery.ui/themes/vector/images/button-down-green.png |
___________________________________________________________________ |
Added: svn:mime-type |
84 | 87 | + application/octet-stream |
Index: trunk/phase3/resources/jquery.ui/themes/vector/images/button-off-green.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/phase3/resources/jquery.ui/themes/vector/images/button-off-green.png |
___________________________________________________________________ |
Added: svn:mime-type |
85 | 88 | + application/octet-stream |
Index: trunk/phase3/resources/jquery.ui/themes/vector/images/button-disabled-red.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/phase3/resources/jquery.ui/themes/vector/images/button-disabled-red.png |
___________________________________________________________________ |
Added: svn:mime-type |
86 | 89 | + application/octet-stream |
Index: trunk/phase3/resources/jquery.ui/themes/vector/jquery.ui.button.css |
— | — | @@ -65,3 +65,79 @@ |
66 | 66 | border: 0; |
67 | 67 | } |
68 | 68 | |
| 69 | +/* Green buttons */ |
| 70 | + |
| 71 | +body button.ui-button.ui-button-green { |
| 72 | + color: white; |
| 73 | + border-color: #97af7e !important; |
| 74 | + /* @embed */ |
| 75 | + background: #85c940 url(images/button-off-green.png) repeat-x scroll 50% 100% !important; |
| 76 | +} |
| 77 | +body button.ui-button.ui-button-green:hover { |
| 78 | + border-color: #778e61; |
| 79 | + /* @embed */ |
| 80 | + background: #77ad40 url(images/button-over-green.png) repeat-x scroll 50% 100% !important; |
| 81 | +} |
| 82 | +body button.ui-button.ui-button-green:active, |
| 83 | +body button.ui-button.ui-button-green:focus { |
| 84 | + border-color: #61b000; |
| 85 | + /* @embed */ |
| 86 | + background: #54a800 url(images/button-down-green.png) repeat-x scroll 50% 100% !important; |
| 87 | +} |
| 88 | +body button.ui-button.ui-button-green.disabled { |
| 89 | + color: #7f7f7f; |
| 90 | + border-color: #b8d29f; |
| 91 | + /* @embed */ |
| 92 | + background: #c9cfc3 url(images/button-disabled-green.png) repeat-x scroll 50% 100% !important; |
| 93 | +} |
| 94 | + |
| 95 | +/* Blue buttons */ |
| 96 | + |
| 97 | +body button.ui-button.ui-button-blue { |
| 98 | + color: white; |
| 99 | + border-color: #407ec9 !important; |
| 100 | + /* @embed */ |
| 101 | + background: #407ec9 url(images/button-off-blue.png) repeat-x scroll 50% 100% !important; |
| 102 | +} |
| 103 | +body button.ui-button.ui-button-blue:hover { |
| 104 | + border-color: #245289; |
| 105 | + /* @embed */ |
| 106 | + background: #4071ad url(images/button-over-blue.png) repeat-x scroll 50% 100% !important; |
| 107 | +} |
| 108 | +body button.ui-button.ui-button-blue:active, |
| 109 | +body button.ui-button.ui-button-blue:focus { |
| 110 | + border-color: #003980; |
| 111 | + /* @embed */ |
| 112 | + background: #004daa url(images/button-down-blue.png) repeat-x scroll 50% 100% !important; |
| 113 | +} |
| 114 | +body button.ui-button.ui-button-blue.disabled { |
| 115 | + border-color: #9eafc6; |
| 116 | + /* @embed */ |
| 117 | + background: #c3c8cf url(images/button-disabled-blue.png) repeat-x scroll 50% 100% !important; |
| 118 | +} |
| 119 | + |
| 120 | +/* Red buttons */ |
| 121 | + |
| 122 | +body button.ui-button.ui-button-red { |
| 123 | + color: white; |
| 124 | + border-color: #af977e !important; |
| 125 | + /* @embed */ |
| 126 | + background: #c9404c url(images/button-off-red.png) repeat-x scroll 50% 100% !important; |
| 127 | +} |
| 128 | +body button.ui-button.ui-button-red:hover { |
| 129 | + border-color: #8e7761; |
| 130 | + /* @embed */ |
| 131 | + background: #ad404a url(images/button-over-red.png) repeat-x scroll 50% 100% !important; |
| 132 | +} |
| 133 | +body button.ui-button.ui-button-red:active, |
| 134 | +body button.ui-button.ui-button-red:focus { |
| 135 | + border-color: #b06100; |
| 136 | + /* @embed */ |
| 137 | + background: #aa000f url(images/button-down-red.png) repeat-x scroll 50% 100% !important; |
| 138 | +} |
| 139 | +body button.ui-button.ui-button-red.disabled { |
| 140 | + color: #7f7f7f; |
| 141 | + border-color: #c3acae; |
| 142 | + /* @embed */ |
| 143 | + background: #cfc3c4 url(images/button-disabled-red.png) repeat-x scroll 50% 100% !important; |
| 144 | +} |