mirror of https://git.48k.eu/ogcp
css: offset the sidebar to acommodate all disclosure widgets
Add a left padding to show the disclosure widget associated to a server item. Prevent the positioning of out of screen components.master
parent
48bc51ca0a
commit
f8969b3d5e
|
@ -7,6 +7,10 @@ html, body {
|
|||
background-color: transparent;
|
||||
}
|
||||
|
||||
#sidebar {
|
||||
padding-left: 25px;
|
||||
}
|
||||
|
||||
.toast {
|
||||
margin: 10px;
|
||||
}
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<link rel="stylesheet" href="{{ url_for('static', filename='AdminLTE/plugins/fontawesome-free/css/all.min.css') }}">
|
||||
<!-- Theme style -->
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='AdminLTE/dist/css/adminlte.min.css') }}">
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='css/soleta.css') }}?v=1" />
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='css/soleta.css') }}?v=2" />
|
||||
{% endblock %}
|
||||
</head>
|
||||
<body>
|
||||
|
|
Loading…
Reference in New Issue