From f3114ec2a48e1a48f53bd5065009156b2612430e Mon Sep 17 00:00:00 2001 From: Heather Miller Date: Tue, 6 Sep 2011 19:25:27 +0000 Subject: Improves the usability of Scaladoc when images ... Improves the usability of Scaladoc when images are not available. Closes SI-4943. --- .../tools/nsc/doc/html/resource/lib/index.css | 6 ++-- .../tools/nsc/doc/html/resource/lib/template.css | 35 ++++++---------------- 2 files changed, 11 insertions(+), 30 deletions(-) (limited to 'src/compiler') diff --git a/src/compiler/scala/tools/nsc/doc/html/resource/lib/index.css b/src/compiler/scala/tools/nsc/doc/html/resource/lib/index.css index 89a5096550..c6136c508e 100644 --- a/src/compiler/scala/tools/nsc/doc/html/resource/lib/index.css +++ b/src/compiler/scala/tools/nsc/doc/html/resource/lib/index.css @@ -85,13 +85,11 @@ h1 { } #textfilter > .input > input { - height: 21px; + height: 20px; padding: 1px; font-weight: bold; color: #000000; - background-color: white; - background: url("filterboxbarbg.png"); - background-repeat:repeat-x; + background: #ffffff url("filterboxbarbg.png") repeat-x bottom left; width: 100%; } diff --git a/src/compiler/scala/tools/nsc/doc/html/resource/lib/template.css b/src/compiler/scala/tools/nsc/doc/html/resource/lib/template.css index 49d56ec1a4..15f3c37ffe 100644 --- a/src/compiler/scala/tools/nsc/doc/html/resource/lib/template.css +++ b/src/compiler/scala/tools/nsc/doc/html/resource/lib/template.css @@ -212,9 +212,7 @@ dl.attributes > dd { } #template .values > h3 { - background-color: #315479; /* grayish blue */ - background: url("valuemembersbg.gif"); - background-repeat:repeat-x; + background: #2C475C url("valuemembersbg.gif") repeat-x bottom left; /* grayish blue */ height: 18px; } @@ -223,31 +221,18 @@ dl.attributes > dd { } #template .types > h3 { - background-color: #316555; /* green */ - background: url("typebg.gif"); - background-repeat:repeat-x; + background: #316555 url("typebg.gif") repeat-x bottom left; /* green */ height: 18px; } #constructors > h3 { - background-color: #333; - background: url("constructorsbg.gif"); - background-repeat:repeat-x; + background: #4f504f url("constructorsbg.gif") repeat-x bottom left; /* gray */ height: 18px; } #inheritedMembers > div.parent > h3 { - background-color: #dadada; -/* border:1px solid #6f6f6f; - border-left:0; - border-right:0;*/ - background: url("constructorsbg.gif"); - background-repeat:repeat-x; + background: #dadada url("constructorsbg.gif") repeat-x bottom left; /* gray */ height: 17px; -/* margin-top: 10px;*/ -/* color: black; - text-shadow: white 0px 1px 0px; - font-weight: normal;8*/ font-style: italic; font-size: 12pt; } @@ -595,13 +580,11 @@ div.fullcomment dl.paramcmts > dd { } #textfilter > .input > input { - height: 21px; + height: 20px; padding: 1px; font-weight: bold; color: #000000; - background-color: white; - background: url("filterboxbarbg.png"); - background-repeat:repeat-x; + background: #ffffff url("filterboxbarbg.png") repeat-x top left; width: 100%; } @@ -664,7 +647,7 @@ div.fullcomment dl.paramcmts > dd { } #mbrsel > div > ol#linearization > li.in > span{ - color: #4C4C4C; + color: #404040; float: left; padding: 1px 0 1px 10px; background: url(selected.png) no-repeat; @@ -689,7 +672,7 @@ div.fullcomment dl.paramcmts > dd { } #mbrsel > div > ol > li.in > span{ - color: #4C4C4C; + color: #404040; float: left; padding: 1px 0 1px 10px; background: url(selected.png) no-repeat; @@ -705,7 +688,7 @@ div.fullcomment dl.paramcmts > dd { } #mbrsel > div > ol > li.out > span{ - color: #4B4B4B; + color: #747474; /* background-color: #999; */ float: left; padding: 1px 0 1px 10px; -- cgit v1.2.3