aboutsummaryrefslogtreecommitdiff
path: root/dottydoc
diff options
context:
space:
mode:
authorFelix Mulder <felix.mulder@gmail.com>2016-05-03 18:09:12 +0200
committerFelix Mulder <felix.mulder@gmail.com>2016-08-19 15:37:21 +0200
commit53fc2c03b0b9cf998be8f037c59b42503df3fe17 (patch)
tree536a51314069eea9679a3c6813043b9fdb5f8cf1 /dottydoc
parent86f816d430ce61a751c7b8a5b787b0fcabcee3e6 (diff)
downloaddotty-53fc2c03b0b9cf998be8f037c59b42503df3fe17.tar.gz
dotty-53fc2c03b0b9cf998be8f037c59b42503df3fe17.tar.bz2
dotty-53fc2c03b0b9cf998be8f037c59b42503df3fe17.zip
Adjust font configuration for finalized package view
Diffstat (limited to 'dottydoc')
-rw-r--r--dottydoc/js/static/index.css26
1 files changed, 19 insertions, 7 deletions
diff --git a/dottydoc/js/static/index.css b/dottydoc/js/static/index.css
index cdf4b0206..8bc0c539a 100644
--- a/dottydoc/js/static/index.css
+++ b/dottydoc/js/static/index.css
@@ -16,17 +16,25 @@ ul.packages {
padding-top: 0 !important;
}
+ul.packages > li.package {
+ padding-bottom: 0;
+ padding-left: 40px;
+ font-size: 14px;
+}
+
ul.packages > li.entity {
padding: 0;
transition: 0.3s;
+ min-height: 36px !important;
+ max-height: 36px !important;
}
ul.packages > li.entity.one {
- margin-left: -48px;
+ margin-left: -36px;
}
ul.packages > li.entity.two {
- margin-left: -96px;
+ margin-left: -72px;
}
ul.packages > li.entity:hover {
@@ -38,19 +46,23 @@ li.entity > a.entity-button {
float: left;
display: inline;
background-color: green;
- height: 48px;
- width: 48px;
- line-height: 48px;
+ height: 36px;
+ width: 36px;
+ line-height: 36px;
vertical-align: middle;
text-align: center;
text-decoration: none;
color: #fff;
-
}
li.entity > a.entity-name {
- padding-left: 2em;
+ text-decoration: none;
+ font-weight: normal;
+ color: #757575;
+ padding-left: 48px;
font-size: 14px;
+ font-family: "Helvetica","Arial",sans-serif;
+ letter-spacing: 0;
}
li.entity > a.entity-button.object {