Right-aligned input buttons, added gradient
This commit is contained in:
parent
6a6355a989
commit
69dadf429d
@ -69,23 +69,6 @@ a.mediagoblin_logo:hover {
|
|||||||
float:right;
|
float:right;
|
||||||
}
|
}
|
||||||
|
|
||||||
.button {
|
|
||||||
font-family:'Carter One', arial, serif;
|
|
||||||
height:32px;
|
|
||||||
min-width:99px;
|
|
||||||
background-color:#86d4b1;
|
|
||||||
box-shadow:0px 0px 4px #000;
|
|
||||||
border-radius:5px;
|
|
||||||
border:none;
|
|
||||||
color:#272727;
|
|
||||||
margin:10px;
|
|
||||||
font-size:1em;
|
|
||||||
display:block;
|
|
||||||
text-align:center;
|
|
||||||
padding-left:11px;
|
|
||||||
padding-right:11px;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* common website elements */
|
/* common website elements */
|
||||||
|
|
||||||
.dotted_line {
|
.dotted_line {
|
||||||
@ -97,6 +80,28 @@ a.mediagoblin_logo:hover {
|
|||||||
margin-top:-20px;
|
margin-top:-20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.button {
|
||||||
|
font-family:'Carter One', arial, serif;
|
||||||
|
height:32px;
|
||||||
|
min-width:99px;
|
||||||
|
background-color:#86d4b1;
|
||||||
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#86d4b1), to(#62caa2));
|
||||||
|
background-image: -webkit-linear-gradient(top, #86d4b1, #62caa2);
|
||||||
|
background-image: -moz-linear-gradient(top, #86d4b1, #62caa2);
|
||||||
|
background-image: -ms-linear-gradient(top, #86d4b1, #62caa2);
|
||||||
|
background-image: -o-linear-gradient(top, #86d4b1, #62caa2);
|
||||||
|
background-image: linear-gradient(top, #86d4b1, #62caa2);
|
||||||
|
box-shadow:0px 0px 4px #000;
|
||||||
|
border-radius:5px;
|
||||||
|
border:none;
|
||||||
|
color:#272727;
|
||||||
|
margin:10px 0px;
|
||||||
|
font-size:1em;
|
||||||
|
text-align:center;
|
||||||
|
padding-left:11px;
|
||||||
|
padding-right:11px;
|
||||||
|
}
|
||||||
|
|
||||||
/* forms */
|
/* forms */
|
||||||
|
|
||||||
.form_box {
|
.form_box {
|
||||||
@ -139,6 +144,10 @@ a.mediagoblin_logo:hover {
|
|||||||
margin-bottom:8px;
|
margin-bottom:8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.form_submit_buttons {
|
||||||
|
text-align:right;
|
||||||
|
}
|
||||||
|
|
||||||
/* media pages */
|
/* media pages */
|
||||||
|
|
||||||
img.media_image {
|
img.media_image {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user