Commit 50e7f3419343b54ddde51e31f3f5d9d9bb023d87
1 parent
35987f6c
Exists in
master
and in
29 other branches
ActionItem953: cosmetic enhancement
Making "access denied" and "not found" messages not take the entire page width now that they don't exhibit the side blocks.
Showing
1 changed file
with
7 additions
and
0 deletions
Show diff stats
public/stylesheets/common.css
... | ... | @@ -445,6 +445,8 @@ div.pending-tasks { |
445 | 445 | margin: 20px; |
446 | 446 | border: 1px solid #DDD; |
447 | 447 | -moz-border-radius: 6px; |
448 | + margin-left: 20%; | |
449 | + margin-right: 20%; | |
448 | 450 | } |
449 | 451 | |
450 | 452 | #content #not-found h1, |
... | ... | @@ -453,3 +455,8 @@ div.pending-tasks { |
453 | 455 | background: url(../images/icons-app/alert-icon.png) no-repeat; |
454 | 456 | padding-left: 30px; |
455 | 457 | } |
458 | + | |
459 | +#content #not-found p, | |
460 | +#content #access-denied p { | |
461 | + text-align: justify; | |
462 | +} | ... | ... |