add menu for entering hidden share

This commit is contained in:
q
2018-01-25 20:05:36 +02:00
parent fd18d5f162
commit db3ee2abfd
4 changed files with 27 additions and 2 deletions

View File

@@ -72,6 +72,13 @@ tr:nth-child(even) {
margin-left: 5em;
}
#index_menu {
float:right;
padding: 8px;
border: 4px solid lightslategray;
background-color: #f3f3fb;
}
#index_table {
border-collapse: collapse;
margin-left: 2em;