ADD avancement sur l'affichage de l'élément racine (il manque la gestion des événements)
[euphorik.git] / css / 1 / pageMinichat.css
index e8e4181..38e0979 100755 (executable)
        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;
        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;
        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
 }