Skip to content
Snippets Groups Projects
Commit 843ebed5 authored by Clément OUDOT's avatar Clément OUDOT
Browse files

Better display of notifications in bootstrap theme (#LEMONLDAP-670)

git-svn-id: svn://svn.forge.objectweb.org/svnroot/lemonldap/branches/lemonldap-ng_version_1_4-bugfixes@3387 1dbb9719-a921-0410-b57f-c3a383c2c641
parent fbec1cac
No related branches found
No related tags found
No related merge requests found
......@@ -88,3 +88,8 @@ div.application p.appdesc {
font-style:italic;
}
p.notifCheck label {
margin-left: 5px;
margin-top: 3px;
display: inline-block;
}
......@@ -7,4 +7,6 @@ $(document).ready(function() {
$("table.info").addClass("table");
$(".notifCheck").addClass("checkbox");
});
......@@ -15,7 +15,9 @@
<h3 class="panel-title"><lang en="You have some new messages" fr="Vous avez de nouveaux messages"/></h3>
</div>
<div class="panel-body">
<div class="form well">
<TMPL_VAR NAME="NOTIFICATION">
</div>
</div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment