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
a162b02a
authored
2014-01-31 14:16:49 -0500
by
Marty Penner
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Tweak option group styling
1 parent
b70b4a13
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
4 deletions
com/Branding/css/tenzing.css
com/Branding/css/tenzing.css
View file @
a162b02
...
...
@@ -1313,6 +1313,10 @@ h6.fieldset-heading {
left
:
-10px
;
}
.option-groups-region
.ui-icon
~
.ui-icon
{
left
:
-15px
;
}
.option-groups-region
.field-option
.ui-icon
{
top
:
4px
;
}
...
...
@@ -1323,7 +1327,7 @@ h6.fieldset-heading {
}
.option-groups-region
.remove-group
{
margin-top
:
1
px
;
margin-top
:
3
px
;
}
.option-groups-region
.remove-option
{
...
...
@@ -1377,14 +1381,20 @@ h6.fieldset-heading {
width
:
99%
;
}
.option-groups-region
.group-title
,
.option-groups-region
.editable-group-title
{
width
:
400px
;
min-height
:
15px
;
position
:
relative
;
left
:
-14px
;
}
.option-groups-region
.group-title
{
display
:
inline-block
;
max-width
:
415px
;
text-overflow
:
ellipsis
;
overflow
:
hidden
;
position
:
relative
;
top
:
2px
;
cursor
:
pointer
;
top
:
2px
;
}
.option-groups-region
.group-title
:hover
{
...
...
Please
register
or
sign in
to post a comment