diff -r 211680696ab7 -r 5ce3313fb21d integration/v2/css/style.css --- a/integration/v2/css/style.css Wed Jun 19 15:15:05 2013 +0200 +++ b/integration/v2/css/style.css Thu Jun 20 15:03:13 2013 +0200 @@ -3,7 +3,7 @@ .wrap{width: 950px; margin: 0 auto; } .uppercase{text-transform: uppercase;} .fragment{width: 225px; height: 225px;} - +.va-top{vertical-align: top;} 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;} footer h6{float: left;} @@ -107,7 +107,8 @@ .list-projets-3 .project-title{position:relative; padding-left: 14px; font-size: 18px;height: 60px; border-bottom: 1px solid #CCC;} .project-title h3{ font-family: 'Lato'; font-weight : bold; padding-top: 12px; margin-bottom: 4px; } .project-title h4{ font-family: 'Lato'; font-weight: 300; font-style: italic;} -.project-title a.edit{ position: absolute; top: 10px; right: 10px;} +.project-title a.edit{ position: absolute; top: 10px; right: 10px; opacity: 0.7;} +.project-title a.edit:hover{opacity: 1;} .list-projets-3 .col-right p{max-height:200px; overflow: auto; padding: 10px 12px;font-size: 14px; font-family: 'Lato'; line-height: 18px;} .list-projets-3>li:hover{-webkit-box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.75);-moz-box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.75);box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.75);} @@ -141,6 +142,7 @@ .tool.trash:hover{background-position: -140px 0;} .box-shadow{ -webkit-box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.75);-moz-box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.75);box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.75);} +.box-shadow-2{ -webkit-box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.75);-moz-box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.75);box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.75);} .popin-wrap{width: 100%; height: 100%; position: fixed; z-index: 100; background-color:rgba(255,255,255,.7);} .popin{width: 460px; background-color: #fff; top: 10%; position: absolute; left: 50%; margin-left: -230px;} .popin h2{ font-size: 14px; font-family: 'Lato'; padding: 14px 0 10px 12px;} @@ -165,10 +167,29 @@ .slideshow .share{position: absolute; bottom: 24px; right: 0;} .slideshow .share li{float: left; margin-left: 8px;} .image-wrap{display: inline-block;} -.info{font-family: 'Lato'; font-size: 14px; text-align: left;} -.info th{color: #777; min-width: 140px; } -.info td{color: #000; line-height: 16px;} -.info table{border-collapse:separate;border-spacing:0 5px;} +.edition{font-family: 'Lato'; font-size: 14px; text-align: left;} + +.edition th{color: #777; min-width: 140px; } +.edition td{width:100%;color: #000; line-height: 16px;} +.edition table{width: 100%; border-collapse:separate;border-spacing:0 5px;} .box-edition{padding: 16px 0; border-bottom: 1px solid #CCC;} .box-edition h3{color: #777;font-family: 'Lato'; font-size: 14px; margin-bottom: 6px;} -.list-key-search a{display: inline-block;} \ No newline at end of file + +.list-key-search a{ background-image: url(../img/icon-search.png);} +.list-key-add a{ background-image: url(../img/icon-plus-15.png);} + +.list-keywords li{display: inline-block; float: left; margin: 0 8px 8px 0;} +.list-keywords a{color: #7F7F7F; font-family: 'Lato'; font-size: 12px; display: inline-block; height: 28px; line-height: 28px; padding: 0 30px 0 6px; +background-position: right 4px center; background-repeat: no-repeat; background-color: #fff;} +.list-keywords a:hover{-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;} + +.f-right{float: right;} +.fs-normal{font-style: normal;} +.pt-6{padding-top: 6px;} +.null{font-weight: bold;font-style: italic; font-family: 'Lato'; color: #CCC; font-style: 18px; line-height: 50px; text-align: center;} +.box-edition:last-child{border-bottom: none;} +.edition input[type=text], .edition textarea{border: 1px solid #CACACA;} +.edition textarea{width:100%; max-width: 754px;} +.edition input[type=text]{height: 23px; line-height: 23px; padding: 0 6px;} +.no-before:before{content:"" ; display: block;} +.tagit{font-family: 'Lato' !important;}