X-Git-Url: http://git.euphorik.ch/?p=euphorik.git;a=blobdiff_plain;f=css%2F1%2FpageMinichat.css;h=38e0979e77d3c62d491aeadd8f49d59454d783a8;hp=e8e41811bb79f47a9cfbaeaa5f84bb6cf3ef8b01;hb=302c16cbbd999e97f7bac2b3eb70bf057f5bc709;hpb=d75458d00e93ddaeb4390a3df9c1dfc3247e81c9 diff --git a/css/1/pageMinichat.css b/css/1/pageMinichat.css index e8e4181..38e0979 100755 --- a/css/1/pageMinichat.css +++ b/css/1/pageMinichat.css @@ -133,12 +133,15 @@ width: 100%; } #page.minichat #conversations .titre { + border-top: 1px dashed white +} +#page.minichat #conversations .titre .barre { text-align: center; padding-right: 8px; background-color: #e19671; color: #ffffff; } -#page.minichat #conversations .titre .fermer { +#page.minichat #conversations .titre .barre .fermer { margin-top: 1px; margin-left: 5px; float: right; @@ -147,10 +150,10 @@ background-image: url(../../img/css1/fermer_conv.png); cursor: pointer; } -#page.minichat #conversations .titre .fermer:hover { +#page.minichat #conversations .titre .barre .fermer:hover { background-image: url(../../img/css1/fermer_conv_hover.png); } -#page.minichat #conversations .titre .lien { +#page.minichat #conversations .titre .barre .lien { margin-top: 1px; float: right; width: 13px; @@ -158,24 +161,24 @@ background-image: url(../../img/css1/copier_conv.png); cursor: pointer; } -#page.minichat #conversations .titre .lien:hover { +#page.minichat #conversations .titre .barre .lien:hover { background-image: url(../../img/css1/copier_conv_hover.png); } -#page.minichat #conversations .titre .next, -#page.minichat #conversations .titre .prev { +#page.minichat #conversations .titre .barre .next, +#page.minichat #conversations .titre .barre .prev { display: none; } -#page.minichat #conversations .titre .next, -#page.minichat #conversations .titre .prev, -#page.minichat #conversations .titre .numPage { +#page.minichat #conversations .titre .barre .next, +#page.minichat #conversations .titre .barre .prev, +#page.minichat #conversations .titre .barre .numPage { background-color: #841919; cursor: pointer; padding-right: 5px; padding-left: 5px; } -#page.minichat #conversations .titre .next:hover, -#page.minichat #conversations .titre .prev:hover, -#page.minichat #conversations .titre .numPage:hover { +#page.minichat #conversations .titre .barre .next:hover, +#page.minichat #conversations .titre .barre .prev:hover, +#page.minichat #conversations .titre .barre .numPage:hover { background-color: #cb2626 }