|
|
@@ -34,6 +34,59 @@ h1, h2, h3 { |
|
|
|
color: #2C1F1C; |
|
|
|
} |
|
|
|
|
|
|
|
/* FORMS */ |
|
|
|
|
|
|
|
input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover { |
|
|
|
background: #984601; |
|
|
|
} |
|
|
|
input[type="button"], input[type="submit"], input[type="reset"] { |
|
|
|
background: #C46300; |
|
|
|
border: 1px outset #984601; |
|
|
|
-moz-border-radius: 4px; |
|
|
|
} |
|
|
|
input[type="text"], input.textwidget, textarea { |
|
|
|
border: 1px solid #C46300; |
|
|
|
} |
|
|
|
legend { |
|
|
|
color: #984601; |
|
|
|
} |
|
|
|
|
|
|
|
fieldset { |
|
|
|
border-color: #984601; |
|
|
|
} |
|
|
|
|
|
|
|
#content.ticket { |
|
|
|
margin: 0 auto; |
|
|
|
} |
|
|
|
.buttons { |
|
|
|
text-align: center; |
|
|
|
} |
|
|
|
.buttons input { |
|
|
|
margin: 0.5em; |
|
|
|
} |
|
|
|
#content.ticket fieldset { |
|
|
|
background: #E5DCDC; |
|
|
|
} |
|
|
|
#field-description { |
|
|
|
background: #fff url(/browser/web/trunk/static/img/dashit-light.png?format=raw) no-repeat right bottom; |
|
|
|
} |
|
|
|
#attachments { |
|
|
|
background: #fff; |
|
|
|
border: none; |
|
|
|
} |
|
|
|
#attachfile { |
|
|
|
text-align: center; |
|
|
|
} |
|
|
|
#changelog { |
|
|
|
background: #cccc88; |
|
|
|
border: 1px solid #C46300; |
|
|
|
} |
|
|
|
a.ext-link .icon { |
|
|
|
background-position: right center; |
|
|
|
padding-right: 16px; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/* HEADER */ |
|
|
|
|
|
|
|
.nav { |
|
|
@@ -128,57 +181,6 @@ border-right: none !important; |
|
|
|
border-bottom: 1px dotted #C46300; |
|
|
|
} |
|
|
|
|
|
|
|
/* FORMS */ |
|
|
|
|
|
|
|
input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover { |
|
|
|
background: #984601; |
|
|
|
} |
|
|
|
input[type="button"], input[type="submit"], input[type="reset"] { |
|
|
|
background: #C46300; |
|
|
|
border: 1px outset #984601; |
|
|
|
-moz-border-radius: 4px; |
|
|
|
} |
|
|
|
input[type="text"], input.textwidget, textarea { |
|
|
|
border: 1px solid #C46300; |
|
|
|
} |
|
|
|
legend { |
|
|
|
color: #984601; |
|
|
|
} |
|
|
|
|
|
|
|
fieldset { |
|
|
|
border-color: #984601; |
|
|
|
} |
|
|
|
|
|
|
|
#content.ticket { |
|
|
|
margin: 0 auto; |
|
|
|
} |
|
|
|
.buttons { |
|
|
|
text-align: center; |
|
|
|
} |
|
|
|
.buttons input { |
|
|
|
margin: 0.5em; |
|
|
|
} |
|
|
|
#content.ticket fieldset { |
|
|
|
background: #E5DCDC; |
|
|
|
} |
|
|
|
#field-description { |
|
|
|
background: #fff url(/browser/web/trunk/static/img/dashit-light.png?format=raw) no-repeat right bottom; |
|
|
|
} |
|
|
|
#attachments { |
|
|
|
background: #fff; |
|
|
|
border: none; |
|
|
|
} |
|
|
|
#attachfile { |
|
|
|
text-align: center; |
|
|
|
} |
|
|
|
#changelog { |
|
|
|
background: #cccc88; |
|
|
|
border: 1px solid #C46300; |
|
|
|
} |
|
|
|
a.ext-link .icon { |
|
|
|
background-position: right center; |
|
|
|
padding-right: 16px; |
|
|
|
} |
|
|
|
|
|
|
|
/* FORM TICKETS */ |
|
|
|
#preview h3, #changelog h3 { |
|
|
|