projects
/
themes.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
fix some typos, make statusbar progressmeter borderless, change statusbar font color...
[themes.git]
/
EarlyBlue
/
global
/
appPicker.css
1
2
#app-picker {
3
width:320px !important;
4
max-width:320px !important;
5
}
6
7
#content-description {
8
font-weight:bold;
9
}
10
11
#suggested-filename {
12
font-weight:normal;
13
}
14
15
#file-info {
16
}
17
18
#app-picker-list {
19
height:225px;
20
min-height:225px;
21
}
22
23
#app-picker-item {
24
padding-bottom:5px;
25
padding-top:5px;
26
}
27
28
#app-picker-item-image {
29
}
30
31
#app-picker-item-cell {
32
font-weight:normal;
33
-moz-padding-end:10px;
34
-moz-padding-start:10px;
35
}
36
37
#browse-button {
38
margin-top:10px;
39
}