mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Merge branch '65-la-version-del-cliente-de-ehorus-es-vieja-hablar-con-fermin' into 'develop'
Updated eHorus client See merge request !176
This commit is contained in:
commit
59135bb1b1
pandora_console
File diff suppressed because one or more lines are too long
80
pandora_console/include/ehorus/bundle.min.js
vendored
80
pandora_console/include/ehorus/bundle.min.js
vendored
File diff suppressed because one or more lines are too long
@ -6,7 +6,8 @@
|
||||
.btn.active.focus {
|
||||
outline: none;
|
||||
}
|
||||
#files-table a.file-link span.glyphicon {
|
||||
#files-table a.file-link span.glyphicon,
|
||||
#files-table span.file-link span.glyphicon {
|
||||
vertical-align: middle;
|
||||
font-size: x-large;
|
||||
margin-right: 10px;
|
||||
@ -24,3 +25,47 @@ div.term-container div.terminal {
|
||||
-moz-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
.glyphicon-refresh-animate {
|
||||
-animation: spin 1s infinite linear;
|
||||
-webkit-animation: spin2 1s infinite linear;
|
||||
}
|
||||
@-webkit-keyframes spin2 {
|
||||
from {
|
||||
-webkit-transform: rotate(0deg);
|
||||
}
|
||||
to {
|
||||
-webkit-transform: rotate(360deg);
|
||||
}
|
||||
}
|
||||
@-moz-keyframes spin {
|
||||
from {
|
||||
transform: scale(1) rotate(0deg);
|
||||
}
|
||||
to {
|
||||
transform: scale(1) rotate(360deg);
|
||||
}
|
||||
}
|
||||
@-webkit-keyframes spin {
|
||||
from {
|
||||
transform: scale(1) rotate(0deg);
|
||||
}
|
||||
to {
|
||||
transform: scale(1) rotate(360deg);
|
||||
}
|
||||
}
|
||||
@-o-keyframes spin {
|
||||
from {
|
||||
transform: scale(1) rotate(0deg);
|
||||
}
|
||||
to {
|
||||
transform: scale(1) rotate(360deg);
|
||||
}
|
||||
}
|
||||
@keyframes spin {
|
||||
from {
|
||||
transform: scale(1) rotate(0deg);
|
||||
}
|
||||
to {
|
||||
transform: scale(1) rotate(360deg);
|
||||
}
|
||||
}
|
||||
|
2206
pandora_console/include/ehorus/css/xterm.css
Normal file
2206
pandora_console/include/ehorus/css/xterm.css
Normal file
File diff suppressed because it is too large
Load Diff
@ -41,6 +41,7 @@ $section = (string) get_parameter_get('section');
|
||||
<title>eHorus client</title>
|
||||
<link rel="stylesheet" href="../../include/ehorus/css/bootstrap.min.css" type="text/css" />
|
||||
<link rel="stylesheet" href="../../include/ehorus/css/style.css" type="text/css" />
|
||||
<link rel="stylesheet" href="../../include/ehorus/css/xterm.css" type="text/css" />
|
||||
<script type="text/javascript" src="../../include/ehorus/bundle.min.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
Loading…
x
Reference in New Issue
Block a user