]> git.mxchange.org Git - mailer.git/blobdiff - theme/org/css/general.css
Old, lost function sendHtmlMail() removed, this is now handled by sendEmail() and...
[mailer.git] / theme / org / css / general.css
index 14542836e91f7b789808bd4828a6a2a280ec67fd..94066ae82efcdabc5824c4b0406567922e75d4ae 100644 (file)
@@ -283,7 +283,7 @@ ul, ol {
 }
 
 .guest_menu_title {
-       background-image        : url(theme/org/images/menus/title.jpg);
+       background-image        : url({?URL?}/theme/org/images/menus/title.jpg);
        height                  : 36px;
        width                   : 211px;
        color                   : #000000;
@@ -299,13 +299,13 @@ ul, ol {
 }
 
 .guest_menu_row {
-       background-image        : url(theme/org/images/menus/row.jpg);
+       background-image        : url({?URL?}/theme/org/images/menus/row.jpg);
        width                   : 211px;
        height                  : 26px;
 }
 
 .guest_menu_bottom {
-       background-image        : url(theme/org/images/menus/bottom.jpg);
+       background-image        : url({?URL?}/theme/org/images/menus/bottom.jpg);
        width                   : 211px;
        height                  : 30px;
 }
@@ -525,6 +525,7 @@ ul, ol {
 .you_are_here {
        white-space         : nowrap;
        font-size           : 14px;
+       margin-bottom       : 12px;
 }
 
 .tiny   { font-size            : 10px; }
@@ -581,16 +582,16 @@ ul, ol {
        padding-bottom          : 2px;
 }
 
-div.menu_invisible_css, div.sub_menu_invisible_css, td.menu_invisible_css, td.sub_menu_invisible_css {
+div.menu_invisible, div.sub_menu_invisible, td.menu_invisible, td.sub_menu_invisible {
        background-color: #dddddd;
        font-style: italic;
 }
 
-strong.menu_invisible_css, strong.sub_menu_invisible_css {
+strong.menu_invisible, strong.sub_menu_invisible {
        color: #999999;
        font-style: italic;
 }
 
-.menu_locked_css, .sub_menu_locked_css {
+.menu_locked, .sub_menu_locked {
        color: #ffeeee;
 }