diff 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
line wrap: on
line diff
--- a/public/libervia.css	Mon Dec 30 13:00:41 2013 +0100
+++ b/public/libervia.css	Mon Dec 30 13:02:03 2013 +0100
@@ -133,7 +133,8 @@
 }
 
 .header {
-	background-color: #eee;
+    background-color: #eee;
+    border-bottom: 1px solid #ddd;
 }
 
 /* Misc Pyjamas stuff */
@@ -576,12 +577,10 @@
     margin: auto;
     text-align: center;
     width: 100%;
-    padding-top: 5px;
-    min-height: 30px;
+    padding: 5px 0px;
     text-shadow: 0 -1px 1px rgba(255,255,255,0.25);
     font-size: 1.2em;
     background-color: #eee;
-    border-bottom: 1px solid #ddd;
 }
 
 .presence-button {
@@ -594,6 +593,14 @@
     font-style: italic;
     font-weight: bold;
     color: #666;
+    cursor: pointer;
+}
+
+.status-edit {
+    font-style: italic;
+    font-weight: bold;
+    color: #666;
+    height: 25px;
 }
 
 /* RegisterBox */