From c3f89e19ee422bc88b7d46c70c3add75a32edc68 Mon Sep 17 00:00:00 2001 From: gine Date: Sat, 25 Mar 2017 17:01:38 +0100 Subject: [PATCH] Aggiunto un
come divisore tra i post per poterlo fare meno lungo del div. Rimpicciolito di 0.1em i titoli --- www/css/index.css | 11 ++++++++--- www/js/crud.events.js | 2 +- www/js/query.js | 18 +++++++++++++----- 3 files changed, 22 insertions(+), 9 deletions(-) diff --git a/www/css/index.css b/www/css/index.css index 98b8a63..0e1cd53 100644 --- a/www/css/index.css +++ b/www/css/index.css @@ -427,7 +427,7 @@ .listatovirgole.listevoci ul li a { text-transform: initial; - font-size: 1.5em !important; + font-size: 1.4em !important; color: #000 !important; } @@ -1178,8 +1178,13 @@ p:has(> img.panel_logo){ max-height: 30px; } -.my-new-list li { - border-bottom: 1px dotted #c53f33; +hr.post-divider { + margin-left: 15%; + width: 70%; + color: #c53f33; + border-style: dashed; + border-width: 1px; + margin-bottom: 2px; } #outside, .ui-body-a, .ui-page-theme-a .ui-body-inherit, html .ui-bar-a .ui-body-inherit, html .ui-body-a .ui-body-inherit, html body .ui-group-theme-a .ui-body-inherit, html .ui-panel-page-container-a { diff --git a/www/js/crud.events.js b/www/js/crud.events.js index a5319ef..57532ff 100644 --- a/www/js/crud.events.js +++ b/www/js/crud.events.js @@ -119,13 +119,13 @@ EVENTS.loadFromDb = function (containerId, type) { "
" + evFrom + evTo + + "
"+ ""; items.push(li); } $(containerId).empty(); $("