web/src/css/main.scss
changeset 1573 43dc356e3ff8
parent 1571 4a1e6952afe5
child 1575 ce1d5b0d1479
--- 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 {