Skip to content

Commit

Permalink
Dev: Style and-or-or condition better
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Oct 11, 2016
1 parent 84989c9 commit 2db450d
Show file tree
Hide file tree
Showing 19 changed files with 83 additions and 13 deletions.
6 changes: 2 additions & 4 deletions application/views/admin/conditions/includes/condition.php
@@ -1,7 +1,5 @@
<?php if ($andOrOr): ?>
<span class='label label-default'>
<?php echo $andOrOr; ?>
</span>
<h4 class='condition-and-or-or'><span class='label label-default'> <?php echo $andOrOr; ?> </span></h4>
<?php endif; ?>

<?php echo CHtml::form(
Expand All @@ -12,7 +10,7 @@
'name'=>"conditionaction" . $row['cid']
)
); ?>
<table class='table conditionstable'>
<table class='table conditions-table'>
<tr class='active'>
<?php if ($subaction == "copyconditionsform" || $subaction == "copyconditions" ): ?>
<td></td>
Expand Down
2 changes: 1 addition & 1 deletion styles/Apple_Blossom/css/lime-admin-common-rtl.css

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions styles/Apple_Blossom/css/lime-admin-common.css
Expand Up @@ -2146,6 +2146,14 @@ table#responsedetail tr td{
margin-left: 5px;
}

.conditions-table {
margin-bottom: 0;
}

.condition-and-or-or {
margin-left: 20px;
}

/* Tabs used within form in condition designer */
#editconditions .tab-content {
padding-top: 0;
Expand Down
2 changes: 1 addition & 1 deletion styles/Bay_of_Many/css/lime-admin-common-rtl.css

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions styles/Bay_of_Many/css/lime-admin-common.css
Expand Up @@ -2146,6 +2146,14 @@ table#responsedetail tr td{
margin-left: 5px;
}

.conditions-table {
margin-bottom: 0;
}

.condition-and-or-or {
margin-left: 20px;
}

/* Tabs used within form in condition designer */
#editconditions .tab-content {
padding-top: 0;
Expand Down
2 changes: 1 addition & 1 deletion styles/Black_Pearl/css/lime-admin-common-rtl.css

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions styles/Black_Pearl/css/lime-admin-common.css
Expand Up @@ -2146,6 +2146,14 @@ table#responsedetail tr td{
margin-left: 5px;
}

.conditions-table {
margin-bottom: 0;
}

.condition-and-or-or {
margin-left: 20px;
}

/* Tabs used within form in condition designer */
#editconditions .tab-content {
padding-top: 0;
Expand Down
2 changes: 1 addition & 1 deletion styles/Dark_Sky/css/lime-admin-common-rtl.css

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions styles/Dark_Sky/css/lime-admin-common.css
Expand Up @@ -2146,6 +2146,14 @@ table#responsedetail tr td{
margin-left: 5px;
}

.conditions-table {
margin-bottom: 0;
}

.condition-and-or-or {
margin-left: 20px;
}

/* Tabs used within form in condition designer */
#editconditions .tab-content {
padding-top: 0;
Expand Down
2 changes: 1 addition & 1 deletion styles/Free_Magenta/css/lime-admin-common-rtl.css

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions styles/Free_Magenta/css/lime-admin-common.css
Expand Up @@ -2146,6 +2146,14 @@ table#responsedetail tr td{
margin-left: 5px;
}

.conditions-table {
margin-bottom: 0;
}

.condition-and-or-or {
margin-left: 20px;
}

/* Tabs used within form in condition designer */
#editconditions .tab-content {
padding-top: 0;
Expand Down
2 changes: 1 addition & 1 deletion styles/Noto_All_Languages/css/lime-admin-common-rtl.css

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions styles/Noto_All_Languages/css/lime-admin-common.css
Expand Up @@ -2146,6 +2146,14 @@ table#responsedetail tr td{
margin-left: 5px;
}

.conditions-table {
margin-bottom: 0;
}

.condition-and-or-or {
margin-left: 20px;
}

/* Tabs used within form in condition designer */
#editconditions .tab-content {
padding-top: 0;
Expand Down
2 changes: 1 addition & 1 deletion styles/Purple_Tentacle/css/lime-admin-common-rtl.css

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions styles/Purple_Tentacle/css/lime-admin-common.css
Expand Up @@ -2146,6 +2146,14 @@ table#responsedetail tr td{
margin-left: 5px;
}

.conditions-table {
margin-bottom: 0;
}

.condition-and-or-or {
margin-left: 20px;
}

/* Tabs used within form in condition designer */
#editconditions .tab-content {
padding-top: 0;
Expand Down
2 changes: 1 addition & 1 deletion styles/Sea_Green/css/lime-admin-common-rtl.css

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions styles/Sea_Green/css/lime-admin-common.css
Expand Up @@ -2146,6 +2146,14 @@ table#responsedetail tr td{
margin-left: 5px;
}

.conditions-table {
margin-bottom: 0;
}

.condition-and-or-or {
margin-left: 20px;
}

/* Tabs used within form in condition designer */
#editconditions .tab-content {
padding-top: 0;
Expand Down
2 changes: 1 addition & 1 deletion styles/Sunset_Orange/css/lime-admin-common-rtl.css

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions styles/Sunset_Orange/css/lime-admin-common.css
Expand Up @@ -2146,6 +2146,14 @@ table#responsedetail tr td{
margin-left: 5px;
}

.conditions-table {
margin-bottom: 0;
}

.condition-and-or-or {
margin-left: 20px;
}

/* Tabs used within form in condition designer */
#editconditions .tab-content {
padding-top: 0;
Expand Down

0 comments on commit 2db450d

Please sign in to comment.