aboutsummaryrefslogtreecommitdiffstats
path: root/97suifangqa/apps/indicator/static/css/index_desc.css
diff options
context:
space:
mode:
Diffstat (limited to '97suifangqa/apps/indicator/static/css/index_desc.css')
-rw-r--r--97suifangqa/apps/indicator/static/css/index_desc.css16
1 files changed, 14 insertions, 2 deletions
diff --git a/97suifangqa/apps/indicator/static/css/index_desc.css b/97suifangqa/apps/indicator/static/css/index_desc.css
index ab042d4..c5adbc8 100644
--- a/97suifangqa/apps/indicator/static/css/index_desc.css
+++ b/97suifangqa/apps/indicator/static/css/index_desc.css
@@ -31,15 +31,27 @@
line-height: 20px;
color: #4A4A4A;
font-size: 14px;
- letter-spacing: 1px;
overflow: auto;
}
+.index_desc_content .not_found {
+ color: #4A4A4A;
+ line-height: 22px;
+ font-size: 16px;
+ text-align: left;
+}
.collection {
background-color: #F7F7F7;
height: 38px;
line-height: 38px;
+ font-size: 16px;
text-align: center;
cursor: pointer;
+ border: 1px solid #CCCCCC;
+ border-radius: 3px;
+ border-shadow: 0 0 2px white;
+}
+.collection:hover {
+ background-color: #EAEAEA;
}
.go_library {
padding-top: 8px;
@@ -53,4 +65,4 @@
padding-right: 5px;
padding-bottom: 2px;
padding-top: 2px;
-} \ No newline at end of file
+}