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
8221097a
authored
2012-07-27 11:54:56 -0400
by
mpenner
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Add specific styles for validation errors for "from" and "to" users in the UserM…
…erger tool. refs #1524
1 parent
3fa38072
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
com/Branding/css/tenzing.css
com/Branding/css/tenzing.css
View file @
8221097
...
...
@@ -254,6 +254,21 @@ table.tabular-data tbody td {}
border
:
1px
solid
#DF1C24
;
}
.validation-errors.from
,
.validation-errors.to
{
display
:
none
;
float
:
left
;
width
:
49.5%
;
margin
:
10px
0
10px
;
}
.validation-errors.from
{
margin-right
:
10px
;
}
.validation-errors.to
{
float
:
right
;
}
.error-wrap
{
padding
:
10px
;
}
.validation-errors
h6
{
padding
:
0px
;
...
...
Please
register
or
sign in
to post a comment