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
e8afdb12
authored
2014-09-17 16:20:44 -0400
by
Marty Penner
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Style the dialog for option group autosave desync
1 parent
dbbaa5b5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
1 deletions
com/Branding/css/tenzing.css
com/Branding/css/tenzing.css
View file @
e8afdb1
...
...
@@ -1488,6 +1488,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"
],
...
...
@@ -1502,7 +1511,7 @@ a, input, textarea, select {
transition
:
color
0.1s
linear
,
background-color
0.1s
linear
,
border-color
0.1s
linear
,
box-shadow
0.1s
linear
;
}
/** General Utility Classes **/
.left
,
.float-left
{
float
:
left
;
...
...
Please
register
or
sign in
to post a comment