diff --git a/tests_hugo/chat_node/chat_client/chat.html b/tests_hugo/chat_node/chat_client/chat.html index 9989bdb4..14c2497b 100644 --- a/tests_hugo/chat_node/chat_client/chat.html +++ b/tests_hugo/chat_node/chat_client/chat.html @@ -21,18 +21,18 @@
- - - - - - -

create

-

placeholder

- - - - + + + + + + +

create

+

placeholder

+ + + +

list of your rooms :

-
+

/ you have no chat room yet /

- - - @@ -80,24 +80,24 @@
- +

join room :

-
+

/ there are no public rooms yet /

- - - - @@ -106,8 +106,27 @@
- - panel settings +

blocked users :

+
+
+

/ you haven't block any one /

+
+ + + + + + +
diff --git a/tests_hugo/chat_node/chat_client/style/chat__global.css b/tests_hugo/chat_node/chat_client/style/chat__global.css index 4eafe842..e8e26590 100644 --- a/tests_hugo/chat_node/chat_client/style/chat__global.css +++ b/tests_hugo/chat_node/chat_client/style/chat__global.css @@ -45,3 +45,16 @@ } +/* style btn when it's a list +*/ +/* add or remove '._btn' to toggle the hover effect */ +#chat_box .chat_item .__list_btn button { + margin: 0px; + background-color: transparent; +} +#chat_box .chat_item .__list_btn { + background-color: rgb(240, 240, 240); +} + + + diff --git a/tests_hugo/chat_node/chat_client/style/chat_room_list.css b/tests_hugo/chat_node/chat_client/style/chat_room_list.css deleted file mode 100644 index ae2491a7..00000000 --- a/tests_hugo/chat_node/chat_client/style/chat_room_list.css +++ /dev/null @@ -1,14 +0,0 @@ - -#chat_box #chat_panel_home .chat_room_name { - margin: 0px; -} - -/* add or remove '.chat_item' to toggle the hover effect */ -#chat_box button.chat_room_name { - background-color: transparent; -} - -#chat_box #chat_panel_home .chat_room_name p { - margin-left: 0px; -} - diff --git a/tests_hugo/chat_node/chat_client/style/layout_new.css b/tests_hugo/chat_node/chat_client/style/layout_new.css index 4dc512ca..fadb6d6c 100644 --- a/tests_hugo/chat_node/chat_client/style/layout_new.css +++ b/tests_hugo/chat_node/chat_client/style/layout_new.css @@ -29,19 +29,4 @@ } -/* buttons "" appearance -*/ -/* add or remove '.chat_item' to toggle the hover effect */ -#chat_box.new .chat_public_rooms button { - margin: 0px; - background-color: transparent; -} - - -/* buttons "" appearance -*/ -#chat_box.new #chat_api_publics_rooms { - background-color: rgb(240, 240, 240); -} -