more changes by M-C on the dev server
darcs-hash:20080619141755-84dde-5bd550251842f9d18f7d80746d436198a030d7c8.gz
This commit is contained in:
parent
2fcf381c63
commit
9ce2a775f6
|
@ -14,6 +14,7 @@ body {
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
line-height: 12px;
|
line-height: 12px;
|
||||||
min-height: 100%;
|
min-height: 100%;
|
||||||
|
height: 100%;
|
||||||
color: #193441;
|
color: #193441;
|
||||||
background: url(bg-body.gif) repeat-y top center;
|
background: url(bg-body.gif) repeat-y top center;
|
||||||
}
|
}
|
||||||
|
@ -313,11 +314,19 @@ dl.statistics {
|
||||||
|
|
||||||
/* ----- Begin Subscriptions & Subscribers -----*/
|
/* ----- Begin Subscriptions & Subscribers -----*/
|
||||||
|
|
||||||
.subscriptions {
|
ul.subscriptions, ul.subscribers {
|
||||||
|
float: none;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
list-style-type: none;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
ul.subscriptions li, ul.subscribers li {
|
||||||
|
display: block;
|
||||||
|
float: left;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
/* ----- End Subscriptions & Subscribers -----*/
|
||||||
|
|
||||||
#notices {
|
#notices {
|
||||||
clear: both;
|
clear: both;
|
||||||
|
@ -433,7 +442,7 @@ form input {
|
||||||
border: 1px solid #D8E2D7;
|
border: 1px solid #D8E2D7;
|
||||||
width: 264px;
|
width: 264px;
|
||||||
}
|
}
|
||||||
input#submit {
|
input#submit, input.submit {
|
||||||
display: block;
|
display: block;
|
||||||
margin: 18px 0;
|
margin: 18px 0;
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
|
@ -444,7 +453,7 @@ input#submit {
|
||||||
border: 0;
|
border: 0;
|
||||||
width: auto;
|
width: auto;
|
||||||
}
|
}
|
||||||
input#submit:hover {
|
input#submit:hover, input.submit:hover {
|
||||||
background-color: #904632;
|
background-color: #904632;
|
||||||
}
|
}
|
||||||
textarea, input {
|
textarea, input {
|
||||||
|
@ -517,7 +526,7 @@ textarea {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ----- Subscribe Form ----- */
|
/* ----- Subscribe Form ----- */
|
||||||
#subscribe .button, #unsubscribe .button, #remotesubscribe .button {
|
#subscribe .submit, #unsubscribe .submit, #remotesubscribe .button {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
width: 96px;
|
width: 96px;
|
||||||
height: 27px;
|
height: 27px;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user