App-I18N
view release on metacpan or search on metacpan
share/static/app.css view on Meta::CPAN
h1,h2,h3 { color: #3F92D2; }
textarea,input {
font-size: 22px;
padding: 3px;
background: #ded;
color: #666;
}
textarea:focus,
input:focus { background: #99CCD2;color: #333; font-weight: bold; }
.msgid { width: 300px; float: left; padding:6px; }
.msgstr { width: 400px; float: left; padding:6px; }
.msgid textarea,
.msgid input { width: 300px; }
.msgstr textarea,
.msgstr input { width: 400px; }
share/static/jquery.jgrowl.css view on Meta::CPAN
display: none;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
div.jGrowl div.jGrowl-notification {
min-height: 40px;
}
div.jGrowl div.jGrowl-notification div.header {
font-weight: bold;
font-size: .85em;
}
div.jGrowl div.jGrowl-notification div.close {
z-index: 99;
float: right;
font-weight: bold;
font-size: 1em;
cursor: pointer;
}
div.jGrowl div.jGrowl-closer {
padding-top: 4px;
padding-bottom: 4px;
cursor: pointer;
font-size: .9em;
font-weight: bold;
text-align: center;
}
/** Hide jGrowl when printing **/
@media print {
div.jGrowl {
display: none;
}
}
( run in 1.214 second using v1.01-cache-2.11-cpan-98e64b0badf )