Skip to content

Commit

Permalink
Some more cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
jjdejong committed Dec 5, 2017
1 parent 9dbb706 commit 7e0cdbc
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion application/views/scripts/actor/index.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
#actors-tab{
background: #B5D9E5;
display:block;
width:40px;
width:100px;
padding: 5px 5px 0px;
}
.actor-list-row{
Expand Down
2 changes: 1 addition & 1 deletion application/views/scripts/event/index.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
#events-tab{
background: #B5D9E5;
display:block;
width:40px;
width:100px;
padding: 5px 5px 0px;
}
.event-list-row{
Expand Down
4 changes: 1 addition & 3 deletions application/views/scripts/event/view.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ select {
}

#edit-event-content {
width: 98%;
background: #FFF;
display: block;
border: 1px inset #888;
Expand Down Expand Up @@ -55,7 +54,6 @@ select {

#edit-event-head {
display: block;
width: 98%;
background: #1E4262;
color: #FFF;
padding: 5px;
Expand Down Expand Up @@ -214,7 +212,7 @@ $(document).ready(function(){
</script>

<div id="edit-event-head">
Event name information <span class="close-button">X</span>
Event name information <span class="close-button">&times;</span>
</div>
<div id="edit-event-content">
<input type="hidden" name="event_id" id="event-id"
Expand Down
2 changes: 1 addition & 1 deletion application/views/scripts/rule/index.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
#rules-tab{
background: #B5D9E5;
display:block;
width:40px;
width:100px;
padding: 5px 5px 0px;
}
.rule-list-row{
Expand Down
2 changes: 1 addition & 1 deletion application/views/scripts/rule/view.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ $(document).ready(function(){
</script>

<div id="edit-rule-head">
Rule information <span class="close-button">X</span>
Rule information <span class="close-button">&times;</span>
</div>
<div id="edit-rule-content">
<input type="hidden" name="rule_id" id="rule-id"
Expand Down

0 comments on commit 7e0cdbc

Please sign in to comment.