Template:NinaCombo/NinaComboStyle.css: Difference between revisions

Template page
No edit summary
No edit summary
Line 9: Line 9:
.nina_combo_row > div {
.nina_combo_row > div {
float: left;
float: left;
display:table-cell;
}
}



Revision as of 23:27, 9 February 2021

.nina_combo_header {
	background-color: lightgray;
}

.nina_combo_row {
	min-height: 34px;
}

.nina_combo_row > div {
	float: left;
	display:table-cell;
}

.nina_combo_launcher {
    width: 100px;
	border:1px solid;
	padding:5px;
}

.nina_combo_combo {
	width: 500px;
	border: 1px solid;
	border-left: 0px;
	padding: 5px;
}

.nina_combo_damage {
	width: 100px;
	border: 1px solid;
	border-left: 0px;
	padding: 5px;
}

.nina_combo_notes {
	width: 215px;
	border: 1px solid;
	border-left: 0px;
	padding: 5px;
}


.clear:after {
    clear: both;
    content: "";
    display: table;
}