recorder.css

@charset 'UTF-8';
.app-recorder { position: relative; border: thin solid #ccc; background-color: #eee; border-radius: 5px; padding: 0.5em; }
.app-recorder button { display: inline; padding: 1px; margin: 0; }
.app-recorder button img { border: 0; padding: 0; margin: 0; }
.app-recorder .activity { display: block; margin-top: 0.5em; height: 1em; width: 100%; }
.app-recorder .timer { display: none; } /* initial state */
.app-recorder .timer { font-size: 18px; font-weight: bold; }
.app-recorder form { margin: 0.5em 0px; display: block; }
.app-recorder form label,
.app-recorder form input,
.app-recorder form textarea { display: block; width: 100%; }
.app-recorder .swf-content { display: block; margin-top: 6px; border: 0; padding: 0; }
.app-recorder.app_inline { display: inline; display: inline-block; }
.app-recorder.app_block { display: block; margin-top: 1em; width: 98%; }
.app-recorder.soft-time-limit .timer { color: red; }
.app-recorder.hard-time-limit .timer { color: red; text-decoration: underline; }
/* Workaround for too high specificity on CSS in layout.css */
#wrapper_object_content .app-recorder button img { padding: 0; }

Login