From 47ac4f617717c54ca6ab5b2dc685e4dfd7510b07 Mon Sep 17 00:00:00 2001 From: Manuel Cillero Date: Tue, 12 Feb 2019 19:16:42 +0100 Subject: [PATCH] =?UTF-8?q?Se=20retoca=20el=20=C3=ADndice=20de=20documento?= =?UTF-8?q?s=20para=20diferenciar=20mejor=20categor=C3=ADas,=20t=C3=ADtulo?= =?UTF-8?q?s=20y=20encabezados?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/themes/circlepro/images/document.png | Bin 0 -> 197 bytes .../circlepro/stylesheets/application.css | 25 +++++++++++++----- 2 files changed, 19 insertions(+), 6 deletions(-) create mode 100644 public/themes/circlepro/images/document.png diff --git a/public/themes/circlepro/images/document.png b/public/themes/circlepro/images/document.png new file mode 100644 index 0000000000000000000000000000000000000000..6c9ccbf656428f262da4bddb112223a09a2a3063 GIT binary patch literal 197 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Y)RhkE)4%caKYZ?lYt_f1s;*b z3=G`DAk4@xYmNj^kiEpy*OmP-6OW*Yl=;3l^MFD@o-U3d7N_4{+{oGBAmDP*J}DtZ z`&vr*wG`R5L*|A8!j{)QsKrb>zJa^`X#XASY*C9VOPS`pT6a#=p){D;z-(St75}H4 l3reb-2Lk@av0E_|FizrK-gjnCi4V|p22WQ%mvv4FO#rauK1%=q literal 0 HcmV?d00001 diff --git a/public/themes/circlepro/stylesheets/application.css b/public/themes/circlepro/stylesheets/application.css index 00a4b00..f47a9bb 100644 --- a/public/themes/circlepro/stylesheets/application.css +++ b/public/themes/circlepro/stylesheets/application.css @@ -734,17 +734,30 @@ div.wiki .query-issue-links { /* 11. DOCUMENTS */ /**********************************************************/ +body.controller-documents.action-index #content > h3 { + color: #eee; + background-color: #556372; + padding: 4px 8px 6px; + margin: 28px 0 0; + font-size: 28px; +} body.controller-documents.action-index #content > h4 { - background: #f2f2f2 url(../../../images/document.png) no-repeat 6px 9px; - padding: 6px 28px 8px; - margin: 36px 15% 0 0; + background: #182330 url(../images/document.png) no-repeat 10px 10px; + padding: 6px 8px 8px 34px; + margin: 28px 0 0; border: 0; - border-radius: 0 15px 15px 0; + font-size: 24px; +} +body.controller-documents.action-index #content > h4 a { + color: #ffbf00; +} +body.controller-documents.action-index #content > h4 a:hover { + text-decoration: underline; } body.controller-documents.action-index #content > h4 + p { - margin-top: 2px; + margin-top: 0; padding-left: 8px; - color: #999; + color: #777; } body.controller-documents.action-index #content > h4 + p em { font-style: normal;