forked from mikaeljorhult/brackets-php-code-quality-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphp-tools.css
42 lines (34 loc) · 739 Bytes
/
php-tools.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
/*--- SETTINGS DIALOG ---*/
.php-lint-settings-dialog label {
width: 100%;
display: inline-block;
}
.php-lint-settings-dialog fieldset {
margin-bottom: 1em;
}
.php-lint-settings-dialog legend {
margin: 0 0 .25em;
color: inherit;
}
.php-lint-settings-dialog input {
vertical-align: middle;
margin-bottom: 0;
}
.php-lint-settings-dialog .columns label {
width: 33.333%;
float: left;
}
.php-lint-settings-dialog .error {
color: #c95353;
}
.php-lint-settings-dialog .input-php-location {
width: 100%;
}
.php-lint-settings-dialog .php-location-error {
font-size: 0.9em;
color: #a33;
}
.php-lint-settings-dialog .tool-phpl label {
box-sizing: border-box;
padding: 0 6px 0 0;
}