Mercurial > libervia-web
diff public/libervia.css @ 77:975e6be24e11
media paths update
media now use global media location, obtained throught getConfig('', 'media_dir')
Tarot cards have been removed as they are now shared in this location
author | Goffi <goffi@goffi.org> |
---|---|
date | Sun, 19 Jun 2011 00:48:43 +0200 |
parents | 8f097c1551f3 |
children | d57e0d6b1ced |
line wrap: on
line diff
--- a/public/libervia.css Sat Jun 18 15:47:21 2011 +0200 +++ b/public/libervia.css Sun Jun 19 00:48:43 2011 +0200 @@ -396,7 +396,7 @@ font-family: Arial, Helvetica, sans-serif; border: 1px solid #bbb; color: #444; - background: #fff url('unibox.png') top right no-repeat; + background: #fff url('media/libervia/unibox.png') top right no-repeat; border-radius: 9px 9px 9px 9px; -webkit-border-radius: 9px 9px 9px 9px; -moz-border-radius: 9px 9px 9px 9px; @@ -446,7 +446,7 @@ } .registerPanel_right_side { - background: #111 url('popup_right.png'); + background: #111 url('media/libervia/register_right.png'); height: 100%; width: 100%; } @@ -483,7 +483,7 @@ .registerPanel_content .button, .registerPanel_content .button:visited { - background: #222 url('gradient.png') repeat-x; + background: #222 url('media/libervia/gradient.png') repeat-x; display: inline-block; text-decoration: none; -moz-border-radius: 6px;