git://git.onelab.eu
/
myslice.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Login restriction added on dashboard,account,slice_req. Readme: how to update db...
[myslice.git]
/
unfold
/
css
/
plugin.css
1
div.plugin-toggle {
2
margin: 3px;
3
padding: 5px;
4
border-style: dotted;
5
border-width: 1px;
6
}
7
div.plugin, div.plugin-toggle {
8
border-radius: 8px;
9
}
10
h4.plugin-show {
11
cursor: s-resize;
12
}
13
h4.plugin-hide {
14
cursor: n-resize;
15
}
16
h4.plugin-show, h4.plugin-hide {
17
margin:8px;
18
}
19
i.icon-hand-right,i.icon-hand-down {
20
padding-right: 4px;
21
}
22
a.plugin-tooltip {
23
font-size: 130%;
24
font-style: italic;
25
font-weight: normal;
26
padding: 4px;
27
color: #808080;
28
}
29
a.plugin-tooltip:hover {
30
color: #102050;
31
text-decoration: none;
32
}