repo.or.cz
/
conkeror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
keymap.js: Use displayName instead of name
[conkeror.git]
/
style
/
default
/
new-tabs.css
blob
4bc83d3c5dba8295fb6a5af597bde442da5cec8b
1
2
@namespace
url
(
"http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
);
3
4
#tab2-bar
{
5
border-bottom
:
1px
solid threedshadow
;
6
}
7
8
.tab2
{
9
-moz-appearance
:
tab
;
10
-moz-box-align
:
center
;
11
min-width
:
10em
;
12
max-width
:
15em
;
13
}
14
15
.tab2-label
{
16
-moz-box-flex
:
100
;
17
margin-left
:
4pt
;
18
padding-top
:
1pt
;
19
}
20
21
.tab2-index
{
22
padding
:
0pt 2pt 0pt 3pt
;
23
font-weight
:
900
;
24
text-align
:
center
;
25
}
26
27
.tab2-icon
{
28
width
:
16px
;
29
height
:
16px
;
30
-moz-margin-start
:
4pt
;
31
-moz-margin-end
:
3pt
;
32
}