<!DOCTYPE html>
<html>
  <head>
</head>
<body style='font: 12pt Roboto, "DejaVu Sans", Arial; margin-left: 5px; margin-right: 5px;'>
<div id="entry">
<h1 style='font: 12pt Roboto, "DejaVu Sans", Arial; display:block; background: #c0cf88; border-bottom: solid 3px #573; padding: 5px; margin-top: 0px; color: #573;'><a href="https://kallithea-scm.org/repos/kallithea/changeset/d94e87f92a476109c210edfdd645103115574f9b" style="text-decoration: none; font-weight: bold; color: #573;">style: fix the CSS selector referring to the notification box  The notification box is shown by a CSS rule with this selector:    .dropdown.open .dropdown-me...</a></h1>
<div id="body">
andrewsh committed on 2017-01-11 17:10:19<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/d94e87f92a476109c210edfdd645103115574f9b">d94e87f9</a><pre>style: fix the CSS selector referring to the notification box<br /><br />The notification box is shown by a CSS rule with this selector:<br /><br />  .dropdown.open .dropdown-menu<br /><br />However, since 8bd7a63, the selector :nav.navbar #quick li #quick_login"<br />no longer refers to the same element.<br /><br />To make the notification box work correctly, refer to it using its<br />class name, .dropdown-menu.

 M kallithea/public/css/style.css (1 lines added, 1 lines removed)</pre>
</div>
</div>
</div>
</body>
</html>

<!DOCTYPE html>
<html>
  <head>
</head>
<body style='font: 12pt Roboto, "DejaVu Sans", Arial; margin-left: 5px; margin-right: 5px;'>
<div id="entry">
<h1 style='font: 12pt Roboto, "DejaVu Sans", Arial; display:block; background: #c0cf88; border-bottom: solid 3px #573; padding: 5px; margin-top: 0px; color: #573;'><a href="https://kallithea-scm.org/repos/kallithea/changeset/5c828c042ce0d5514848270ab01948ca3b4c5ed6" style="text-decoration: none; font-weight: bold; color: #573;">style: fix quick login dialog layout after 8bd7a63</a></h1>
<div id="body">
kiilerix committed on 2017-01-12 00:34:07<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/5c828c042ce0d5514848270ab01948ca3b4c5ed6">5c828c04</a><pre>style: fix quick login dialog layout after 8bd7a63

 M kallithea/public/css/contextbar.css (2 lines added, 0 lines removed)
 M kallithea/public/css/style.css (4 lines added, 6 lines removed)</pre>
</div>
</div>
</div>
</body>
</html>

<!DOCTYPE html>
<html>
  <head>
</head>
<body style='font: 12pt Roboto, "DejaVu Sans", Arial; margin-left: 5px; margin-right: 5px;'>
<div id="entry">
<h1 style='font: 12pt Roboto, "DejaVu Sans", Arial; display:block; background: #c0cf88; border-bottom: solid 3px #573; padding: 5px; margin-top: 0px; color: #573;'><a href="https://kallithea-scm.org/repos/kallithea/changeset/6c1bf3d48defd2101419d300ef2cefe0f5585eaf" style="text-decoration: none; font-weight: bold; color: #573;">style: fixes for non content pages - especially the login pages</a></h1>
<div id="body">
kiilerix committed on 2017-01-12 00:34:07<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/6c1bf3d48defd2101419d300ef2cefe0f5585eaf">6c1bf3d4</a><pre>style: fixes for non content pages - especially the login pages

 M kallithea/public/css/style.css (7 lines added, 6 lines removed)</pre>
</div>
</div>
</div>
</body>
</html>

<!DOCTYPE html>
<html>
  <head>
</head>
<body style='font: 12pt Roboto, "DejaVu Sans", Arial; margin-left: 5px; margin-right: 5px;'>
<div id="entry">
<h1 style='font: 12pt Roboto, "DejaVu Sans", Arial; display:block; background: #c0cf88; border-bottom: solid 3px #573; padding: 5px; margin-top: 0px; color: #573;'><a href="https://kallithea-scm.org/repos/kallithea/changeset/1ab38cd7270481c09e1adbef0d84d8d9dbef37f4" style="text-decoration: none; font-weight: bold; color: #573;">template: use Bootstrap tooltips and popover instead of handmade tooltips  Based on work from Andrew Shadura <andrew@shadura.me>.  Further modified by Mads K...</a></h1>
<div id="body">
domruf committed on 2016-09-20 18:01:59<br />branch: default<br />tag: tip<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/1ab38cd7270481c09e1adbef0d84d8d9dbef37f4">1ab38cd7</a><pre>template: use Bootstrap tooltips and popover instead of handmade tooltips<br /><br />Based on work from Andrew Shadura <andrew@shadura.me>.<br /><br />Further modified by Mads Kiilerich.<br /><br />show_changeset_tooltip is merged into tooltip_activate.

 M kallithea/controllers/changeset.py (2 lines added, 2 lines removed)
 M kallithea/lib/helpers.py (6 lines added, 7 lines removed)
 M kallithea/public/css/style.css (142 lines added, 32 lines removed)
 M kallithea/public/js/base.js (42 lines added, 81 lines removed)
 M kallithea/templates/admin/admin_log.html (0 lines added, 1 lines removed)
 M kallithea/templates/base/root.html (0 lines added, 1 lines removed)
 M kallithea/templates/data_table/_dt_elements.html (1 lines added, 1 lines removed)
 M kallithea/templates/files/files_source.html (7 lines added, 7 lines removed)
 M kallithea/templates/followers/followers.html (0 lines added, 1 lines removed)
 M kallithea/templates/forks/forks.html (0 lines added, 1 lines removed)
 M kallithea/templates/journal/journal.html (0 lines added, 2 lines removed)</pre>
</div>
</div>
</div>
</body>
</html>