Skip to content

Commit

Permalink
Merge pull request #5 from lucguinchard/master
Browse files Browse the repository at this point in the history
Alignement des boutons Ajouter et Configuration
  • Loading branch information
lucguinchard authored Nov 21, 2021
2 parents 271f6d8 + c6d4a0a commit 867b1e7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions desktop/php/ExtraTemplate.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<ul id="ul_eqLogic" class="nav nav-list bs-sidenav">
<a class="btn btn-default eqLogicAction" style="width : 100%;margin-top : 5px;margin-bottom: 5px;"
data-action="add">
<i class="fa fa-plus-circle"></i> {{Ajouter un objet}}
<i class="fa fa-plus-circle"></i> {{Ajouter un ExtraTemplate}}
</a>
<li class="filter" style="margin-bottom: 5px;">
<input class="filter form-control input-sm" placeholder="{{Rechercher}}" style="width: 100%"/>
Expand All @@ -47,14 +47,13 @@

<div class="col-lg-10 col-md-9 col-sm-8 eqLogicThumbnailDisplay"
style="border-left: solid 1px #EEE; padding-left: 25px;">
<legend>{{Mes Objets}}</legend>
<legend><i class="fa fa-cog"></i> {{Gestion}}</legend>
<div class="eqLogicThumbnailContainer">
<div class="cursor eqLogicAction" data-action="add"
style="text-align: center; background-color : #ffffff; height : 120px;margin-bottom : 10px;padding : 5px;border-radius: 2px;width : 160px;margin-left : 10px;">
<i class="fa fa-plus-circle" style="font-size : 6em;color:#94ca02;"></i>
<br>
<span style="font-size : 1.1em;position:relative; top : 23px;word-break: break-all;white-space: pre-wrap;word-wrap: break-word;color:#94ca02">{{Ajouter}}</span>
<span style="font-size : 1.1em;position:relative; top : 15px;word-break: break-all;white-space: pre-wrap;word-wrap: break-word;color:#94ca02">{{Ajouter}}</span>
</div>
<div class="cursor eqLogicAction" data-action="gotoPluginConf"
style="text-align: center; background-color : #ffffff; height : 120px;margin-bottom : 10px;padding : 5px;border-radius: 2px;width : 160px;margin-left : 10px;">
Expand Down

0 comments on commit 867b1e7

Please sign in to comment.