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
b70b4a13
authored
2014-01-31 13:25:41 -0500
by
Marty Penner
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Improve styling for option groups and add a "drag" icon to accordion headers
1 parent
7ddbdcf3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
32 additions
and
4 deletions
com/Branding/css/tenzing.css
com/Branding/css/tenzing.css
View file @
b70b4a1
...
...
@@ -1306,11 +1306,26 @@ h6.fieldset-heading {
height
:
30px
;
}
.option-groups-region
.ui-icon
{
display
:
inline-block
;
position
:
relative
;
top
:
2px
;
left
:
-10px
;
}
.option-groups-region
.field-option
.ui-icon
{
top
:
4px
;
}
.option-groups-region
.remove-group
,
.option-groups-region
.remove-option
{
float
:
right
;
}
.option-groups-region
.remove-group
{
margin-top
:
1px
;
}
.option-groups-region
.remove-option
{
margin-top
:
4px
;
}
...
...
@@ -1351,16 +1366,29 @@ h6.fieldset-heading {
.option-groups-region
.accordion-content
.field-option
{
padding
:
10px
!important
;
cursor
:
move
;
}
.option-groups-region
div
input
[
type
=
text
]
{
width
:
76%
;
}
.option-groups-region
div
input
[
type
=
text
],
.option-groups-region
div
textarea
{
width
:
78%
;
width
:
99%
;
}
.option-groups-region
.group-title
{
display
:
inline-block
;
max-width
:
415px
;
text-overflow
:
ellipsis
;
overflow
:
hidden
;
position
:
relative
;
top
:
2px
;
cursor
:
pointer
;
}
.option-groups-region
.group-title
:hover
{
cursor
:
pointer
;
color
:
rgb
(
33
,
117
,
155
);
color
:
rgb
(
33
,
117
,
155
);
}
.dragged
{
...
...
Please
register
or
sign in
to post a comment