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
90fec61f
authored
2014-11-13 15:14:01 -0500
by
Marty Penner
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Revert "Fix option group styling"
This reverts commit
b29ba838
.
1 parent
8006404d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
4 deletions
com/Branding/css/tenzing.css
com/Branding/css/tenzing.css
View file @
90fec61
...
...
@@ -1360,7 +1360,7 @@ h6.fieldset-heading {
}
.option-groups-region
div
input
[
type
=
text
]
{
width
:
66
%
;
width
:
75
%
;
}
.option-groups-region
div
textarea
{
...
...
@@ -1369,11 +1369,11 @@ h6.fieldset-heading {
.option-groups-region
.group-title
,
.option-groups-region
.editable-group-title
{
max-width
:
67
%
;
max-width
:
76
%
;
min-width
:
50px
;
min-height
:
15px
;
position
:
relative
;
left
:
10
px
;
left
:
-14
px
;
}
.option-groups-region
.group-title
{
...
...
@@ -1398,7 +1398,6 @@ h6.fieldset-heading {
}
.option-groups-region
.label-spaced-left
{
margin-top
:
-4px
;
margin-left
:
7px
;
}
...
...
@@ -1468,6 +1467,15 @@ td.diff-left:hover, td.diff-right:hover {
cursor
:
pointer
;
}
[
aria-labelledby
=
"ui-dialog-title-autosave-desync-message"
]
.ui-dialog-buttonset
{
width
:
285px
;
margin
:
auto
;
}
[
aria-labelledby
=
"ui-dialog-title-autosave-desync-message"
]
.ui-dialog
.ui-dialog-buttonpane
button
{
float
:
none
;
}
/* Hide both options for the "Enable Media Replace" plugin, since the second option mostly
just breaks hard-coded links to files */
label
[
for
=
"replace_type_1"
],
...
...
Please
register
or
sign in
to post a comment