comparison public/libervia.css @ 314:70ac3067d641

browser_side: status can be edited with a click on it
author souliane <souliane@mailoo.org>
date Mon, 30 Dec 2013 13:02:03 +0100
parents b4781a350483
children 8131d0ccf21b
comparison
equal deleted inserted replaced
313:5ad70625867a 314:70ac3067d641
131 background-color: #fff; 131 background-color: #fff;
132 font: normal 0.8em/1.5em Arial, Helvetica, sans-serif; 132 font: normal 0.8em/1.5em Arial, Helvetica, sans-serif;
133 } 133 }
134 134
135 .header { 135 .header {
136 background-color: #eee; 136 background-color: #eee;
137 border-bottom: 1px solid #ddd;
137 } 138 }
138 139
139 /* Misc Pyjamas stuff */ 140 /* Misc Pyjamas stuff */
140 141
141 .menuContainer { 142 .menuContainer {
574 575
575 .statusPanel { 576 .statusPanel {
576 margin: auto; 577 margin: auto;
577 text-align: center; 578 text-align: center;
578 width: 100%; 579 width: 100%;
579 padding-top: 5px; 580 padding: 5px 0px;
580 min-height: 30px;
581 text-shadow: 0 -1px 1px rgba(255,255,255,0.25); 581 text-shadow: 0 -1px 1px rgba(255,255,255,0.25);
582 font-size: 1.2em; 582 font-size: 1.2em;
583 background-color: #eee; 583 background-color: #eee;
584 border-bottom: 1px solid #ddd;
585 } 584 }
586 585
587 .presence-button { 586 .presence-button {
588 font-size: x-large; 587 font-size: x-large;
589 padding-right: 5px; 588 padding-right: 5px;
592 591
593 .status { 592 .status {
594 font-style: italic; 593 font-style: italic;
595 font-weight: bold; 594 font-weight: bold;
596 color: #666; 595 color: #666;
596 cursor: pointer;
597 }
598
599 .status-edit {
600 font-style: italic;
601 font-weight: bold;
602 color: #666;
603 height: 25px;
597 } 604 }
598 605
599 /* RegisterBox */ 606 /* RegisterBox */
600 607
601 .registerPanel_main button { 608 .registerPanel_main button {