Commit cdac18bec064d8554b10e92389bc18532833cb17
1 parent
e08bb161
Exists in
master
and in
5 other branches
Css fixes
Showing
1 changed file
with
8 additions
and
9 deletions
Show diff stats
style.css
| ... | ... | @@ -236,10 +236,11 @@ color: #666666; |
| 236 | 236 | /* */ |
| 237 | 237 | /* */ |
| 238 | 238 | #portal-siteactions { |
| 239 | -font-size: 85%; | |
| 240 | -padding-bottom: 2em; | |
| 241 | -text-align: center; | |
| 242 | -clear: left; | |
| 239 | + padding-bottom: 5px; | |
| 240 | + margin-top: -10px; | |
| 241 | + font-size: 85%; | |
| 242 | + text-align: center; | |
| 243 | + clear: left; | |
| 243 | 244 | } |
| 244 | 245 | #portal-siteactions li { |
| 245 | 246 | margin-right: 0.5em; |
| ... | ... | @@ -247,6 +248,9 @@ margin-right: 0.5em; |
| 247 | 248 | #portal-siteactions li a:hover { |
| 248 | 249 | color: #75ad0a |
| 249 | 250 | } |
| 251 | +#portal-siteactions li a { | |
| 252 | + padding: 4px 0px; | |
| 253 | +} | |
| 250 | 254 | /* */ |
| 251 | 255 | /* */ |
| 252 | 256 | a.link-parent { |
| ... | ... | @@ -447,11 +451,6 @@ label { |
| 447 | 451 | font-weight: normal; |
| 448 | 452 | } |
| 449 | 453 | |
| 450 | -#portal-siteactions { | |
| 451 | - padding-bottom: 5px; | |
| 452 | - margin-top: -10px; | |
| 453 | -} | |
| 454 | - | |
| 455 | 454 | /* Bar Psocial Style - Menu Horizontal*/ |
| 456 | 455 | |
| 457 | 456 | #wrap-2 #user{ | ... | ... |