remove resistances text-indent now that we use span. Other cleanups for npc styling

This commit is contained in:
Mark
2016-02-20 13:01:28 +01:00
parent cbd7f9a152
commit b209a1ceb6
2 changed files with 4 additions and 20 deletions
File diff suppressed because one or more lines are too long
+3 -19
View File
@@ -1738,33 +1738,21 @@ textarea {
.sheet-section-core & {
text-indent: 12.3em;
}
.sheet-section-npc & {
text-indent: 12.2em;
}
}
.sheet-damage-resistances & {
.sheet-section-core & {
text-indent: 11.5em;
}
.sheet-section-npc & {
text-indent: 11em;
}
}
.sheet-damage-immunities & {
.sheet-section-core & {
text-indent: 10.8em;
}
.sheet-section-npc & {
text-indent: 10.7em;
}
}
.sheet-condition-immunities & {
.sheet-section-core & {
text-indent: 11.2em;
}
.sheet-section-npc & {
text-indent: 11.6em;
}
}
}
@@ -1946,6 +1934,8 @@ textarea {
select {
background: transparent;
color: inherit;
padding-bottom: 0;
padding-top: 0;
}
.btn {
@@ -1976,7 +1966,7 @@ textarea {
.sheet-npc-content-wrap {
background: url('http://i.imgur.com/hggz0ed.jpg') repeat;
font-family: 'Noto Sans', 'Myriad Pro', Calibri, Helvetica, Arial, sans-serif;
font-size: 1.2em;
font-size: 14px;
padding: .6em .3em;
border: 1px #DDD solid;
box-shadow: 0 0 1.5em #867453;
@@ -2037,12 +2027,6 @@ textarea {
margin: 5px 0;
}
.sheet-saving-throws {
input {
padding: 0;
}
}
.sheet-skills {
.repitem {
flex-wrap: nowrap;