diff --git a/public/themes/circlepro/images/bg_wa.png b/public/themes/circlepro/images/bg_wa.png new file mode 100644 index 0000000..99797cd Binary files /dev/null and b/public/themes/circlepro/images/bg_wa.png differ diff --git a/public/themes/circlepro/stylesheets/application.css b/public/themes/circlepro/stylesheets/application.css index 2ca5078..db60ec8 100644 --- a/public/themes/circlepro/stylesheets/application.css +++ b/public/themes/circlepro/stylesheets/application.css @@ -35,6 +35,10 @@ /* 1. GENERAL */ /**********************************************************/ +html { + background: transparent url(../images/bg_wa.png) repeat-x 0 bottom; +} + #wrapper-top-menu, #wrapper-header, #wrapper-main-menu, @@ -1315,6 +1319,18 @@ div.details { padding: 20px !important; } padding: 2% !important; } + #relations table.list td.buttons, + #relations table.list td.done_ratio { + border: 0; + } + #relations table.list td.subject { + border-bottom: 0; + } + #relations table.list td.start_date, + #relations table.list td.due_date { + min-height: 31px; + } + div.wiki ul.toc { float: none; margin-left: 0;