Made menu links larger in “desktop mode”
This commit is contained in:
parent
8e9a611036
commit
553b5ddbf6
2 changed files with 4 additions and 4 deletions
|
@ -27,7 +27,7 @@
|
|||
overflow: visible;
|
||||
}
|
||||
#hmenu ul li {
|
||||
min-width: 80pt;
|
||||
min-width: 95pt;
|
||||
height: 40px;
|
||||
text-align: center;
|
||||
display: table-cell;
|
||||
|
@ -39,7 +39,7 @@
|
|||
cursor: default;
|
||||
}
|
||||
#hmenu ul li a {
|
||||
/*width: 80pt;*/
|
||||
/*width: 95pt;*/
|
||||
line-height: 40px;
|
||||
display: block;
|
||||
color: #539CDD;
|
||||
|
@ -53,7 +53,7 @@
|
|||
}
|
||||
#hmenu .ulb {
|
||||
background-color: rgba(0,0,0,0.89);
|
||||
left: 80pt;
|
||||
left: 95pt;
|
||||
position: relative;
|
||||
top: -40px;
|
||||
border-radius: 5px;
|
||||
|
|
|
@ -126,7 +126,7 @@ a:active {
|
|||
background-color: rgba(0,0,0,0.89);
|
||||
color: #539CDD;
|
||||
height: 24px;
|
||||
width: 80pt;
|
||||
width: 95pt;
|
||||
text-align: center;
|
||||
line-height: 21px;
|
||||
top: 40px;
|
||||
|
|
Loading…
Reference in a new issue