diff public/libervia.css @ 23:0ce2a57b34ca

added tab panel
author Goffi <goffi@goffi.org>
date Wed, 20 Apr 2011 02:47:22 +0200
parents 77c2e48efa29
children 46c8d5431198
line wrap: on
line diff
--- a/public/libervia.css	Sun Apr 17 00:38:33 2011 +0200
+++ b/public/libervia.css	Wed Apr 20 02:47:22 2011 +0200
@@ -178,6 +178,7 @@
 .microblogPanel {
     margin: auto;
     width: 90%;
+    overflow: scroll;
 }
 
 .mb_panel_header{
@@ -222,6 +223,10 @@
 
 /* Chat */
 
+.chatPanel {
+    overflow: scroll;
+}
+
 .chatText {
   /* font-size: smaller; */
 }
@@ -273,6 +278,49 @@
 .targetStatus {
 }
 
+/* Tab panel */
+ .gwt-TabPanel {
+        }
+
+.gwt-TabPanelBottom {
+    height: 100%;
+}
+
+.gwt-TabBar {
+  /*background-color: #C3D9FF;*/
+  position: fixed;
+  bottom: 0;
+  font-size: small;
+}
+
+.gwt-TabBar .gwt-TabBarFirst {
+  height: 100%;
+  padding-left: 3px;
+}
+
+.gwt-TabBar .gwt-TabBarRest {
+  padding-right: 3px;
+}
+
+.gwt-TabBar .gwt-TabBarItem {
+  border-top: 1px solid #C3D9FF;
+  border-bottom: 1px solid #C3D9FF;
+  padding: 2px;
+  cursor: pointer;
+}
+
+.gwt-TabBar .gwt-TabBarItem-selected {
+  font-weight: bold;
+  background-color: #E8EEF7;
+  border-top: 1px solid #87B3FF;
+  border-left: 1px solid #87B3FF;
+  border-right: 1px solid #87B3FF;
+  border-bottom: 1px solid #E8EEF7;
+  padding: 2px;
+  cursor: default;
+}
+
+
 /* Misc */
 
 .selected_widget {