repo.or.cz
/
ganeti_webmgr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix title underline error in faq.rst
[ganeti_webmgr.git]
/
muddle
/
static
/
css
/
generic_model_edit.css
blob
80304248cce57050f8fbe0c63e40aaf8829cb28e
1
td
{
border
:
0
;}
2
3
h2
.
selector
{
4
border
:
0
;
5
font-size
:
14px
;
6
margin-bottom
:
0px
;
7
margin-top
:
40px
;
8
}
9
10
ul
.
child_selecter
{
11
border
:
1px
solid
#161650
;
12
height
:
25px
;
13
list-style
:
none
;
14
margin-bottom
:
10px
;
15
margin-top
:
0
;
16
}
17
18
ul
.
child_selecter li
{
19
border-right
:
1px
solid
#161650
;
20
color
:
#999999
;
21
cursor
:
pointer
;
22
float
:
left
;
23
padding-left
:
5px
;
24
padding-right
:
5px
;
25
}
26
27
ul
.
child_selecter li
.
selected
{
28
background-color
:
#5F8DD3
;
29
color
:
white
;
30
}
31
32
table
.
child
{
33
display
:
none
;
34
}
35
36
td
.
label
,
label
{
font-weight
:
normal
;}
37