Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
EBI-Framework
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ebiwd
EBI-Framework
Commits
34683aaf
Commit
34683aaf
authored
8 years ago
by
khawkins
Browse files
Options
Downloads
Patches
Plain Diff
Padding fix for tinymce
parent
fde60c62
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
css/ebi-global-drupal.css
+2
-2
2 additions, 2 deletions
css/ebi-global-drupal.css
with
2 additions
and
2 deletions
css/ebi-global-drupal.css
+
2
−
2
View file @
34683aaf
...
...
@@ -85,7 +85,7 @@ div.warning {
/* Do not show default page title on panel pages */
body
.page-node
h2
#page-title
{
display
:
none
;
}
/* But show for revisions */
body
.page-node.page-node-revisions
h2
#page-title
{
display
:
block
;
}
body
.page-node.page-node-revisions
h2
#page-title
{
display
:
block
;
}
/* Allow showing of drupal status messages statically */
body
.is-reveal-open
#status-messages
.static
{
...
...
@@ -116,7 +116,7 @@ body div.caption-inner {
/* Tinymce reset */
/* tinyMce WYSIWYG fixes */
body
.mceContentBody
,
body
#tinymce
{
font-size
:
1rem
;
marg
in
:
0
1em
;
overflow-y
:
scroll
!important
;
}
body
#tinymce
{
font-size
:
1rem
;
padd
in
g
:
0
1em
;
overflow-y
:
scroll
!important
;
}
/* For some drupal views we need to absue li items as columns */
li
.columns
{
list-style-type
:
none
;
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment