1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153
|
/*
This file is part of Ext JS 3.4
Copyright (c) 2011-2013 Sencha Inc
Contact: http://www.sencha.com/contact
GNU General Public License Usage
This file may be used under the terms of the GNU General Public License version 3.0 as
published by the Free Software Foundation and appearing in the file LICENSE included in the
packaging of this file.
Please review the following information to ensure the GNU General Public License version 3.0
requirements will be met: http://www.gnu.org/copyleft/gpl.html.
If you are unsure which license is appropriate for your use, please contact the sales department
at http://www.sencha.com/contact.
Build date: 2013-04-03 15:07:25
*/
.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;
}
.new-topic {
background-image: url(message_edit.png) !important;
}
.summary {
background-image: url(details.gif) !important;
}
.x-grid3-row-body p {
margin:5px 20px 10px 25px !important;
color:#555;
}
.post-date {
font-weight:bold;
color:#333;
}
.author {
color:#333;
}
.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-node div.forum-ct{
background:#eee url(cmp-bg.gif) repeat-x;
margin-top:1px;
border-top:1px solid #ddd;
border-bottom:1px solid #ccc;
padding-top:2px;
padding-bottom:1px;
}
.forum-ct .x-tree-node-icon {
display:none;
}
.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;
}
.x-tree-selected {
border:1px dotted #a3bae9;
background:#DFE8F6;
}
.x-tree-node .x-tree-selected a span{
background:transparent;
color:#15428b;
font-weight:bold;
}
#main-tabs .x-tab-panel-body {
background:transparent;
border:0 none;
}
#topic-grid .x-panel-tbar .x-toolbar {
border-top:0 none;
}
.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;
}
.search-item h3 {
display:block;
font:inherit;
font-weight:bold;
color:#222;
}
.search-item h3 span {
float: right;
font-weight:normal;
margin:0 0 5px 5px;
width:100px;
display:block;
clear:none;
}
|