Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
a5105ddf
Commit
a5105ddf
authored
Dec 03, 2012
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix broken CSS
parent
f2a76228
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
app/assets/stylesheets/jquery.ui.gitlab.css
app/assets/stylesheets/jquery.ui.gitlab.css
+5
-2
No files found.
app/assets/stylesheets/jquery.ui.gitlab.css
View file @
a5105ddf
...
...
@@ -139,7 +139,8 @@
/* Overlays */
.ui-widget-overlay
{
background
:
#262b33
;
opacity
:
.70
;
filter
:
Alpha
(
Opacity
=
70
);
}
.ui-widget-shadow
{
margin
:
-8px
0
0
-8px
;
padding
:
8px
;
background
:
#000000
;
opacity
:
.30
;
filter
:
Alpha
(
Opacity
=
30
);
-moz-border-radius
:
8px
;
-webkit-border-radius
:
8px
;
border-radius
:
8px
;
}
/*
.ui-widget-shadow
{
margin
:
-8px
0
0
-8px
;
padding
:
8px
;
background
:
#000000
;
opacity
:
.30
;
filter
:
Alpha
(
Opacity
=
30
);
-moz-border-radius
:
8px
;
-webkit-border-radius
:
8px
;
border-radius
:
8px
;
}
/*
* jQuery UI Resizable 1.8.7
*
* Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
...
...
@@ -158,7 +159,8 @@
.ui-resizable-se
{
cursor
:
se-resize
;
width
:
12px
;
height
:
12px
;
right
:
1px
;
bottom
:
1px
;
}
.ui-resizable-sw
{
cursor
:
sw-resize
;
width
:
9px
;
height
:
9px
;
left
:
-5px
;
bottom
:
-5px
;
}
.ui-resizable-nw
{
cursor
:
nw-resize
;
width
:
9px
;
height
:
9px
;
left
:
-5px
;
top
:
-5px
;
}
.ui-resizable-ne
{
cursor
:
ne-resize
;
width
:
9px
;
height
:
9px
;
right
:
-5px
;
top
:
-5px
;}
/*
.ui-resizable-ne
{
cursor
:
ne-resize
;
width
:
9px
;
height
:
9px
;
right
:
-5px
;
top
:
-5px
;}
/*
* jQuery UI Selectable 1.8.7
*
* Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
...
...
@@ -168,6 +170,7 @@
* http://docs.jquery.com/UI/Selectable#theming
*/
.ui-selectable-helper
{
position
:
absolute
;
z-index
:
100
;
border
:
1px
dotted
black
;
}
/*
* jQuery UI Autocomplete 1.8.7
*
* Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment