Index: trunk/mockups/athena/athena.css |
— | — | @@ -39,14 +39,13 @@ |
40 | 40 | z-index: 99999; |
41 | 41 | } |
42 | 42 | |
43 | | -#top-bar { |
| 43 | +#top-bar, #bottom-bar { |
44 | 44 | background: -webkit-linear-gradient(top, #3E3E3E 0%,#393939 14%,#2E2E2E 32%,#151515 64%,#080808 84%,#010101 100%); |
| 45 | + background: -moz-linear-gradient(top, #3E3E3E 0%,#393939 14%,#2E2E2E 32%,#151515 64%,#080808 84%,#010101 100%); |
| 46 | + background: -ms-linear-gradient(top, #3E3E3E 0%,#393939 14%,#2E2E2E 32%,#151515 64%,#080808 84%,#010101 100%); |
| 47 | + background: -o-linear-gradient(top, #3E3E3E 0%,#393939 14%,#2E2E2E 32%,#151515 64%,#080808 84%,#010101 100%); |
45 | 48 | } |
46 | 49 | |
47 | | -#bottom-bar { |
48 | | - background: -webkit-linear-gradient(top, #3E3E3E 0%,#393939 14%,#2E2E2E 32%,#151515 64%,#080808 84%,#010101 100%); |
49 | | -} |
50 | | - |
51 | 50 | .bar-float { |
52 | 51 | position: fixed; |
53 | 52 | } |
— | — | @@ -68,6 +67,9 @@ |
69 | 68 | .bar .detail { |
70 | 69 | background-color: gray; |
71 | 70 | background: -webkit-linear-gradient(top, #6D6D6D 0%,#676767 15%,#5A5A5A 36%,#494949 77%,#282828 100%); |
| 71 | + background: -moz-linear-gradient(top, #6D6D6D 0%,#676767 15%,#5A5A5A 36%,#494949 77%,#282828 100%); |
| 72 | + background: -ms-linear-gradient(top, #6D6D6D 0%,#676767 15%,#5A5A5A 36%,#494949 77%,#282828 100%); |
| 73 | + background: -o-linear-gradient(top, #6D6D6D 0%,#676767 15%,#5A5A5A 36%,#494949 77%,#282828 100%); |
72 | 74 | } |
73 | 75 | |
74 | 76 | .bar button { |