Commit ffbac895afb3395bc97917f0cae6d563d114540d
1 parent
37373682
Exists in
master
and in
29 other branches
ActionItem152: minor changes to lightbox (e.g. don't force a specific height)
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1234 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
3 additions
and
2 deletions
Show diff stats
public/stylesheets/lightbox.css
... | ... | @@ -16,11 +16,12 @@ Modified : February 1, 2006 |
16 | 16 | left:50%; |
17 | 17 | z-index:9999; |
18 | 18 | width:500px; |
19 | - height:400px; | |
20 | 19 | margin:-220px 0 0 -250px; |
21 | 20 | border:1px solid #fff; |
22 | 21 | background:#FDFCE9; |
23 | 22 | text-align:left; |
23 | + | |
24 | + padding: 1em; | |
24 | 25 | } |
25 | 26 | #lightbox[id]{ |
26 | 27 | position:fixed; |
... | ... | @@ -59,4 +60,4 @@ Modified : February 1, 2006 |
59 | 60 | #lightbox.done img{ |
60 | 61 | width:100%; |
61 | 62 | height:100%; |
62 | -} | |
63 | 63 | \ No newline at end of file |
64 | +} | ... | ... |