~stephen-stewart/ulysses/tidy-up-dropdown

« back to all changes in this revision

Viewing changes to src/forms.css

  • Committer: Stephen Stewart
  • Date: 2014-02-24 03:08:57 UTC
  • mfrom: (27 trunk)
  • mto: This revision was merged to the branch mainline in revision 28.
  • Revision ID: stephen.stewart@canonical.com-20140224030857-ss0njx58nunycjui
update tests, commit to check casperjs issue on os x

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 
20
20
label {
21
21
    display:block;
22
 
    margin:0.8em 0 0.3em;
 
22
    margin:10px 0 5px;
23
23
}
24
24
 
25
25
input[type="checkbox"],
26
26
input[type="radio"] {
27
 
    margin-right:8em;
 
27
    margin-right:5px;
28
28
}
29
29
 
30
30
 
36
36
    background-color:#eee;
37
37
    color:#555;
38
38
    position:relative;
39
 
    margin:8px 0;
 
39
    margin:10px 0;
40
40
}
41
41
 
42
42
span.ues-form-help {
47
47
/** TODO move to base? **/
48
48
.ues-inline {
49
49
    display:inline-block;
50
 
    margin-right:8px;
 
50
    margin-right:10px;
51
51
}
52
52
 
53
53
input[type="text"],
74
74
    display: block;
75
75
    border: 1px solid #ccc;
76
76
    line-height:14px;
77
 
    height:14px;
78
77
    font-weight:inherit;
79
78
    transition: 0.3s linear border;
80
79
}