summaryrefslogtreecommitdiff
path: root/plugins/keyboard_shortcuts/keyboard_shortcuts.css
blob: cf29e6628dd713c711f0514aa52b3b0487dd45e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#keyboard_shortcuts_help {
	display: none;
}

#keyboard_shortcuts_help div {
	float: left;
	width: 350px;
}

#keyboard_shortcuts_help div div.shortcut_key {
	width: 30px;
	float: left;
	font-weight: bold;
	text-align: center;
}

#keyboard_shortcuts_title {
  margin-left: 12px;
}

#keyboard_shortcuts_link {
  width: 31px !important;
}