increase size of quick links dropdown menu

This commit is contained in:
Frédéric Péters 2018-04-05 13:54:29 +02:00
parent 2b848adb52
commit 41ec8bec45
1 changed files with 14 additions and 2 deletions

View File

@ -69,7 +69,7 @@ div#portal-body {
}
#portal-body-top h1 {
padding-left: 10px;
padding-left: 24px;
color: white;
text-shadow: 0px 1px 5px black;
min-height: 1.5em;
@ -217,6 +217,15 @@ div.table-container table tr.even td {
left: 0;
margin: 0;
z-index: 100;
height: 100%;
}
#portal-down div {
height: 100%;
}
#portal-down div#favorites {
height: auto;
}
#portal-down a.open {
@ -224,9 +233,12 @@ div.table-container table tr.even td {
color: #e8e8e7;
border-radius: 5px;
display: inline-block;
width: 20px;
width: 32px;
padding: 3px 0px;
text-align: center;
height: 100%;
box-sizing: border-box;
padding-top: 1ex;
}
#content ul#extra-columns,