Skip to content

Commit

Permalink
- ALL inline styles removed
Browse files Browse the repository at this point in the history
  • Loading branch information
brookesi committed Oct 1, 2023
1 parent 54a779b commit 9ee1ed1
Show file tree
Hide file tree
Showing 2 changed files with 140 additions and 111 deletions.
46 changes: 45 additions & 1 deletion Mongoose_Traveller2e/MongooseTraveller.css
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,10 @@ input[type="number"]:hover {
height: 75px;
}

.sheet-narrowtext textarea {
height: 40px;
}

.sheet-bold {
font-weight: bold;
}
Expand Down Expand Up @@ -1363,6 +1367,15 @@ button.btn.repcontrol_edit::after {
display: flex;
}

.sheet-trade_content div:first-child {
margin-right: 3px;
width: 15%;
}

.sheet-trade_content div:nth-child(2) {
width: 85%;
}

.sheet-speculative,
.sheet-speculative-subpanel {
border: red solid 1px;
Expand Down Expand Up @@ -1395,12 +1408,20 @@ button.btn.repcontrol_edit::after {
width: 2%;
}

div.sheet-speculativegoods h3 {
margin-left: 5px;
}

div.sheet-speculativegoods-row-pg {
display: grid;
grid-template-columns: 32px 210px 100px 85px 95px 70px 80px;
column-gap: 5px;
}

div.sheet-speculativegoods-row-pg h5:first-child,
div.sheet-speculativegoods-row-pg span:first-child {
margin-left: 5px;
}
div.sheet-speculativegoods-row {
display: grid;
grid-template-columns: 22px 190px 100px 75px 80px 70px 75px 75px 40px;
Expand Down Expand Up @@ -1795,6 +1816,10 @@ sheet-vehicle h3 {
height: 30px !important;
}

.sheet-laf-weaponlist select {
width: 85px;
}

.sheet-laf-ship {
grid-template-columns: 2fr 5fr 1fr 5fr 1fr 1fr 1fr;
margin-bottom: 3px;
Expand Down Expand Up @@ -1841,7 +1866,16 @@ sheet-vehicle h3 {

.sheet-laf-animal-init {
width: 75%;
grid-template-columns: 0.25fr 0.25fr 1fr 0.01fr;
grid-template-columns: 0.25fr 0.25fr 5fr;
}
.sheet-laf-animal-init span {
margin-top: 5px;
}

.sheet-laf-animal-init button {
height: 28px !important;
padding: 0;
margin: 0px !important;
}

.sheet-laf-animal-detail {
Expand Down Expand Up @@ -2205,4 +2239,14 @@ input.sheet-laf-ship-component-hider {
.sheet-skill-toggles {
display: grid;
grid-template-columns: 0.5fr 1fr 0.5fr 1fr 0.5fr 1fr 0.5fr 6fr;
}

.sheet-trade-passagetype {
display: grid;
grid-template-columns: 1fr 0.1fr 0.35fr 0.1fr 1fr 0.1fr 1fr 0.1fr 1fr 0.1fr 1fr;
}

.sheet-trade-parsecs {
display: grid;
grid-template-columns: 0.97fr 0.1fr 0.35fr 0.1fr 0.35fr 0.1fr 0.35fr 0.1fr 0.35fr 0.1fr 0.35fr 0.1fr 0.35fr 2fr;
}
Loading

0 comments on commit 9ee1ed1

Please sign in to comment.