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
15b11f3c
authored
2014-01-31 14:31:49 -0500
by
Marty Penner
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Add an indicator to unfilled group titles
1 parent
a162b02a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletions
com/Branding/css/tenzing.css
com/Branding/css/tenzing.css
View file @
15b11f3
...
...
@@ -1315,6 +1315,7 @@ h6.fieldset-heading {
.option-groups-region
.ui-icon
~
.ui-icon
{
left
:
-15px
;
cursor
:
pointer
;
}
.option-groups-region
.field-option
.ui-icon
{
...
...
@@ -1383,7 +1384,8 @@ h6.fieldset-heading {
.option-groups-region
.group-title
,
.option-groups-region
.editable-group-title
{
width
:
400px
;
max-width
:
76%
;
min-width
:
50px
;
min-height
:
15px
;
position
:
relative
;
left
:
-14px
;
...
...
@@ -1395,6 +1397,11 @@ h6.fieldset-heading {
overflow
:
hidden
;
cursor
:
pointer
;
top
:
2px
;
box-shadow
:
0
0
2px
2px
rgb
(
33
,
117
,
155
);
}
.option-groups-region
.filled-title
{
box-shadow
:
none
;
}
.option-groups-region
.group-title
:hover
{
...
...
Please
register
or
sign in
to post a comment