diff options
Diffstat (limited to 'view')
-rw-r--r-- | view/theme/redbasic/css/style.css | 7 | ||||
-rwxr-xr-x | view/tpl/abook_edit.tpl | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 93cf70efe..33ccd5cbf 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -349,6 +349,13 @@ footer { font-weight: bold; } +.warning-text { + width: auto; + font-size: 1.2em; + font-weight: bold; + color: #ff0000; +} + .preview { background: url('../img/gray_and_white_diagonal_stripes_background_seamless.gif'); } diff --git a/view/tpl/abook_edit.tpl b/view/tpl/abook_edit.tpl index 9f6556842..e226da72c 100755 --- a/view/tpl/abook_edit.tpl +++ b/view/tpl/abook_edit.tpl @@ -39,7 +39,7 @@ <input id="contact-closeness-mirror" type="hidden" name="closeness" value="{{$close}}" /> {{if $noperms}} -<div id="noperm-desc" class="descriptive-paragraph">{{$noperms}}</div> +<div id="noperm-desc" class="warning-text">{{$noperms}}</div> {{/if}} |