Team:Gaston Day School/testbar
From 2012.igem.org
(Difference between revisions)
Line 177: | Line 177: | ||
text-align:center; /* aligning for text in tabs */ | text-align:center; /* aligning for text in tabs */ | ||
text-decoration:none !important; | text-decoration:none !important; | ||
- | font:bold | + | font:bold 12pt Segoe Print; /* font properties for text in tabs */ |
outline:0; | outline:0; | ||
} | } | ||
Line 186: | Line 186: | ||
display:none; | display:none; | ||
position:absolute; | position:absolute; | ||
- | width: | + | width:20em; |
background-color:#000; /* bug solution, do not change ! */ | background-color:#000; /* bug solution, do not change ! */ | ||
border:1px solid #5970B2; /* border color for dropdown menus */ | border:1px solid #5970B2; /* border color for dropdown menus */ | ||
Line 196: | Line 196: | ||
padding:5px 10px; /* play with dimensions of block element in dropdown menus */ | padding:5px 10px; /* play with dimensions of block element in dropdown menus */ | ||
position:relative; | position:relative; | ||
- | font: | + | font:bold 12pt Segoe Print; /* font properties for text in dropdown menus */ |
text-align:left; /* aligning of text in dropdown menus */ | text-align:left; /* aligning of text in dropdown menus */ | ||
cursor:pointer; | cursor:pointer; |