duepuntozero: style "connect" link in profile page
This commit is contained in:
parent
9dfd798368
commit
4116beb276
|
@ -174,6 +174,16 @@ aside {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#dfrn-request-link {
|
||||||
|
display: block;
|
||||||
|
color: #FFFFFF;
|
||||||
|
-webkit-border-radius: 5px ;
|
||||||
|
-moz-border-radius: 5px;
|
||||||
|
border-radius: 5px;
|
||||||
|
padding: 5px;
|
||||||
|
font-weight: bold;
|
||||||
|
background: #3465a4 url('friendika-16.png') no-repeat 95% center;
|
||||||
|
}
|
||||||
|
|
||||||
/* section */
|
/* section */
|
||||||
section {
|
section {
|
||||||
|
@ -204,6 +214,7 @@ section {
|
||||||
margin-right: 1em;
|
margin-right: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* footer */
|
/* footer */
|
||||||
footer {
|
footer {
|
||||||
display: none;
|
display: none;
|
||||||
|
@ -479,6 +490,7 @@ input#dfrn-url {
|
||||||
|
|
||||||
#profile-extra-links ul {
|
#profile-extra-links ul {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
|
padding: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user