diff -r 5f42ac58d262 -r e40637c085b0 integration/css/style.css --- a/integration/css/style.css Fri Jun 07 12:41:45 2013 +0200 +++ b/integration/css/style.css Fri Jun 07 16:31:42 2013 +0200 @@ -49,7 +49,7 @@ .form-info-general-annotation{ } .chapter-widget input, .form-info-general-annotation input, .form-info-general-annotation textarea{width: 196px; max-width: 196px; } .chapter-widget textarea{width: 426px; max-width: 426px; min-width: 426px; height: 20px;-webkit-transition: height .3s ease;-moz-transition: height .3s ease;transition: height .3s ease;} -.form-chapter-edit{} +.label-left{text-align: left; padding-left: 10px;} .chapter-widget-info table{margin: 0; padding-top: 40px; } .chapter-widget table td{} .chapter-widget textarea:focus{height: 100px;} @@ -61,9 +61,9 @@ .list-chapter-wrap, .list-annotation-wrap, .section{background-color: #F5F5F5; border: 1px solid #E5E5E5;} .list-chapter-wrap table, .list-annotation-wrap table{margin-bottom: 0;} .list-chapter-wrap h4, .form-chapter-edit h4, .list-annotation-wrap h4, .title-section{padding: 10px; border-bottom: 1px solid; margin-bottom: 10px;} -.add-annotation-wrap, form.form-info-general-annotation{padding: 10px 0;} -form.form-info-general-annotation ul.tagit {margin-left: 0px;width: 195px;} -form.form-info-general-annotation textarea{min-height:100px; height: 100px;min-width: 196px;} +.add-annotation-wrap, .form-info-general-annotation{padding: 10px 0;} +.form-info-general-annotation ul.tagit {margin-left: 0px;width: 195px;} +.form-info-general-annotation textarea{min-height:100px; height: 100px;min-width: 196px;} .add-annotation-wrap {margin-bottom: 20px; padding-top: 0;} @@ -107,8 +107,9 @@ .annotation-display-view{display:none;text-align:center; line-height:200px;background-color: #fff;position: absolute; width: 200px; margin-left: -100px; height: 200px; margin-top: -100px; top: 50%; left: 50%;} .list-current-annotations{position: absolute;bottom: 40px; left: 20px; margin: 0;} .list-current-annotations li{list-style: none; margin-top: 4px;} -.list-current-annotations a{text-align:center; line-height:20px; color:#FFF;display: inline-block; background-color: #589; width: 20px; height: 20px; } -.list-current-annotations a:hover{text-decoration: none;} +.list-current-annotations a{text-decoration: none;line-height:20px; color:#202020;display: inline-block; background-color: #589; height: 20px; padding: 0 4px; } +.list-current-annotations a span{display: none;} +.list-current-annotations a:hover span{display: inline-block;} .annotation-audio-content textarea{max-width: 206px;} .annotation-links-content .links-form:nth-child(n+2){border-top:1px solid; padding-top: 20px;} @@ -126,6 +127,13 @@ .description-slideshow-row span{max-height: 100px; display: inline-block; overflow: auto;} .description-slideshow-row textarea{width: 164px; max-width: 164px; height: 100px;} .label-modify-video, .label-add-video{display: none;} + +.shadow { + -moz-box-shadow: inset 0px 0px 2px 100px #00FFFF; + -webkit-box-shadow: inset 0px 0px 2px 100px #00FFFF; + box-shadow: inset 0px 0px 2px 100px #00FFFF; +} + /* Tangle */ .time-tangle { color: #2c3e50; cursor: w-resize; position: relative;