diff --git a/css/app.css b/css/app.css index 9c9f1c5..f627f2c 100644 --- a/css/app.css +++ b/css/app.css @@ -98,4 +98,18 @@ section { #directives-keypress textarea { width: 100%; height: 100px; +} + +span[ui-currency] { + display:block; +} +/*** Currency ***/ +.ui-currency-pos { + font-weight: bold; +} +.ui-currency-neg { + font-size: 125%; +} +.ui-currency-zero { + color: #000; } \ No newline at end of file diff --git a/index.html b/index.html index 9332279..618059c 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,7 @@ - + @@ -20,7 +20,7 @@ - + @@ -54,6 +54,7 @@
  • Select2
  • Show / Hide / Toggle
  • TinyMCE
  • +
  • Currency