Upgrade to ExtJS 4.0.0 - Released 04/26/2011
[extjs.git] / examples / forum / forum.css
index 33c69d8..e7e7e06 100644 (file)
-/*!
- * Ext JS Library 3.3.1
- * Copyright(c) 2006-2010 Sencha Inc.
- * licensing@sencha.com
- * http://www.sencha.com/license
- */
-.x-grid3-td-topic b {
-    font-family:tahoma, verdana;
-    display:block;
-    color:#333;
-}
-.x-grid3-td-topic b i {
-    font-weight:normal;
-    font-style: normal;
-    color:#000;
-}
-.x-grid3-td-topic .topic {
-    padding-left:20px;
-    background:transparent url(message.png) no-repeat 0 2px;
-}
-.x-grid3-td-topic .x-grid3-cell-inner {
-    white-space:normal;
-}
-.x-grid3-td-topic a {
-    color: #385F95;
-    text-decoration:none;
-}
-.x-grid3-td-topic a:hover {
-    text-decoration:underline;
-}
-.details .x-btn-text {
-    background-image: url(details.gif);
-}
-.msg-view {
-    background-image: url(../shared/icons/fam/application_view_list.png) !important;
-}
-.preview {
-    background-image: url(preview.png) !important;
+.icon-forum {
+    background-image:url(images/forum.gif) !important;
 }
-.new-topic {
-    background-image: url(message_edit.png) !important;
+
+img.x-tree-icon-parent {
+    display: none;
 }
-.summary {
-    background-image: url(details.gif) !important;
+
+.x-tree-panel .x-grid-row .x-grid-cell-inner {
+    padding-top: 2px;
+    height: 18px;
+    line-height: 16px;
 }
-.x-grid3-row-body p {
-    margin:5px 20px 10px 25px !important;
-    color:#555;
+.x-border-box .x-tree-panel .x-grid-row .x-grid-cell-inner {
+    height: 20px;
 }
 
-.post-date {
-    font-weight:bold;
-    color:#333;
+.x-tree-panel .x-grid-row .x-grid-cell {
+    border-color: #fff;
+    border-width: 1px 0;
+    border-style: dotted;
 }
 
-.author {
-    color:#333;
+.x-tree-panel .x-grid-row-selected .x-grid-cell {
+    border-color: #758CB5;
 }
 
-.x-tree {
-    background:#fff !important;
-}
-.x-border-layout-ct {
-    background:transparent;
-}
-body.x-border-layout-ct {
-    background:#c3d5ed url(bg.gif) repeat-x left top !important;
-}
-.x-layout-split {
-    background-color:transparent !important;
+.x-tree-panel .x-tree-elbow-line,
+.x-tree-panel .x-tree-elbow-empty {
+    display: none;
 }
 
-.x-tree-node div.forum-ct{
-    background:#eee url(cmp-bg.gif) repeat-x;
-    margin-top:1px;
+.x-tree-panel .forum-parent .x-grid-cell-inner {
+    font-weight: bold;
+    background:#eee url(images/cmp-bg.gif) repeat-x;
     border-top:1px solid #ddd;
     border-bottom:1px solid #ccc;
-    padding-top:2px;
-    padding-bottom:1px;
+    height: 20px;
 }
-.forum-ct .x-tree-node-icon {
-    display:none;
+.x-border-box .x-tree-panel .forum-parent .x-grid-cell-inner {
+    height: 22px;
 }
-.forum-ct a span {
-    font-weight:bold;
-    color:#222;
-}
-.forum {
-    border:1px solid #fff;
-}
-.forum .x-tree-ec-icon {
-    display:none;
-}
-.icon-forum {
-    background-image:url(forum.gif) !important;
+
+.topic {
+    padding-left:20px;
+    background:transparent url(images/message.png) no-repeat 0 2px;
 }
-.x-tree-selected {
-    border:1px dotted #a3bae9;
-    background:#DFE8F6;
+
+.topic b {
+    font-family:tahoma, verdana;
+    display:block;
+    color:#333;
 }
-.x-tree-node .x-tree-selected a span{
-       background:transparent;
-       color:#15428b;
+
+.post-date {
     font-weight:bold;
+    color:#333;
 }
 
-#main-tabs .x-tab-panel-body {
-    background:transparent;
-    border:0 none;
+.author {
+    color:#333;
 }
 
-#topic-grid .x-panel-tbar .x-toolbar {
-    border-top:0 none;
+.x-grid-rowbody {
+    margin:5px 20px 10px 25px !important;
+    color:#555;
+    font-size: 11px;
 }
 
-
-.search-item {
-    font:normal 11px tahoma, arial, helvetica, sans-serif;
-    padding:3px 10px 3px 10px;
-    border:1px solid #fff;
-    border-bottom:1px solid #eeeeee;
-    white-space:normal;
-    color:#555;
+.icon-preview {
+    background-image: url(images/preview.png) !important;
 }
-.search-item h3 {
-    display:block;
-    font:inherit;
-    font-weight:bold;
-    color:#222;
+.icon-new-topic {
+    background-image: url(images/message_edit.png) !important;
+}
+.icon-summary {
+    background-image: url(images/details.gif) !important;
 }
-
-.search-item h3 span {
-    float: right;
-    font-weight:normal;
-    margin:0 0 5px 5px;
-    width:100px;
-    display:block;
-    clear:none;
-}
\ No newline at end of file