forked from GNUsocial/gnu-social
Styles for image max width/height and radio form controls
This commit is contained in:
parent
cae113941d
commit
e7c26eb443
@ -903,17 +903,15 @@ width:100%;
|
|||||||
.applications li {
|
.applications li {
|
||||||
list-style-type:none;
|
list-style-type:none;
|
||||||
}
|
}
|
||||||
.application img {
|
.application img,
|
||||||
|
#showapplication .entity_profile img,
|
||||||
|
#editapplication .form_data #application_icon img {
|
||||||
max-width:96px;
|
max-width:96px;
|
||||||
max-height:96px;
|
max-height:96px;
|
||||||
}
|
}
|
||||||
#showapplication .entity_profile {
|
#showapplication .entity_profile {
|
||||||
width:68%;
|
width:68%;
|
||||||
}
|
}
|
||||||
#showapplication .entity_profile img {
|
|
||||||
max-width:96px;
|
|
||||||
max-height:96px;
|
|
||||||
}
|
|
||||||
#showapplication .entity_profile .entity_fn {
|
#showapplication .entity_profile .entity_fn {
|
||||||
margin-left:0;
|
margin-left:0;
|
||||||
}
|
}
|
||||||
@ -939,6 +937,10 @@ margin-left:1.795%;
|
|||||||
font-family:monospace;
|
font-family:monospace;
|
||||||
font-size:1.3em;
|
font-size:1.3em;
|
||||||
}
|
}
|
||||||
|
#editapplication .form_data #application_types label.radio,
|
||||||
|
#editapplication .form_data #default_access_types label.radio {
|
||||||
|
width:15%;
|
||||||
|
}
|
||||||
|
|
||||||
/* NOTICE */
|
/* NOTICE */
|
||||||
.notice,
|
.notice,
|
||||||
|
Loading…
Reference in New Issue
Block a user