Skip to content

Commit

Permalink
Prueba Puente
Browse files Browse the repository at this point in the history
TEst
  • Loading branch information
siarcarse committed Apr 9, 2015
1 parent f671a02 commit 71f909a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -232,13 +232,14 @@ <h3 class="panel-title">Odontograma</h3>
if ($(el).hasClass("centro") || $(el).hasClass("centro-leche")) {
$(this).parent().append('<i style="color:red;" class="fa fa-times fa-3x fa-fw"></i>');
if ($(el).hasClass("centro")) {
$(this).parent().children().last().css({
//console.log($(this).parent().children("i"))
$(this).parent().children("i").css({
"position": "absolute",
"top": "24%",
"left": "1.3ex"
"left": "18.58ex"
});
} else {
$(this).parent().children().last().css({
$(this).parent().children("i").css({
"position": "absolute",
"top": "21%",
"left": "1.2ex"
Expand Down

0 comments on commit 71f909a

Please sign in to comment.