Skip to content
Permalink
0f924d8336
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
101 lines (91 sloc) 1.69 KB
ul.footer{
margin-top:10px;
text-align:center;
}
ul.footer li{
color:#333;
display:inline-block;
}
#footer{
bottom: -50px;
height: 50px;
left: 0;
position: absolute;
right: 0;
}
.btn-xlarge{
position: relative;
vertical-align: center;
margin: 30px;
height: 140px;
width: 140px;
/*font-size: 15px;*/
color: white;
text-align: center;
background: #62b1d0;
border: 0;
cursor: pointer;
/*-webkit-box-shadow: inset 0 -3px #9FE8EF;*/
/*box-shadow: inset 0 -3px #9FE8EF;*/
}
.btn-xlarge-disable {
position: relative;
vertical-align: center;
margin: 30px;
height: 140px;
width: 140px;
/*font-size: 15px;*/
color: black;
text-align: center;
background: #grey;
border: 0;
cursor: pointer;
}
.btn-xlarge:active {
top: 2px;
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.btn-xlarge:hover {
background: #45E1E8;
}
table {
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
text-shadow: 1px 1px 0px #fff;
background:#eaebec;
border:#ccc 1px solid;
width: 100%;
table-layout: fixed;
}
table th {
padding:21px 25px 22px 25px;
border-top:1px solid #fafafa;
border-bottom:1px solid #e0e0e0;
background: #ededed;
background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
background: -moz-linear-gradient(top, #ededed, #ebebeb);
}
input[type=text]{
width: 100%;
margin: 0px;
}
select{
width: 100%;
margin: 0px;
}
table td {
border: 1px solid grey;
text-align: center;
word-wrap: break-word; /* Internet Explorer 5.5+ */
}
table td:first-child{
text-align:left;
}
table tr:nth-child(odd) {
background-color: #f1f1f1;
}
table tr:nth-child(even) {
background-color: #ffffff;
}