aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--view/theme/redbasic/css/style.css4
-rwxr-xr-xview/tpl/acl_selector.tpl4
2 files changed, 4 insertions, 4 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 6ee71a1bd..2b4314fdb 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -1566,7 +1566,7 @@ header {
float: left;
display: block;
width: auto;
- height: 18px;
+ height: 26px;
background-color: #cccccc;
background-image: url("../../../../images/show_all_off.png");
background-position: 7px 7px;
@@ -1611,7 +1611,7 @@ header {
background-color: #ddddff;
}
-.acl-list-item p { height: 12px; font-size: 10px; margin: 0px; padding: 2px 0px 1px; overflow: hidden;}
+.acl-list-item p { height: 12px; font-size: 10px; margin: 0px; overflow: hidden;}
.acl-list-item a {
font-size: 8px;
display: block;
diff --git a/view/tpl/acl_selector.tpl b/view/tpl/acl_selector.tpl
index d21073b56..d869562e2 100755
--- a/view/tpl/acl_selector.tpl
+++ b/view/tpl/acl_selector.tpl
@@ -10,8 +10,8 @@
<div class="acl-list-item" rel="acl-template" style="display:none">
<img src="{0}"><p>{1}</p>
- <a href="#" class='acl-button-show'>{{$show}}</a>
- <a href="#" class='acl-button-hide'>{{$hide}}</a>
+ <a href="#" class='acl-button-show'></a>
+ <a href="#" class='acl-button-hide'></a>
</div>
<script>