Index: trunk/extensions/Narayam/css/ext.narayam.core.css |
— | — | @@ -11,9 +11,8 @@ |
12 | 12 | margin: 0; |
13 | 13 | } |
14 | 14 | |
15 | | - |
16 | | -li#pt-narayam{ |
17 | | - padding-left: 15px !important; |
| 15 | +li#pt-narayam { |
| 16 | + padding-left: 15px !important; |
18 | 17 | } |
19 | 18 | |
20 | 19 | /* Variants and Actions */ |
— | — | @@ -38,7 +37,7 @@ |
39 | 38 | z-index: 99999; |
40 | 39 | } |
41 | 40 | |
42 | | -div#narayam-menu-items li{ |
| 41 | +div#narayam-menu-items li { |
43 | 42 | margin: 0; |
44 | 43 | padding: 5px; |
45 | 44 | font-size: 100%; |
— | — | @@ -67,7 +66,8 @@ |
68 | 67 | margin-left: 23px; |
69 | 68 | } |
70 | 69 | /* Enable forcing showing of the menu for accessibility */ |
71 | | -div#narayam-menu:hover div.menu-items, div#narayam-menu div.menuForceShow { |
| 70 | +div#narayam-menu:hover div.menu-items, |
| 71 | +div#narayam-menu div.menuForceShow { |
72 | 72 | display: block; |
73 | 73 | } |
74 | 74 | div#narayam-menu ul { |
— | — | @@ -120,8 +120,8 @@ |
121 | 121 | } |
122 | 122 | div#narayam-menu a { |
123 | 123 | display: block; |
124 | | - padding-left:5px; |
125 | | - padding-right:5px; |
| 124 | + padding-left: 5px; |
| 125 | + padding-right: 5px; |
126 | 126 | } |
127 | 127 | |
128 | 128 | div#narayam-menu-items li.narayam-help-link a { |
— | — | @@ -140,15 +140,15 @@ |
141 | 141 | background: url('../images/narayam-inactive.png') no-repeat scroll left top transparent; |
142 | 142 | } |
143 | 143 | |
144 | | -li.narayam-more-imes-link{ |
| 144 | +li.narayam-more-imes-link { |
145 | 145 | /* @embed */ |
146 | 146 | background: url('../images/closed-ltr.png') no-repeat scroll left center transparent; |
147 | 147 | } |
148 | 148 | |
149 | | -li.narayam-more-imes-link.open{ |
| 149 | +li.narayam-more-imes-link.open { |
150 | 150 | /* @embed */ |
151 | 151 | background: url('../images/open.png') no-repeat scroll left center transparent; |
152 | 152 | } |
153 | | -li.narayam-more-imes-link a{ |
154 | | - padding-left:10px; |
| 153 | +li.narayam-more-imes-link a { |
| 154 | + padding-left: 10px; |
155 | 155 | } |
Index: trunk/extensions/Narayam/css/ext.narayam.core-modern.css |
— | — | @@ -2,7 +2,7 @@ |
3 | 3 | /* #p-personal has overflow:hidden. That makes a dropdown menu appearing hidden. |
4 | 4 | * overriding it this way may not be the best way. |
5 | 5 | */ |
6 | | - overflow: visible!important; |
| 6 | + overflow: visible !important; |
7 | 7 | } |
8 | 8 | |
9 | 9 | div#narayam-menu ul, |
— | — | @@ -25,7 +25,7 @@ |
26 | 26 | height: auto; |
27 | 27 | } |
28 | 28 | |
29 | | -div#narayam-menu li a:hover{ |
| 29 | +div#narayam-menu li a:hover { |
30 | 30 | color: #0645AD; |
31 | 31 | } |
32 | 32 | |