Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Websites
/
SlimSpots Wiki
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit 87bbc398
authored
2015-02-16 13:26:35 +0100
by
Aleksandar Hristov
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Old title fix, added font size to the tinymce toolbar #3
1 parent
3c5fa94b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
2 deletions
html/static/css/slimspots-wiki.css
html/tpl/editor.tpl
html/tpl/header_admin.tpl
html/static/css/slimspots-wiki.css
View file @
87bbc39
...
...
@@ -127,3 +127,20 @@ label
padding-right
:
10px
!important
;
}
.responsive-video
{
position
:
relative
;
padding-bottom
:
56.25%
;
padding-top
:
60px
;
overflow
:
hidden
;
}
.responsive-video
iframe
,
.responsive-video
object
,
.responsive-video
embed
{
position
:
absolute
;
top
:
0
;
left
:
0
;
width
:
100%
;
height
:
100%
;
}
\ No newline at end of file
html/tpl/editor.tpl
View file @
87bbc39
...
...
@@ -24,9 +24,10 @@
</nav>
<form
method=
"post"
action=
"edit.php"
>
<div
class=
"container-fluid form-group form-inline"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"New title"
name=
"new_title"
>
<input
type=
"text"
class=
"form-control"
name=
"new_title"
value=
{
$old_title
}
>
<input
type=
"hidden"
name=
"to_edit"
value=
{
$to_edit
}
>
<input
type=
"hidden"
name=
"old_title"
value=
{
$old_title
}
>
<input
type=
"hidden"
name=
"page_id"
value=
{
$page_id
}
>
<button
type=
"submit"
class=
"btn dark-blue"
name=
"editor_btn_submit"
>
Save changes
</button>
</div>
<div
class=
"container-fluid text-center editable"
id=
"editable"
>
...
...
html/tpl/header_admin.tpl
View file @
87bbc39
...
...
@@ -45,7 +45,7 @@
"insertdatetime media nonbreaking save table contextmenu directionality"
,
"emoticons template paste textcolor colorpicker textpattern autosave"
],
toolbar1
:
"insertfile undo redo | styleselect | bold italic | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | link image | print preview media | forecolor backcolor emoticons"
,
toolbar1
:
"insertfile undo redo | styleselect | bold italic | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | link image | print preview media | forecolor backcolor emoticons
fontsizeselect
"
,
content_css
:
[
"static/bootstrap/css/bootstrap.min.css"
,
"static/css/slimspots-wiki.css"
,
"static/css/styles.css"
,
"static/select2/select2.css"
,
"static/select2/select2-bootstrap.css"
,
"static/font-awesome/css/font-awesome.min.css"
]
});
</script>
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment