Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Tenzing
/
Tz Tools
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
2793e651
authored
2012-09-12 16:49:44 -0400
by
mpenner
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Add the first option to the list of hidden elements for the "Enable Media Replac…
…e" plugin. refs #1552
1 parent
59e0fd80
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
com/Branding/css/tenzing.css
com/Branding/css/tenzing.css
View file @
2793e65
...
...
@@ -812,6 +812,9 @@ a.remove-option-group, a.remove-option {
.diff-reject
{
background-color
:
#ed1f24
;
}
td
.diff-left
:hover
,
td
.diff-right
:hover
{
cursor
:
pointer
;
}
/* Hide the second option for the "Enable Media Replace" plugin ("Replace the file,
use new file name and update all links"), since it mostly just breaks links */
label
[
for
=
"replace_type_2"
],
label
[
for
=
"replace_type_2"
]
~
p
.howto
{
display
:
none
;
}
\ No newline at end of file
/* Hide both options for the "Enable Media Replace" plugin, since the second option mostly
just breaks hard-coded links to files */
label
[
for
=
"replace_type_1"
],
label
[
for
=
"replace_type_2"
],
label
[
for
=
"replace_type_2"
]
~
p
.howto
{
display
:
none
;
}
...
...
Please
register
or
sign in
to post a comment