aboutsummaryrefslogtreecommitdiffstats
path: root/97suifangqa/apps/indicator/static/css/index_desc.css
diff options
context:
space:
mode:
authorAlvin Li <liweitianux@gmail.com>2013-08-14 00:05:31 +0800
committerAlvin Li <liweitianux@gmail.com>2013-08-14 00:05:31 +0800
commitbb095adf76bddc2f6c5925bcdebb52bff75e6578 (patch)
treec04b5ef145708e76eccc5b6e703c5742578ca4a8 /97suifangqa/apps/indicator/static/css/index_desc.css
parent87ed76dd20431eb2a4216f9356b6da417fe003ce (diff)
download97dev-bb095adf76bddc2f6c5925bcdebb52bff75e6578.tar.bz2
* added 'templates/search/search.html'
* updated haystack settings * updated 'static' files settings * added 'search function' for 'apps/indicator': IndicatorCategory, Indicator * merged static files of '97suifang-front' by 'mjymjydark' * merged pages of '97suifang-front' by 'mjymjydark' * updated pages to use 'django templates syntax' for the static links TODO: to fix the 'static links' of 'indicator/static/javascripts/*.js'
Diffstat (limited to '97suifangqa/apps/indicator/static/css/index_desc.css')
-rw-r--r--97suifangqa/apps/indicator/static/css/index_desc.css56
1 files changed, 56 insertions, 0 deletions
diff --git a/97suifangqa/apps/indicator/static/css/index_desc.css b/97suifangqa/apps/indicator/static/css/index_desc.css
new file mode 100644
index 0000000..ab042d4
--- /dev/null
+++ b/97suifangqa/apps/indicator/static/css/index_desc.css
@@ -0,0 +1,56 @@
+#index_desc_container {
+ width: 588px;
+ height: 349px;
+ background-color: #FFFFFF;
+ border: 1px solid #94C721;
+ padding: 0 20px 0 20px;
+}
+.index_desc_title_line {
+ height: 42px;
+ line-height: 42px;
+ border-bottom: 1px solid #D6D0D6;
+ width: 588px;
+}
+.index_desc_title_line .index_desc_title {
+ font-weight: bold;
+ color: #4A4A4A;
+ font-size: 18px;
+ float: left;
+}
+.index_desc_title_line .index_desc_close {
+ float: right;
+ background: url('../images/closed.png') no-repeat;
+ height: 11px;
+ width: 11px;
+ margin: 15px 0 0 0;
+ cursor: pointer;
+}
+.index_desc_content {
+ margin-top: 8px;
+ height: 223px;
+ line-height: 20px;
+ color: #4A4A4A;
+ font-size: 14px;
+ letter-spacing: 1px;
+ overflow: auto;
+}
+.collection {
+ background-color: #F7F7F7;
+ height: 38px;
+ line-height: 38px;
+ text-align: center;
+ cursor: pointer;
+}
+.go_library {
+ padding-top: 8px;
+ height: 28px;
+}
+.go_library .go_library_btn {
+ float: right;
+ height: 25px;
+ line-height: 21px;
+ padding-left: 5px;
+ padding-right: 5px;
+ padding-bottom: 2px;
+ padding-top: 2px;
+} \ No newline at end of file