diff options
Diffstat (limited to 'public')
-rw-r--r-- | public/images/stripes-70-light.png | bin | 0 -> 260 bytes | |||
-rw-r--r-- | public/images/stripes-70-light2.png | bin | 0 -> 263 bytes | |||
-rw-r--r-- | public/stylesheets/theme.css | 7 |
3 files changed, 7 insertions, 0 deletions
diff --git a/public/images/stripes-70-light.png b/public/images/stripes-70-light.png Binary files differnew file mode 100644 index 000000000..7a0ee575d --- /dev/null +++ b/public/images/stripes-70-light.png diff --git a/public/images/stripes-70-light2.png b/public/images/stripes-70-light2.png Binary files differnew file mode 100644 index 000000000..443442a48 --- /dev/null +++ b/public/images/stripes-70-light2.png diff --git a/public/stylesheets/theme.css b/public/stylesheets/theme.css index 83899563f..d00ccdf3d 100644 --- a/public/stylesheets/theme.css +++ b/public/stylesheets/theme.css @@ -785,6 +785,13 @@ div.comment_in_request { -moz-border-radius: 6px; padding: 4px 20px 0px 9px; } +div.outgoing.correspondence { + background: url(/images/stripes-70-light.png); +} + +div.comment_in_request { + background: url(/images/stripes-70-light2.png); +} div.comment_in_request { margin-left: 50px; |