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
baddfea0
authored
2012-07-18 14:10:19 -0400
by
mpenner
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Add styling for user merging tool. refs #1524
1 parent
6d59626b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletions
com/Branding/css/tenzing.css
com/Branding/css/tenzing.css
View file @
baddfea
...
...
@@ -791,4 +791,10 @@ a.remove-option-group, a.remove-option {
#sortable
ul
{
margin-left
:
20px
;
list-style
:
none
;
}
#sortable
li
{
padding
:
2px
0px
;
margin
:
4px
0px
;
border
:
1px
solid
#DDDDDD
;
cursor
:
move
;
-moz-border-radius
:
6px
}
#sortable
li
span
{
display
:
block
;
background
:
#f7f7f7
;
padding
:
5px
;
color
:
#808080
;
font-size
:
14px
;
font-weight
:
bold
;
}
#sortable
li
.placeholder
{
border
:
dashed
2px
#ccc
;
background-color
:
#FFF
;
height
:
20px
;
}
\ No newline at end of file
#sortable
li
.placeholder
{
border
:
dashed
2px
#ccc
;
background-color
:
#FFF
;
height
:
20px
;
}
.diff-accept
{
background-color
:
#0d0
;
}
.diff-reject
{
background-color
:
#c36a5f
;
}
.arrow-left
{
width
:
16px
;
height
:
20px
;
background
:
url(../../../../tz-tools/com/Branding/cpt-icons/arrow-180-medium.png)
;
}
.arrow-right
{
width
:
16px
;
height
:
20px
;
background
:
url(../../../../tz-tools/com/Branding/cpt-icons/arrow-000-medium.png)
;
}
.arrow-link
{
width
:
16px
;
height
:
20px
;
display
:
block
;
}
...
...
Please
register
or
sign in
to post a comment