diff --git a/static/css/style.css b/static/css/style.css index ce18912..e52a60c 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -408,7 +408,7 @@ ul { clear: both; list-style: none; margin: 0; padding: 0; } .edit-link a, .delete-link a { text-decoration: none; } .doc-panel {background:#fff;min-height:470px;overflow-y:scroll;} -.doc-panel a.doc {display:block;margin: 13px 0 13px 20px;height:40px;padding-left:43px;} +.doc-panel a.doc {display:block;margin: 13px 0 13px 20px;height:40px;padding-left:43px;line-height:40px;} .doc-panel a.doc:hover {text-decoration:none;} .doc-panel a.look-link {background:url(../img/sign-look.png)left center no-repeat;} .doc-panel a.pdf-link {background:url(../img/sign-pdf.png)left center no-repeat;} @@ -1143,3 +1143,7 @@ input[type=number] { font-weight: normal; cursor: pointer; } + +.related_doc { + line-height: 16px!important; +} diff --git a/templates/docs/parts/linked_docs_list.html b/templates/docs/parts/linked_docs_list.html index 9e6b08c..8515420 100644 --- a/templates/docs/parts/linked_docs_list.html +++ b/templates/docs/parts/linked_docs_list.html @@ -3,19 +3,19 @@