UI improvement on private event/attribute

pull/217/head
Christophe Vandeplas 2013-07-12 07:54:58 +02:00
parent 3e9a967188
commit 4388d18ba1
2 changed files with 1 additions and 8 deletions

View File

@ -139,7 +139,7 @@ $mayPublish = ($isAclPublish && $event['Event']['orgc'] == $me['org']);
<h3>Attributes</h3>
<?php
if (!empty($event['Attribute'])):?>
<table class="table table-condensed">
<table class="table table-striped table-condensed">
<tr>
<th>Category</th>
<th>Type</th>

View File

@ -424,13 +424,6 @@ dd {
text-align:center;
z-index:1;
}
.table-striped tbody > tr:nth-child(odd).privateRed > td, .table-striped tbody > tr:nth-child(odd).privateRed > th {
background-color: #FFD0D0 !important;
}
.table-striped tbody > tr:nth-child(even).privateRed > td, .table-striped tbody > tr:nth-child(even).privateRed > th {
background-color: #FFDDDD !important;
}
.privateRedText {
color: #FF0000 !important;