-
Notifications
You must be signed in to change notification settings - Fork 0
/
robot.css
72 lines (58 loc) · 1.02 KB
/
robot.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
html {
font-size: 18px;
font-family: sans-serif;
}
body {
padding: 2em;
}
.pure-g > div {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.l-box {
padding: 1em;
}
.jstree-leaf .jstree-themeicon.jstree-icon:empty {
background-position: -100px -68px;
}
.menu .pure-menu-horizontal {
border: 1px solid #999;
padding-bottom: 1px;
border-radius: 3px;
}
#bookmarksTable .failed {
color: #B00;
}
#bookmarksTable .found {
color: #0B0;
}
#bookmarksTable .new {
color: #AA0;
}
#bookmarksTable tbody tr {
cursor: pointer;
}
#bookmarksTable.showSelected tbody tr {
display: none;
}
#bookmarksTable.showSelected tbody tr.selected {
display: table-row;
}
#bookmarksTable tbody tr.selected {
background: #f0f0f0;
}
#bookmarksTable tbody tr.selected a {
background: #f0f0f0;
}
.table-fullwidth td, .table-fullwidth th {
max-width: 25em;
overflow: hidden;
}
.table-fullwidth td:hover {
overflow: visible;
}
.table-fullwidth {
table-layout:fixed;
width: 100%;
}