This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
friendica
/
friendica
mirror of
https://github.com/friendica/friendica.git
Watch
1
Star
2
Fork
1
Code
Issues
Releases
49
Wiki
Activity
Browse Source
some basic margins for friend suggestion screen
pull/1/head
Friendika
9 years ago
parent
14c002d7a4
commit
1947b74e5b
4 changed files
with
14 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
boot.php
+1
-1
mod/fsuggest.php
+5
-0
view/theme/duepuntozero/style.css
+7
-0
view/theme/loozah/style.css
+ 1
- 1
boot.php
View File
@ -4,7 +4,7 @@ set_time_limit(0);
ini_set
(
'pcre.backtrack_limit'
,
250000
);
define
(
'FRIENDIKA_VERSION'
,
'2.2.102
3
'
);
define
(
'FRIENDIKA_VERSION'
,
'2.2.102
4
'
);
define
(
'DFRN_PROTOCOL_VERSION'
,
'2.21'
);
define
(
'DB_UPDATE_VERSION'
,
1070
);
+ 1
- 1
mod/fsuggest.php
View File
@ -104,7 +104,7 @@ function fsuggest_content(&$a) {
array
(
'size'
=>
4
,
'exclude'
=>
$contact_id
,
'networks'
=>
'DFRN_ONLY'
,
'single'
=>
true
));
$o
.=
'<input id="fsuggest-submit" type="submit" name="submit" value="'
.
t
(
'Submit'
)
.
'" />'
;
$o
.=
'<
div id="fsuggest-submit-wrapper"><
input id="fsuggest-submit" type="submit" name="submit" value="'
.
t
(
'Submit'
)
.
'" /
></div
>'
;
$o
.=
'</form>'
;
return
$o
;
+ 5
- 0
view/theme/duepuntozero/style.css
View File
@ -881,6 +881,11 @@ input#dfrn-url {
clear
:
both
;
}
#
fsuggest-desc
,
#
fsuggest-submit-wrapper
{
margin-top
:
15px
;
margin-bottom
:
15px
;
}
.
wall-item-content-wrapper
{
margin-top
:
10px
;
border
:
1px
solid
#
CCC
;
+ 7
- 0
view/theme/loozah/style.css
View File
@ -997,6 +997,13 @@ input#dfrn-url {
clear
:
both
;
}
#
fsuggest-desc
,
#
fsuggest-submit-wrapper
{
margin-top
:
15px
;
margin-bottom
:
15px
;
}
.
wall-item-content-wrapper
{
margin-top
:
10px
;
border
:
1px
solid
#
CCC
;
Write
Preview
Loading…
Cancel
Save