diff -r c175d505e40d -r 4a1e6952afe5 web/res/css/custom.css --- a/web/res/css/custom.css Tue Oct 22 10:01:37 2024 +0200 +++ b/web/res/css/custom.css Thu Nov 07 22:38:14 2024 +0100 @@ -11,7 +11,7 @@ body {background-image:url(../../images/bgd.jpg);background-repeat:repeat-x;background-color:#f7f6f6;font-family: 'PT Sans', arial, serif; } textarea {margin-left:3px;height: 60px;width: 330px;padding:5px;background-image:url(../../images/tweetWriterBgdTxtArea.gif);background-repeat:no-repeat;border: none;} -.loginbutton{margin-left:3px;height: 60px;width: 330px;padding:5px;background-image:url(../../images/tweetWriterBgdUnconnect.gif);background-repeat:no-repeat;border: none;margin-bottom:10px;color:#fff;} +.loginbutton{margin-left:3px;height: 60px;width: 330px;padding:5px;background-image:url(../../images/tweetWriterBgdUnconnect.gif);background-repeat:no-repeat; background-size: cover;margin-bottom:10px;color:#fff;} .loginlink{text-decoration:none;color:#fff;} .menuLink:active {text-decoration:none;} .menuLink:visited {text-decoration:none;}