diff options
Diffstat (limited to '97suifangqa/apps/indicator/static/css/index_desc.css')
-rw-r--r-- | 97suifangqa/apps/indicator/static/css/index_desc.css | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/97suifangqa/apps/indicator/static/css/index_desc.css b/97suifangqa/apps/indicator/static/css/index_desc.css index c5adbc8..53530b6 100644 --- a/97suifangqa/apps/indicator/static/css/index_desc.css +++ b/97suifangqa/apps/indicator/static/css/index_desc.css @@ -1,6 +1,6 @@ #index_desc_container { width: 588px; - height: 349px; + height: 365px; background-color: #FFFFFF; border: 1px solid #94C721; padding: 0 20px 0 20px; @@ -39,6 +39,7 @@ font-size: 16px; text-align: left; } + .collection { background-color: #F7F7F7; height: 38px; @@ -53,8 +54,13 @@ .collection:hover { background-color: #EAEAEA; } +/* style for annotation_not_found */ +.collection_no_annotation { + height: 40px; +} + .go_library { - padding-top: 8px; + margin-top: 12px; height: 28px; } .go_library .go_library_btn { @@ -66,3 +72,6 @@ padding-bottom: 2px; padding-top: 2px; } +.go_library .go_library_btn:disabled { + background-color: #CCCCCC; +} |