From b5cba3eb31ad25e35a640913e3b4ef64ea9e0550 Mon Sep 17 00:00:00 2001 From: Manuel Cillero Date: Tue, 27 Mar 2018 00:05:15 +0200 Subject: [PATCH] =?UTF-8?q?Parche=20para=20eliminar=20la=20l=C3=ADnea=20in?= =?UTF-8?q?ferior=20en=20blanco=20y=20ajuste=20de=20las=20tareas=20relacio?= =?UTF-8?q?nadas?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/themes/circlepro/images/bg_wa.png | Bin 0 -> 91 bytes .../circlepro/stylesheets/application.css | 16 ++++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 public/themes/circlepro/images/bg_wa.png diff --git a/public/themes/circlepro/images/bg_wa.png b/public/themes/circlepro/images/bg_wa.png new file mode 100644 index 0000000000000000000000000000000000000000..99797cdcfe0da480ad6b942e93ae985f8e638d3d GIT binary patch literal 91 zcmeAS@N?(olHy`uVBq!ia0vp^DL~A~!2~3i@0{}rNUxh` literal 0 HcmV?d00001 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;