Alcune modifiche al layout
This commit is contained in:
parent
f513161408
commit
bbf5a4f5e9
1 changed files with 6 additions and 3 deletions
|
@ -712,7 +712,7 @@ img.minilogo {
|
|||
font-size: 1.8em;
|
||||
text-transform: uppercase;
|
||||
color: #c53f33;
|
||||
margin-bottom: 0.4em;
|
||||
margin-bottom: 0.2em;
|
||||
}
|
||||
p.elements{margin:0px 1.5em !important;
|
||||
padding: 0em;
|
||||
|
@ -1137,7 +1137,10 @@ width: 150px;}
|
|||
|
||||
/*contenuto della pagina presentazioni e come si usa*/
|
||||
|
||||
.ui-content{margin-top: 1em !important;}
|
||||
.ui-content{
|
||||
margin-top: 0.7em !important;
|
||||
padding: 0.7em !important;
|
||||
}
|
||||
|
||||
p:has(> img.panel_logo){
|
||||
margin: 0.9em 0px;
|
||||
|
@ -1176,7 +1179,7 @@ p:has(> img.panel_logo){
|
|||
}
|
||||
|
||||
.my-new-list li {
|
||||
border-bottom: 1px solid gray;
|
||||
border-bottom: 1px dotted #c53f33;
|
||||
}
|
||||
|
||||
#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 {
|
||||
|
|
Loading…
Reference in a new issue