diff --git a/templates/bootstrap/file.html b/templates/bootstrap/file.html index 73cea2d..ed2d2c7 100644 --- a/templates/bootstrap/file.html +++ b/templates/bootstrap/file.html @@ -55,6 +55,35 @@ .panel-heading { padding: 10px 7px; } + .tt-dropdown-menu { + width: 322px; + text-align: left; + margin-top: 6px; + /*color: #000066;*/ + padding: 4px 0; + background-color: #fff; + border: 1px solid #DDD; + } + + .tt-header { + border-bottom: 1px solid #DDD; + font-weight: bold; + } + + .tt-suggestion { + padding: 3px 20px; + line-height: 14px; + } + + .tt-suggestion.tt-cursor { + /*color: #1c1c1c;*/ + background-color: #EEE; + } + + .tt-suggestion p { + margin: 0; + } + {{? it.server_side_rendering == 0}} diff --git a/templates/bootstrap/header.html b/templates/bootstrap/header.html index ea305ff..11739ff 100644 --- a/templates/bootstrap/header.html +++ b/templates/bootstrap/header.html @@ -7,9 +7,15 @@ - {{=it.title}} + {{=it.title}}