2010-12-01 19:40:02 +00:00
|
|
|
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
|
|
|
|
|
|
|
|
|
|
|
/******************* mb863: willma styles ********************************/
|
|
|
|
|
|
|
|
input{
|
2010-12-02 22:46:06 +00:00
|
|
|
border: 0;
|
|
|
|
font-size: 14px;
|
|
|
|
padding: 10px;
|
|
|
|
background: #fff;
|
|
|
|
border: 1px solid #e0dfdf;
|
|
|
|
border-radius: 5px;
|
|
|
|
-moz-border-radius: 5px;
|
|
|
|
-webkit-border-radius: 5px;
|
2010-12-01 19:40:02 +00:00
|
|
|
}
|
|
|
|
|
2010-12-02 22:46:06 +00:00
|
|
|
input#submit{
|
|
|
|
background: #222 url(../images/alert-overlay.png) repeat-x;
|
|
|
|
display: inline-block;
|
|
|
|
padding: 7px 22px 8px;
|
|
|
|
color: #fff;
|
|
|
|
text-decoration: none;
|
|
|
|
border-radius: 4px;
|
|
|
|
-moz-border-radius: 4px;
|
|
|
|
-webkit-border-radius: 4px;
|
|
|
|
position: relative;
|
|
|
|
cursor: pointer;
|
|
|
|
border: 0;
|
|
|
|
margin:0;
|
|
|
|
margin-top:1.2em;
|
|
|
|
background-color: #749a02;
|
|
|
|
color: #fff;
|
|
|
|
font-size: 16px;
|
|
|
|
font-weight: normal;
|
|
|
|
line-height: 1;
|
|
|
|
}
|
2010-12-01 19:40:02 +00:00
|
|
|
|
2010-12-02 22:46:06 +00:00
|
|
|
/* STYLED BUTTONS ------>
|
|
|
|
p input#submit,
|
|
|
|
p input#submit:visited {
|
|
|
|
background: #222 url(../images/alert-overlay.png) repeat-x;
|
|
|
|
display: inline-block;
|
|
|
|
padding: 7px 22px 8px;
|
|
|
|
color: #fff;
|
|
|
|
text-decoration: none;
|
|
|
|
border-radius: 4px;
|
|
|
|
-moz-border-radius: 4px;
|
|
|
|
-webkit-border-radius: 4px;
|
|
|
|
position: relative;
|
|
|
|
cursor: pointer;
|
|
|
|
border: 0;
|
|
|
|
margin:0;
|
|
|
|
height: 24px;
|
|
|
|
background-color: #749a02;
|
|
|
|
color: #fff;
|
|
|
|
font-size: 16px;
|
|
|
|
font-weight: normal;
|
|
|
|
line-height: 1;
|
|
|
|
}
|
|
|
|
p input#submit:hover {
|
|
|
|
background-color: #111;
|
|
|
|
color: #fff;
|
|
|
|
background-color: #b2d15a;
|
|
|
|
}
|
|
|
|
p input#submit:active {
|
|
|
|
top: 1px;
|
|
|
|
}
|
|
|
|
*/
|