Team:Aberdeen Scotland/css

From 2009.igem.org

(Difference between revisions)
Line 217: Line 217:
left:8px;      /* left-align our drop-down to the previous button border */
left:8px;      /* left-align our drop-down to the previous button border */
height:auto;      /* the drop-down height will be determiend by line count */
height:auto;      /* the drop-down height will be determiend by line count */
-
width:13em;
+
width:14em;
color:black;                        /* this sets the unselected-text color */
color:black;                        /* this sets the unselected-text color */
background:#ffffff;        /* this sets our menu's effective "border" color */
background:#ffffff;        /* this sets our menu's effective "border" color */
Line 252: Line 252:
color:#ffffff;              /* this sets the unselected drop-down text color */
color:#ffffff;              /* this sets the unselected drop-down text color */
background:#7fa4d8;      /* this sets the drop-down menu background color */
background:#7fa4d8;      /* this sets the drop-down menu background color */
-
width:13em;
+
width:14em;
}
}
Line 281: Line 281:
margin-top:-1px;       /* bring the top edge of the 3rd level menu up one */
margin-top:-1px;       /* bring the top edge of the 3rd level menu up one */
top:0;
top:0;
-
left:13em;
+
left:14em;
width:14em;
width:14em;

Revision as of 09:34, 17 August 2009