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
7ddbdcf3
authored
2014-01-31 12:32:25 -0500
by
Marty Penner
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Improve option group styling and provide a bit of scope to keep styles from "leaking"
1 parent
48ff878d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
50 additions
and
22 deletions
com/Branding/css/tenzing.css
com/Branding/css/tenzing.css
View file @
7ddbdcf
...
...
@@ -1282,57 +1282,85 @@ h6.fieldset-heading {
font-size
:
10px
!important
;
}
.remove-group
,
.remove-option
{
float
:
right
;
margin-right
:
15px
;
.list-plain
{
list-style
:
none
;
}
.
ui-state-highlight
{
height
:
30px
;
.
block
{
display
:
block
;
}
.
child-option-groups
{
margin-
left
:
20
px
;
.
input-spaced
{
margin-
bottom
:
15
px
;
}
.
plain
{
list-style
:
none
;
.
label-vertical
{
display
:
block
;
}
.ui-sortable-helper
{
opacity
:
0.5
;
}
.sortable
.sortable-placeholder
{
.ui-state-highlight
{
height
:
30px
;
}
.option-groups-region
.remove-group
,
.option-groups-region
.remove-option
{
float
:
right
;
}
.option-groups-region
.remove-option
{
margin-top
:
4px
;
}
.option-groups-region
.sortable
.sortable-placeholder
{
height
:
30px
;
}
.sortable
{
.
option-groups-region
.
sortable
{
margin-left
:
0
;
}
.sortable
li
{
width
:
100%
;
.option-groups-region
.sortable
li
{
background-color
:
#ccc
;
border
:
1px
solid
#aaa
;
overflow
:
hidden
;
padding-left
:
5px
;
padding-right
:
5px
;
}
.accordion-header
{
.option-groups-region
.accordion-header
{
overflow
:
hidden
;
display
:
block
;
width
:
98%
;
min-height
:
30px
;
width
:
96%
;
cursor
:
move
;
margin
:
0
!important
;
padding
:
10px
10px
0
10px
;
margin
-top
:
0
!important
;
padding
:
10px
;
}
.accordion-header
,
.accordion-content
{
margin-left
:
10px
;
.option-groups-region
.accordion-content
{
margin
:
0
!important
;
padding
:
0
;
}
.option-groups-region
.accordion-content
.field
{
margin
:
0
;
padding-left
:
13px
!important
;
}
.option-groups-region
.accordion-content
.field-option
{
padding
:
10px
!important
;
}
.option-groups-region
div
input
[
type
=
text
],
.option-groups-region
div
textarea
{
width
:
78%
;
}
.group-title
:hover
{
.
option-groups-region
.
group-title
:hover
{
cursor
:
pointer
;
color
:
rgb
(
33
,
117
,
155
);
}
.dragged
{
...
...
Please
register
or
sign in
to post a comment