/* main layout overwrite */ #layout { height: 100%; } #fields .bd { height: 600px; } #fields .ft { border-top: 2px solid white; padding-top: 5px; } #fields .ft button { width: 100%; } /* suggest */ .suggest-field input { } .suggest { max-height: 120px; overflow: auto; background-color: white; } .suggest ul { padding: 0; margin: 0; } .suggest li { list-style-type: none; } /* editable title field */ #title { background-color: #EEE; padding: 5px; margin: 0 0 10px; } #title .text { font-size: 125%; font-weight: bold; padding: 5px 0; } .textedit .inputField { display: none; } .textedit .inputLabel { font-weight: bold; } .textedit .text:hover { background-color: #F5F46C; } .textedit textarea { width: 100%; } .textedit .info { display: none; } .textedit:hover .info { display: block; } .textedit.edit .text, .textedit.edit:hover .info { display: none; } .textedit.edit .inputField { display: block; } /* frames */ #videoFrames { margin: 10px 0; } .yui3-videoframes ul.frameslist { margin: 0; padding: 0; } .yui3-videoframes li { width: 180px; float: left; overflow: hidden; list-style: none; margin: 0 2px 2px 0; } .yui3-videoframes img { width: 100%; }