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
59e0fd80
authored
2012-09-12 16:11:57 -0400
by
mpenner
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Hide the second option for replacing media, since it's mostly useless. refs #1552
1 parent
e078d272
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
com/Branding/css/tenzing.css
com/Branding/css/tenzing.css
View file @
59e0fd8
...
...
@@ -811,3 +811,7 @@ a.remove-option-group, a.remove-option {
.diff-accept
{
background-color
:
#68be2e
;
}
.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
...
...
Please
register
or
sign in
to post a comment