# HG changeset patch # User Anthony Ly # Date 1372173141 -7200 # Node ID 62af98a653ae21ff088257d06bd9c382942f80c9 # Parent 6691086f43fdb7e0b0c27c1f029de5ec9094c070 duplicate button diff -r 6691086f43fd -r 62af98a653ae integration/v2/14-creation_fragment.html --- a/integration/v2/14-creation_fragment.html Tue Jun 25 16:38:25 2013 +0200 +++ b/integration/v2/14-creation_fragment.html Tue Jun 25 17:12:21 2013 +0200 @@ -30,7 +30,7 @@ diff -r 6691086f43fd -r 62af98a653ae integration/v2/15-16-detail_fragment.html --- a/integration/v2/15-16-detail_fragment.html Tue Jun 25 16:38:25 2013 +0200 +++ b/integration/v2/15-16-detail_fragment.html Tue Jun 25 17:12:21 2013 +0200 @@ -57,10 +57,12 @@

- +

@@ -101,7 +103,7 @@ Supprimer ce fragment
  • - Enregistrer sous + Dupliquer
  • Ajouter à ma collection @@ -131,8 +133,8 @@
  • -
    - +
    +
    @@ -148,6 +150,24 @@
    Auteur :
    + + + + + +
    Voir le fragment seul :
    +
    + + + + + + + + + +
    +
    diff -r 6691086f43fd -r 62af98a653ae integration/v2/css/style.css --- a/integration/v2/css/style.css Tue Jun 25 16:38:25 2013 +0200 +++ b/integration/v2/css/style.css Tue Jun 25 17:12:21 2013 +0200 @@ -3,6 +3,7 @@ .wrap{width: 950px; margin: 0 auto; } .uppercase{text-transform: uppercase;} .fragment{width: 225px; height: 225px;} +.fragment-110{width: 110px; height: 110px; display: inline-block;} .va-top{vertical-align: top;padding-top: 4px;} header, footer{width:100%;background: url(../img/border-bottom-header.png) center bottom no-repeat;} footer{margin-bottom: 60px;background-position: top center; padding-top: 20px;font-size: 15px; font-family: 'Lato'; font-weight: 300;} @@ -39,6 +40,15 @@ .title-menu{ position: absolute; bottom: 0; right: 0;} .title-menu li{float: left;} +.edition-table-left{ + width: 700px !important; + float: left; +} +.edition-table-right{ + text-align: right; + width: 180px !important; + float: right; +} .bar-tools{margin-bottom: 12px; line-height: 35px; padding-bottom: 1px; font-family: 'Lato'; font-weight: 300; display:block;background-image: url(../img/border-bar-tools.png), url(../img/border-bar-tools.png); background-position: top center, bottom center; background-repeat: repeat-x;} .bar-tools h3{ font-size: 18px; display: inline-block; text-transform: uppercase;} .bar-tools ul{float: right;} @@ -58,7 +68,7 @@ a.icon.plus{background-image: url(../img/icon-plus-15.png);} a.icon.edit{background-image: url(../img/icon-pencil-15.png);} a.icon.trash{background-image: url(../img/icon-trash-15.png);} - +a.icon.copy{background-image: url(../img/icon-copy-15.png);} /* Home */ .w650{width: 650px;} .our-images{margin-bottom: 38px; text-align: center; font-size: 12px; font-family: 'Lato'; font-weight : bold; font-style : italic; color: #58595A;} diff -r 6691086f43fd -r 62af98a653ae integration/v2/img/icon-copy-15.png Binary file integration/v2/img/icon-copy-15.png has changed