From 738217f8316064ef97fa078718deddea4148860f Mon Sep 17 00:00:00 2001 From: Manuel Cillero Date: Wed, 20 Jun 2018 23:57:27 +0200 Subject: [PATCH] =?UTF-8?q?Se=20mejora=20la=20vista=20de=20los=20proyectos?= =?UTF-8?q?=20con=20tama=C3=B1o=20y=20estilos=20adecuados=20a=20la=20propo?= =?UTF-8?q?rci=C3=B3n=20del=20contenido?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../themes/circlepro/stylesheets/application.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/public/themes/circlepro/stylesheets/application.css b/public/themes/circlepro/stylesheets/application.css index 73960a1..85685bb 100644 --- a/public/themes/circlepro/stylesheets/application.css +++ b/public/themes/circlepro/stylesheets/application.css @@ -177,6 +177,21 @@ p.breadcrumb, p.buttons, p.author, p.other-formats { break-inside: avoid-column; /* IE 11 */ display: table; /* Actually FF 20+ */ } +#projects-index ul.projects div.root a.project { + font-size: 34px; + line-height: 1.48em; + padding: 2px 6px; + border-radius: 6px; + background-color: #f2f2f2; +} +#projects-index ul.projects div.child a.project { + font-size: 34px; + line-height: 1.2em; +} +#projects-index ul.projects div a.icon-fav { + padding-right: 20px !important; + background-position: right 30%; +} div#activity dt.icon { background-position: 0 4px !important;