diff -r dad2fc75bd8b -r 43dc356e3ff8 web/src/css/main.scss --- a/web/src/css/main.scss Thu Nov 07 22:42:07 2024 +0100 +++ b/web/src/css/main.scss Thu Nov 07 23:54:02 2024 +0100 @@ -212,7 +212,7 @@ background: #ff9966; } .loginbutton{ - margin: 10px 0; min-height: 45px; width: 420px; padding:10px; + margin: 10px 0; min-height: 45px; width: 420px; padding:5px 0 5px 10px; background: url(twcx-img/bgdWriterDisconnect.png) no-repeat; background-size: cover; border: none; color:#fff; font-size: 12px; @@ -221,6 +221,9 @@ text-decoration:none; color:#fff; } +.loginlist { + margin-left: 10px; +} textarea#status { display: block; margin: 10px 0; height: 45px; width: 420px; padding:5px; background: url(twcx-img/bgdWriter.png) no-repeat; @@ -540,9 +543,9 @@ float: left; width: 100%; margin: 10px 0 5px 0; padding: 1px 0 0; list-style: none; background: #999999; } -.embed #out_fleche, .embed #accordeon { -/* display: none; */ -} +/*.embed #out_fleche, .embed #accordeon { + display: none; +}*/ .accordeon h3, .acctitre h3 { font-size: 16px; font-weight: bold; color: #555555; @@ -590,7 +593,7 @@ } div.aroundsubtitle { - position: absolute; top: 50%; left: 0; width: 0; height: 0; -moz-transform: rotate(-90deg); -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); + position: absolute; top: 50%; left: 0; width: 0; height: 0; transform: rotate(-90deg); -moz-transform: rotate(-90deg); -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); } .aroundsubtitle h4 {