Difference between revisions of "Team:TU-Eindhoven/NavMenu"

Line 119: Line 119:
 
     #cssmenu {
 
     #cssmenu {
 
       width: auto;
 
       width: auto;
       border-radius: 5px;
+
       //border-radius: 5px;
 
       font-family: 'Open Sans', Helvetica, sans-serif;
 
       font-family: 'Open Sans', Helvetica, sans-serif;
 
       background: #3db2e1;
 
       background: #3db2e1;
Line 127: Line 127:
 
       //background: -moz-linear-gradient(top, #69c4e8, #21a1d4);
 
       //background: -moz-linear-gradient(top, #69c4e8, #21a1d4);
 
       //background: linear-gradient(to bottom, #69c4e8, #21a1d4);
 
       //background: linear-gradient(to bottom, #69c4e8, #21a1d4);
       box-shadow: inset 0 -3px 0 #1f97c7, inset 0 -3px 3px #1f9acc, inset 0 2px 2px #9ad7ef, inset 1px 0 2px #22a4d9, inset -1px 0 2px #22a4d9, 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.06), 0 3px 3px rgba(0, 0, 0, 0.17), 2px 1px 2px rgba(0, 0, 0, 0.05), -2px 1px 2px rgba(0, 0, 0, 0.05);
+
       //box-shadow: inset 0 -3px 0 #1f97c7, inset 0 -3px 3px #1f9acc, inset 0 2px 2px #9ad7ef, inset 1px 0 2px #22a4d9, inset -1px 0 2px #22a4d9, 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.06), 0 3px 3px rgba(0, 0, 0, 0.17), 2px 1px 2px rgba(0, 0, 0, 0.05), -2px 1px 2px rgba(0, 0, 0, 0.05);
 
     }
 
     }
 
     #cssmenu.align-center > ul {
 
     #cssmenu.align-center > ul {
Line 204: Line 204:
 
       position: absolute;
 
       position: absolute;
 
       right: 11px;
 
       right: 11px;
       top: 25.5px;
+
       top: 34.5px;
 
       display: block;
 
       display: block;
 
       width: 0;
 
       width: 0;

Revision as of 23:40, 1 June 2018