Skip to content

Commit b508b3c

Browse files
committed
add Cylc Review
1 parent 3dcb61b commit b508b3c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+20535
-0
lines changed

cylc/uiserver/cylc_review/static/css/bootstrap.min.css

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 120 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,120 @@
1+
pre {
2+
white-space: pre;
3+
}
4+
.entry {
5+
border-radius: 5px;
6+
padding: 5px;
7+
}
8+
.even {
9+
background: #eee;
10+
}
11+
.inline {
12+
margin: 0;
13+
}
14+
.page-header {
15+
padding-left: 10px;
16+
padding-right: 10px;
17+
}
18+
.highlight {
19+
background-color: yellow;
20+
}
21+
.line-number {
22+
cursor: pointer;
23+
}
24+
.badge-label {
25+
border-radius: 1em;
26+
}
27+
28+
29+
@media screen {
30+
div.top_nav {
31+
position: fixed;
32+
bottom: 0;
33+
background-color: lightgrey;
34+
z-index: 10;
35+
}
36+
.next {
37+
background: white
38+
}
39+
.previous {
40+
background: white
41+
}
42+
.page_entries select {
43+
width: 300px;
44+
}
45+
}
46+
47+
48+
/* dropdown-submenu code from bootstrap v2.3.1 (removed in v3.x)
49+
see boostrap v2.3.1 docs/assets/css/boostrap.css #3031->3075 */
50+
.dropdown-submenu {
51+
position: relative;
52+
}
53+
54+
.dropdown-submenu > .dropdown-menu {
55+
top: 0;
56+
left: 100%;
57+
margin-top: -6px;
58+
margin-left: -1px;
59+
-webkit-border-radius: 0 6px 6px 6px;
60+
-moz-border-radius: 0 6px 6px 6px;
61+
border-radius: 0 6px 6px 6px;
62+
}
63+
64+
.dropdown-submenu:hover > .dropdown-menu {
65+
display: block;
66+
}
67+
68+
.dropup .dropdown-submenu > .dropdown-menu {
69+
top: auto;
70+
bottom: 0;
71+
margin-top: 0;
72+
margin-bottom: -2px;
73+
-webkit-border-radius: 5px 5px 5px 0;
74+
-moz-border-radius: 5px 5px 5px 0;
75+
border-radius: 5px 5px 5px 0;
76+
}
77+
78+
.dropdown-submenu > a:after {
79+
display: block;
80+
float: right;
81+
width: 0;
82+
height: 0;
83+
margin-top: 5px;
84+
margin-right: -10px;
85+
border-color: transparent;
86+
border-left-color: #cccccc;
87+
border-style: solid;
88+
border-width: 5px 0 5px 5px;
89+
content: " ";
90+
}
91+
92+
.dropdown-submenu:hover > a:after {
93+
border-left-color: #222222; /* make the right arrow visible on hover */
94+
}
95+
96+
.dropdown-submenu.pull-left {
97+
float: none;
98+
}
99+
100+
.dropdown-submenu.pull-left > .dropdown-menu {
101+
left: -100%;
102+
margin-left: 10px;
103+
-webkit-border-radius: 6px 0 6px 6px;
104+
-moz-border-radius: 6px 0 6px 6px;
105+
border-radius: 6px 0 6px 6px;
106+
}
107+
108+
@-moz-document url-prefix() {
109+
fieldset { display: table-cell; }
110+
}
111+
112+
th,
113+
.livestamp {
114+
white-space: nowrap;
115+
}
116+
117+
.warning {
118+
background-color: #FFBF00;
119+
border-radius: 4px;
120+
}

0 commit comments

Comments
 (0)