pull/246/head
Pavel Loginov 2020-09-05 00:39:51 +06:00
parent 5055f44068
commit 874de47458
3 changed files with 9 additions and 6 deletions

View File

@ -12,7 +12,7 @@
});
</script>
{% endif %}
<div id="create" style="height: 95%; margin-top: 20px;">
<div id="create" style="margin-top: 20px;">
<div id="left-collumn">
<div class="div-pannel">
<div class="div-server">

View File

@ -137,6 +137,11 @@
font-family: "Font Awesome 5 Solid";
content: "\f00d";
}
.info::before {
display: none;
font-family: "Font Awesome 5 Solid";
content: "\f129";
}
.login::before {
display: none;
font-family: "Font Awesome 5 Solid";
@ -247,4 +252,4 @@
display: none;
font-family: "Font Awesome 5 Solid";
content: "\f0c9";
}
}

View File

@ -635,9 +635,6 @@ ul{
.ui-corner-all {
border-radius: 0 !important;
}
a {
background-color: transparent;
}
a:active, a:hover {
outline: 0;
}
@ -645,8 +642,9 @@ a, a:visited {
text-decoration: underline;
}
a {
color: #9d9d9d;
color: #23527c;
text-decoration: none;
background-color: transparent;
}
a:hover, a:focus {
color: #23527c;