forked from jediwade/brackets-htmlformat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
preferencePanel.css
51 lines (51 loc) · 1.12 KB
/
preferencePanel.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
43
44
45
46
47
48
49
50
51
#warning {
border-bottom:1px solid #aaaaaa;
padding: 10px 0px;
text-align: center;
display: block;
}
#preferenceForm {
margin:0px !important;
padding:0px !important;
}
label {
margin: 0 !important;
}
.table {
margin-bottom:0px !important;
}
.table td {
padding-top:12px !important;
padding-bottom:12px !important;
}
.table-striped #preferenceForm td {
border-bottom: 1px solid #aaaaaa !important;
}
.dark .table-striped #preferenceForm td {
border-bottom: 1px solid #e6e9e9 !important;
}
.table-striped #preferenceForm tr:last-of-type td, .dark .table-striped #preferenceForm tr:last-of-type td {
border-bottom-style: none !important;
}
.shortcut_label {
padding-bottom:3px;
font-weight: bold;
}
.shortcut_modifiers input[type="text"] {
margin:0 0 0 10px !important;
padding:0 !important;
}
.shortcut_modifiers label {
display:inline-block !important;
margin-right:10px !important;
margin-left:10px !important;
}
.shortcut_modifiers label:first-child {
margin-left:0 !important;
}
.shortcut_modifier_char {
width:2em !important;
text-align:center !important;
position: relative !important;
bottom: 2px !important;
}