diff --git a/src/sdpi.css b/src/sdpi.css index 7a2900c..30d0cb3 100644 --- a/src/sdpi.css +++ b/src/sdpi.css @@ -9,6 +9,10 @@ padding-left:33px !important; } +.small { + font-size: 9pt !important; +} + .leftMargin10 { margin-left: 10px; } @@ -17,6 +21,18 @@ margin-left: 0px !important; } +.leftPadding3 { + padding-left: 3px !important; +} + +.leftPadding0 { + padding-left: 0px !important; +} + +.bright { + color:#d8d8d8; +} + .iconLeft { background-position: 0px 4px !important; } @@ -26,6 +42,13 @@ padding-left:15px; } +.subMenu { + border-left: 1px dotted gray; + padding-left:15px; + max-width:96%; + background-color:#323232; +} + html { --sdpi-bgcolor: #2D2D2D;