Skip to content

Commit

Permalink
Bug 845115 - Calendar - Account Details Screen Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Ivanov committed Mar 30, 2013
1 parent 055ff9c commit 21c8887
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions apps/calendar/style/forms.css
@@ -1,10 +1,10 @@
/* generic stuff that will probably live in the building blocks */

form, fieldset, input, textarea {
border: 0px;
border: 0;
background-color: transparent;
padding: 0px;
margin: 0px;
padding: 0;
margin: 0;
}

input, textarea {
Expand All @@ -22,16 +22,21 @@ input[type="checkbox"] {

form,
form ol {
margin: 0px;
padding: 0px;
margin: 0;
padding: 0;
}

/* for calendar */

form li {
padding: 0.25rem;
form ol {
margin-top: 1.5rem;
}

form li {
margin: 1rem 2rem;
padding: 0 1.5rem 1rem;
}

form li input {
font-size: 1.7rem !important;
}

0 comments on commit 21c8887

Please sign in to comment.