Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PlanetRed
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Digital Experience Group
PlanetRed
Commits
66b2b592
Commit
66b2b592
authored
14 years ago
by
Seth Meranda
Browse files
Options
Downloads
Patches
Plain Diff
can't use $vars in supporting CSS, so put in an override.
parent
26b74179
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
plugins/unl_theme/css/actionNotice.php
+0
-1
0 additions, 1 deletion
plugins/unl_theme/css/actionNotice.php
plugins/unl_theme/views/default/css.php
+1
-0
1 addition, 0 deletions
plugins/unl_theme/views/default/css.php
with
1 addition
and
1 deletion
plugins/unl_theme/css/actionNotice.php
+
0
−
1
View file @
66b2b592
...
...
@@ -89,7 +89,6 @@ Action Notice Box and Login Colorbox displayed to help users either register or
float:left;
height:94px;
width:58px;
background:url('
<?php
echo
$vars
[
'url'
];
?>
/mod/unl_theme/views/default/images/loginTabSlider.png') no-repeat;
background-position: 0 0;
}
#actionBar #elggOption .optionMessage{
...
...
This diff is collapsed.
Click to expand it.
plugins/unl_theme/views/default/css.php
+
1
−
0
View file @
66b2b592
...
...
@@ -18,6 +18,7 @@
//Any elements which appear differently (or only for) non-logged in users should be imported here.
if
(
!
isloggedin
())
{
echo
"@import url('"
.
$vars
[
'url'
]
.
"mod/unl_theme/css/actionNotice.php');"
;
echo
"#actionBar #elggOption > a.switchAction {background:url('"
.
$vars
[
'url'
]
.
"mod/unl_theme/views/default/images/loginTabSlider.png') no-repeat;"
;
}
?>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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