blob: 0089e932f425f5a0123bafa1fe1f017ac4895e99 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2011 Eclipse Foundation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Wayne Beaton (Eclipse Foundation)- initial API and implementation
*******************************************************************************/
.cell {
#position:relative;
#background-color:#F0F0F0;
background-position: 5px 5px;
background-repeat:no-repeat;
#border-style:solid;
border-width:1px;
#-moz-border-radius:12px;
margin:5px;
padding-left: 68px;
padding-top: 5px;
padding-right: 10px;
height:75px;
width:150px;
float:left;
text-align:left;
#vertical-align:top;
}
.cell:hover {
text-decoration:underline;
border-style:solid;
background-color:#F0F0F0;
-moz-border-radius:12px;
border-radius:12px;
width:148px;
height:73px;
}
.cell h3 {
font-size:12px;
font-weight:bold;
margin: 0px 0px 0px 5px;
padding: 0 0 0 0;
text-wrap:none;
}
.cell p {
font-size:12px;
margin: 0px 0px 0px 5px;
padding: 0 0 0 0;
}