Update torg.css

added textHeadsm for smaller header fonts (Approved Actions)
This commit is contained in:
sirtoast
2014-09-07 23:07:07 -04:00
parent 1c14953dfe
commit 57153d2dc4
+15 -1
View File
@@ -71,6 +71,20 @@
padding:1px 2px;
border-spacing: 0px 4px;
}
.charsheet div.sheet-textHeadsm {
background-color: black;
color: white;
font-size: 12px;
font-weight: bold;
text-align:center;
-webkit-border-radius: 5px;
-moz-border-radius: 5px; /*[top-left] [top-right] [bottom-right] [bottom-left] */
border-radius: 5px;
width:100%;
padding:1px 2px;
border-spacing: 0px 4px;
}
.charsheet div.sheet-record {
color: black;
font-size: 14px;
@@ -218,4 +232,4 @@ div.sheet-tab-content
border-top-color: #000;*/
margin: 2px 0 0 5px;
padding: 5px;
}
}