forked from GNUsocial/gnu-social
Updated max-width for attachment overlay heading
This commit is contained in:
parent
6612993c1d
commit
b87aa46b3f
@ -959,7 +959,8 @@ clear:both;
|
|||||||
}
|
}
|
||||||
|
|
||||||
#jOverlayContent,
|
#jOverlayContent,
|
||||||
#jOverlayContent #content {
|
#jOverlayContent #content,
|
||||||
|
#jOverlayContent #content_inner {
|
||||||
width: auto !important;
|
width: auto !important;
|
||||||
}
|
}
|
||||||
#jOverlayContent .external span {
|
#jOverlayContent .external span {
|
||||||
@ -973,7 +974,14 @@ right:0;
|
|||||||
padding:3px 4px;
|
padding:3px 4px;
|
||||||
font-weight:bold;
|
font-weight:bold;
|
||||||
}
|
}
|
||||||
|
#jOverlayContent h1 {
|
||||||
|
max-width:475px;
|
||||||
|
}
|
||||||
|
#jOverlayContent #content {
|
||||||
|
border-radius:7px;
|
||||||
|
-moz-border-radius:7px;
|
||||||
|
-webkit-border-radius:7px;
|
||||||
|
}
|
||||||
|
|
||||||
#usergroups #new_group {
|
#usergroups #new_group {
|
||||||
float: left;
|
float: left;
|
||||||
|
Loading…
Reference in New Issue
Block a user