אונטערשייד צווישן ווערסיעס פון "פארטל:Current events/News Browser/styles.css"

פון המכלול
קפיצה לניווט קפיצה לחיפוש
ק (Protected "Portal:Current events/News Browser/styles.css": match parent ([Edit=Require autoconfirmed or confirmed access] (indefinite)))
 
אין תקציר עריכה
 
(2 צווישנדיגע ווערסיעס פונעם זעלבן באַניצער נישט געוויזן)
שורה 9: שורה 9:
background-color: #f5faff;
background-color: #f5faff;
align-items: center;
align-items: center;
    border-radius:7px;
}
}



יעצטיגע רעוויזיע זינט 19:29, 3 פעברואר 2023

/* {{pp|small=y}} */
.p-current-events-news-browser {
	display: flex;
	font-size: 98%;
	box-sizing: border-box;
	margin-bottom: 0.5em;
	border: 1px solid #cedff2;
	padding: 7px;
	background-color: #f5faff;
	align-items: center;
    border-radius:7px;
}

.p-current-events-news-browser img {
	min-width: 32px; /* match image width set in template */
}

.p-current-events-news-browser ul {
	text-align: center;
	flex: 1;
}

@media all and (min-width: 360px) {
	.p-current-events-news-browser ul a {
		white-space: nowrap;
	}
}