view release on metacpan or search on metacpan
share/web/static/css/main.css view on Meta::CPAN
html {
font-family: Helvetica;
background: url(/static/sd/images/gradient.png) repeat-x;
background-color: #601;
padding: 1em;
}
div.page {
position: relative;
max-width: 800px;
share/web/static/css/main.css view on Meta::CPAN
div.project-name {
position: absolute;
top: 0;
right: 0;
left: 0;
padding-left: 70px;
color: #fff;
background-color: #000;
display: inline;
font-weight: bold;
padding-top: 0.25em;
padding-right: 0.5em;
padding-bottom: 0.5em;
-moz-border-radius-topright: 1em;
-moz-border-radius-bottomright: 0em;
-webkit-border-top-right-radius: 1em;
-webkit-border-bottom-right-radius: 0em;
z-index: 30;
}
share/web/static/css/main.css view on Meta::CPAN
height: 1em;
display: block;
overflow: hidden;
text-overflow:ellipsis;
padding-top:0.3em;
padding-left: 70px;
margin-bottom: 2.5em;
background-color: #666;
color: #fff;
text-decoration: none;
font-size: 1.6em;
border-bottom: 0.25em solid #666;
z-index: 0;
}
h2 {
padding: 0.5em;
text-decoration: none;
font-weight: bold;
font-size: 1.4em;
}
.log h2 {
font-weight: normal;
}
.log h2 a.ticket-summary {
font-weight: normal;
text-decoration: none;
color: #700;
}
.log h2 a:hover {
text-decoration: underline;
}
h2 .ticket-id {
share/web/static/css/main.css view on Meta::CPAN
ul.actions li:last-child {
-moz-border-radius-topright: 0.25em;
-webkit-border-top-right-radius: 0.25em;
}
ul.actions li a {
text-decoration: none;
color: #1133AA;
padding: 0.5em;
font-size: 0.8em;
}
ul.actions li:hover {
background: #ccc;
}
div.ticket_list ul li span {
float: left;
padding: 0.2em;
}
share/web/static/css/main.css view on Meta::CPAN
}
label.prop-content {
display: none;
}
div.widget label {
display: inline-block;
width: 8em;
font-size: 0.8em;
text-align: right;
padding-right: 0.5em;
color: #666;
background-color: transparent;
font-weight: bold;
margin: 0;
padding: 0;
border: 0;
padding-bottom: 0.8em;
}
div.widget div.value {
display: inline-block;
padding-top: 0.35em;
padding-left: 0.6em;
font-size: 0.95em;
}
div.widget input {
margin-top: 0em;
font-size: 0.95em;
margin-left: 0.2em;
padding: 0.2em;
}
div.comment-form {
border: 1px solid #999;
margin-left: 1em;
margin-right: 1em;
margin-top: 2em;
padding: 2em;
share/web/static/css/main.css view on Meta::CPAN
div.widget.description .value {
white-space: normal;
display: block;
overflow-x: auto;
}
div.widget.description textarea {
width: 100%;
font-size: 0.8em;
height: 6em;
padding-left: 0.5em;
padding-top: 0.5em;
padding-bottom: 0.5em;
}
div.widget.status {
margin-left: 1em;
}
share/web/static/css/main.css view on Meta::CPAN
.other-props .widget input {
width: 13em;
}
*/
ul.page-nav {
position: absolute;
top: 0;
right: 1.25em;
font-size: 0.7em;
z-index: 1000;
color: #ccc;
padding: 0;
}
ul.page-nav li, ul.page-nav li a {
font-weight: bold;
border: none;
color: #fff;
}
ul.page-nav li, ul.page-nav li ul li {
background-image: none;
background-color: #000;
opacity: 0.85;
-moz-opacity: 0.85; /* older Gecko-based browsers */
filter:alpha(opacity=85); /* For IE6&7 */
share/web/static/css/main.css view on Meta::CPAN
dl.history {
margin-right: 1em;
}
dl.history dt {
border-top: 1px solid #ccc;
padding-top: 0.5em;
padding-bottom: 0.5em;
color: #666;
width: 100%;
font-size: 0.8em;
}
dl.history dt .source_info {
float: right;
}
dl.history dt .created {
width: 8em;
display: inline-block;
share/web/static/css/main.css view on Meta::CPAN
content: " @ ";
}
dl.history dt .original_source_uuid {
color: #666;
}
dl.history dd {
margin-bottom: 0.5em;
font-size: 0.9em;
margin-right: 0;
}
dl.history dd ul li{
list-style-type: none;
padding: 0.5em;
padding-left: 1.5em;
}
dl.history dd ul li:nth-child(odd) {
background: #ddd;
-webkit-border-radius: 0.4em;
-moz-border-radius: 0.4em;
}
dl.history span.property {
font-weight: bold;
display: block;
width: 8em;
float: left; /* firefox can't text-align an inline block. nfc why */
padding-right: 0.25em;
text-align: right;
overflow: hidden;
}
dl.history span.prose {
color: #666;
share/web/static/css/main.css view on Meta::CPAN
}
ul.comments li .content-pre {
white-space: pre;
overflow-x: auto;
}
ul.comments li .content {
padding: 1em;
margin-top: 1em;
font-size: 0.9em;
overflow-x: auto;
}
ul.comments li:nth-child(odd) {
background: #ddd;
-moz-border-radius: 0.4em;
-webkit-border-radius: 0.4em;
}
share/web/static/css/main.css view on Meta::CPAN
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
padding-right: 2em;
}
table.tablesorter td {
border-bottom: 1px solid #ccc;
}
table.tablesorter tbody td {
color: #555;
font-weight: bold;
height: 4em;
padding-top: 3em;
}
table.tablesorter td.summary a, table.tablesorter td.id a {
font-size: 1.6em;
text-decoration: none;
color: #700;
}
table.tablesorter td.summary a {
display: block;
padding-bottom: 2em;
right: 0;
background: clear;
z-index: 50;
share/web/static/css/main.css view on Meta::CPAN
table.tablesorter td a:hover {
text-decoration: underline;
}
table.tablesorter td.summary {
margin-top: 0em;
padding: 0;
font-weight: normal;
right:1.5em;
overflow: hidden;
margin-top: 0.5em;
height: 1em;
left: 6.75em;
position: absolute;
padding-bottom: 1.25em;
border-bottom: none;
}
share/web/static/css/main.css view on Meta::CPAN
.pagesection .bar {
height: 6px;
background: #900;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}
.pagesection li {
font-size: 0.8em;
}
.pagesection li a {
color: #000;
padding-left: 0.1em;
text-decoration: none;
font-weight: bold;
}
div.overview {
position: absolute;
top: 80px;
left: 160px;
right: 20px;
}
div.overview h2 {
padding-bottom: 0;
font-weight: normal;
border-bottom: 1px solid #ddd;
}
.sidebar {
width: 120px;
border-right: 1px solid #ddd;
padding-right: 10px;
}
.sidebar h2 {
padding-left: 0;
font-size: 1.1em;
font-weight: normal;
border-bottom: 1px solid #ddd;
padding-bottom: 5px;
margin-bottom: 10px;
padding-top: 0.5em;
}
.sidebar .pagesection {
padding-bottom: 5px;
border-bottom: 1px solid #ddd;