Skip to content

Commit

Permalink
Ingo theme tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Jan 16, 2015
1 parent 0d243dd commit 01dbe5a
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions ingo/themes/default/screen.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,12 @@
}

/* Rules page. */
#rule select {
padding: 2px;
}
.ruleAction,
.ruleCondition {
margin: 5px 0 0 30px;
margin: 5px 0 0 20px;
}
.ruleCondition input {
vertical-align: middle;
Expand All @@ -39,7 +42,7 @@
margin-right: 20px;
}
.ruleMatch {
margin: 10px 0 0 30px;
margin: 10px 0 0 20px;
}
.ruleMatchRow {
border: 1px solid lightgrey;
Expand All @@ -62,7 +65,7 @@
margin: 10px 0;
}
.ruleMark ul {
margin: 5px 0 0 30px;
margin: 5px 0 0 20px;
list-style: none;
}
.ruleMark li {
Expand Down

0 comments on commit 01dbe5a

Please sign in to comment.